Search code examples
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-hotspotg1gcoomnmt

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
Can breakpoints be placed in JITed code in the Hotspot JVM?...


javajvmjvm-hotspotjdi

Read More
Reentrant lock condition fairness...


javamultithreadingjvmjvm-hotspot

Read More
How can I change JVM implementation (e.g. HotSpot, GraalVM, OpenJ9 e.t.c.) when running JVM-compatib...


javalinuxgraalvmjvm-hotspot

Read More
How to setup dev environment for openJDK8 HotSpot VM?...


javajvmjvm-hotspot

Read More
Details about mark word of java object header...


javac++jvmjvm-hotspot

Read More
How to see the machine code generated for JNI-Calls?...


assemblyjvmjvm-hotspot

Read More
Does jvm inline the final method?...


javajvmjvm-hotspot

Read More
BackNext