List Question
20 TechQA 2024-03-26T09:34:18.093000Why doesn't Hotspot JIT optimize-out code that has no external effects?
23 views
Asked by milan
Java native access violation is not triggering the windows jit debugger
30 views
Asked by devstability
OpenJDK Tracking ReentrantLock lock and unlock
90 views
Asked by alex01011
Why are there extra logs in /tmp under -XX:+LogCompilation?
44 views
Asked by Martijn
Why do we need Thread.sleep after calling System.gc in JDK native memory usage scenario?
57 views
Asked by bin
Interpreter resolve get/put method only resolves the first access to a field
146 views
Asked by loukritios
Is there any good examples of jvm reuse LocalVariableTable slot?
93 views
Asked by neocanable
Why is the code cache not flushed even if code cache gets full?
250 views
Asked by Jesper
Will sending `kill -11` to java process raises a NullPointerException?
385 views
Asked by choxsword
JVM option --XX MaxJavaStackTraceDepth when I decrease any value below 10, It is not working
616 views
Asked by Arun Pal
JVM stack depth: JVM internal vs C++ calling through JNI
126 views
Asked by Wheezil
How to print generated assembly code for intrinsic functions in the "java.lang.Math"?
187 views
Asked by serkan_ozal
Impact of heap space / non heap space memory on number of possible threads for a jvm process
208 views
Asked by Gestalt
How does the hotspot VM handle the CMF(concurrent mode failure)?
31 views
Asked by Lizbing
Linux OOM-Killer and G1 GC memory consumption
348 views
Asked by Toparvion
JIT and OSR. Is compilation method based or code based?
54 views
Asked by Steven Dallas
Why are my Runtime Memory Logs Much Lower on OpenShift than on Localhost?
35 views
Asked by aliaksei
Java Virtual machine Attach API - loadAgent after checking is it already loaded
123 views
Asked by Baskar Venkatesan