Search code examples
Java Flight Recorder - Continuous rolling recording...

javajvmjvm-hotspotjfrjmc

Read More
What is the difference between -Xss and -XX:ThreadStackSize?...

javamultithreadingoracle-databasejvmjvm-hotspot

Read More
Why does this simple and small Java code runs 30x faster in all Graal JVMs but not on any Oracle JVM...

javaperformancejitgraalvmjvm-hotspot

Read More
What performance benefits does Oracle's commercial Hotspot JVM have over OpenJDK?...

javajvmjvm-hotspot

Read More
JRE 32bit vs 64bit...

javax86x86-64jvm-hotspot

Read More
Jvm JIT and Hotspot - What are the differences...

javajvmjitjvm-hotspot

Read More
Difference between JVM and HotSpot?...

javajvm-hotspot

Read More
Unexpected `NoClassDefFoundError` when optional library is not on classpath, but related code is not...

javajvmclassloaderbytecodejvm-hotspot

Read More
How to understand Java Hotspot Errors...

javajvmcrashjvm-hotspot

Read More
Linux OOM-Killer and G1 GC memory consumption...

jvmjvm-hotspotg1gcout-of-memorynmt

Read More
Can Hotspot eliminate bounds checks when the range of the index is restricted via and?...

javaperformanceoptimizationjvm-hotspotbounds-check-elimination

Read More
Why do we need Thread.sleep after calling System.gc in JDK native memory usage scenario?...

jvmgarbage-collectionjvm-hotspot

Read More
How do I write a correct micro-benchmark in Java?...

javajvmbenchmarkingjvm-hotspotmicrobenchmark

Read More
unexplained 10%+ performance boost from simply adding a method argument (slimmer jit code)...

javabytecodejitjvm-hotspot

Read More
Mac OS HSDB HotSpot Debugger can not attach to the process...

javamacosdebuggingjvm-hotspotjdb

Read More
Is there any good examples of jvm reuse LocalVariableTable slot?...

javajvm-hotspotdecompiler

Read More
How to determine region size automatically generated by g1gc?...

javagarbage-collectionjvm-hotspotg1gc

Read More
Confusion about HotSpot JVM JIT...

javajvmjitjvm-hotspot

Read More
OpenJDK vs Java HotspotVM...

javajvmjvm-hotspot

Read More
Can HotSpot inline lambda function calls?...

javaoptimizationjvmjvm-hotspot

Read More
Which JavaThread in JVM is mutator thread?...

javajvmgarbage-collectionjvm-hotspot

Read More
How do String oops and mirror oops generate by Hotspot VM?...

javajvmjvm-hotspot

Read More
Is Ordinary Object Pointer a pointer or an object structure in HotSpot?...

javapointersjvmjvm-hotspot

Read More
Compilation error Using jitWatch...

javajvmjvm-hotspot

Read More
How does java virtual machine connect user level function to its internal functions?...

javajvmjvm-hotspot

Read More
Where is the assembly implementation code of the intrinsic method in Java HotSpot?...

javajvmintrinsicsjvm-hotspot

Read More
Why is -XX:ReservedCodeCacheSize not getting applied?...

javajvmjvm-hotspot

Read More
Does Garbage Collectors (GC) collect only objects or also overwrite the data stored by it?...

javamemoryjvmgarbage-collectionjvm-hotspot

Read More
why this java code can not use escape analysis?...

javajvmjvm-hotspotescape-analysis

Read More
Why does Concurrent-Mark-Sweep (CMS) remark phase need to re-examine the thread-stacks instead of ju...

jvmgarbage-collectionjvm-hotspotvm-implementation

Read More
BackNext