Skip to content

Commit 828fa29

Browse files
committed
Add tags and fix a grammar error
1 parent 1b83903 commit 828fa29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/posts/notes_on_jvm_anatomy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "My notes on 'JVM Anatomy 101' talk by Nikita Lipsky"
33
date: 2025-09-20
44
draft: false
5+
tags: [ "java", "kotlin", "jvm", "memory", "garbage collection", "jvm internals"]
56
---
67

78
My notes from the insightful talk "JVM Anatomy 101" by Nikita Lipsky. The
@@ -22,7 +23,7 @@ talk [here](https://www.youtube.com/watch?v=BeMi8K0AFAc).
2223
7. Attributes
2324

2425
* Fields, methods may have attributes (e.g., values of constant fields)
25-
* Main attributes of a method is its code: Java bytecode
26+
* The main attributes of a method is its code: Java bytecode
2627

2728
#### Java bytecode
2829

0 commit comments

Comments
 (0)