New posts in jvm-hotspot

the timing of String Literal loaded into StringTable in Java HotSpot vm

What is the size of methods that JIT automatically inlines?

JIT not optimizing loop that involves Integer.MAX_VALUE

JRockit JVM versus HotSpot JVM

What do -XX:-PrintGC and XX:-PrintGCDetails flags do?

When can Hotspot allocate objects on the stack? [duplicate]

-XX:MaxPermSize with or without -XX:PermSize

Encourage the JVM to GC rather than grow the heap?

What are the differences between JVisualVM and Java Mission Control?

Read Java JVM startup parameters (eg -Xmx)

What does the UseCompressedOops JVM flag do and when should I use it?

Analyzing gc logs

What are ReservedCodeCacheSize and InitialCodeCacheSize?

Why I can't create an array with large size?

How does the JVM decided to JIT-compile a method (categorize a method as "hot")?

Difference between JVM and HotSpot?

Running jmap getting Unable to open socket file

Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined

Does Java JIT cheat when running JDK code?

Real differences between "java -server" and "java -client"?