Search code examples
Detect constructors that "should not" be used with reflection...

javareflectionjvm-hotspot

Read More
Running jmap getting Unable to open socket file...

javalinuxjvmjvm-hotspot

Read More
java vm: how to log class unloading...

javajvmmonitoringjvm-hotspot

Read More
Why does Java HotSpot can not optimize array instance after one-time resizing (leads to massive perf...

javaperformancejvmjvm-hotspot

Read More
Missing bounds checking elimination in String constructor?...

performancejitjvm-hotspotprotobuf-javabounds-check-elimination

Read More
Real differences between "java -server" and "java -client"?...

javajvmjvm-hotspot

Read More
Unable to Connect to a Remote JVM using JStat...

memory-managementjvmheap-memoryjvm-hotspotjstat

Read More
In Hotspot JVM, why CDS needs Compressed Oops?...

javajvm-hotspot

Read More
Java Hotspot Serviceability Agent SystemDictionary.ClassVisitor unavailable since JDK11...

javajvm-hotspot

Read More
PrintAssembly option on JVM Hotspot is enabled but not showing any assembly trace...

javajvmjvm-hotspot

Read More
Why I change the string s1 constant by reflection in java, the other s2, s3 also changed?...

reflectionjvm-hotspotstring-constant

Read More
Which JVM runs by default when you are using OpenJDK?...

javaperformancejvmjvm-hotspotjvm-arguments

Read More
Java Heap Space and the RAM...

javajvmheap-memoryjvm-hotspot

Read More
What is current status of Oracle Java HotSpot VM performance options (+UseStringCache, +UseCompresse...

javaperformancejvmjvm-hotspot

Read More
Release Java Heap Sapce...

memory-managementjava-8garbage-collectionheap-memoryjvm-hotspot

Read More
How to get jmap histogram programmatically?...

javamemoryheap-memoryjvm-hotspotheap-dump

Read More
Why doesn't Hotspot JIT perform loop unrolling for long counters?...

javacompiler-optimizationjitjvm-hotspotloop-unrolling

Read More
Commands like jps, jstat, jstack, etc show "<pid> not found"...

javajvmtomcat9jvm-hotspotjstat

Read More
how fragile is escape analysis in Hotspot in simple cases such as iterator in for-each loop...

javajvmjitjvm-hotspotescape-analysis

Read More
How is Java's JDI cross platform if JVMTI is not?...

javajvmjvm-hotspotjvmtijdi

Read More
How to view Android code after JIT optimization?...

androidcompiler-optimizationjitjvm-hotspotopenj9

Read More
JVM code cache exceeds ReservedCodeCacheSize...

javajvmjvm-hotspot

Read More
how to disable inlining optimization with sun jvm?...

javajvmjvm-hotspot

Read More
How JVM collect ThreadDump underhood...

javajvmperfjvm-hotspotjvmti

Read More
java -XX:+PrintCompilation <class name> doesn't show any compilation output...

javajvmjitjvm-hotspotjvm-arguments

Read More
Where does the HotSpot JVM store interpreted bytecode?...

javajvmjitjvm-hotspot

Read More
JVM C1 and C2 Compile Time Benchmark...

jvmjvm-hotspotjvm-arguments

Read More
Why HotSpot will optimize the following using hoisting?...

javajvm-hotspot

Read More
Why does hotspot use different assembly styles in same source code?...

javaassemblyjvminline-assemblyjvm-hotspot

Read More
How to use the HotSpot JVM @DontInline annotation?...

javainlinecompiler-optimizationjvm-hotspot

Read More
BackNext