Search code examples
How to preload used class when JVM starts?...


javajvmjitjvm-hotspotwarm-up

Read More
What's the alternative for VMSupport?...


javajava-8java-11jvm-hotspot

Read More
Intrinsic candidate static method reference disappears after a while?...


javaintrinsicsjvm-hotspot

Read More
what's the benefit of using Serviceability Agent when debuging HotspotJVM under linux?...


javajvmjvm-hotspot

Read More
why does hotspot jvm use extern "C" in its JNI modules?...


c++jvmjava-native-interfacejvm-hotspot

Read More
Difference between JVM and HotSpot?...


javajvm-hotspot

Read More
Impact of heap space / non heap space memory on number of possible threads for a jvm process...


javamultithreadingjava-8jvmjvm-hotspot

Read More
Why does Unsafe.fullFence() not ensuring visibility in my example?...


javax86volatilejvm-hotspotmemory-barriers

Read More
How can I code Java to allow SSE use and bounds-check elimination (or other advanced optimizations)?...


javaperformanceoptimizationjvm-hotspotbounds-check-elimination

Read More
Is Method area still present in Java 8?...


java-8jvmjvm-hotspotmemory-layout

Read More
What is the storage cost for a boxed primitive in Java?...


javamemoryprimitivejvm-hotspot

Read More
What does the mmu line mean in zgc log?...


garbage-collectionjvm-hotspotzgc

Read More
Determining whether a particular JDK Method typically has an intrinsic implementation...


javajvm-hotspot

Read More
Why does java-11 version command shows java 18.x as output?...


javajvmjvm-hotspot

Read More
OpenJDK 19 and compressed pointers...


javajvmjvm-hotspotjava-19

Read More
VarHandle get/setOpaque...


javajvm-hotspotmemory-barriersjava-12

Read More
Does Java JIT cheat when running JDK code?...


javajvmjitjvm-hotspot

Read More
The performance difference between java.lang.System and Unsafe...


jvmjava-native-interfacejvm-hotspot

Read More
Java Flight Recorder - Continuous rolling recording...


javajvmjvm-hotspotjfrjmc

Read More
Java Hotspot command line parameter to increase the maximum size of Java method...


javajvm-hotspot

Read More
How to trace java application in "dtrace style"?...


javatracejvm-hotspotdtracejvmti

Read More
How do I check assembly output of Java code?...


javaassemblyjvmjitjvm-hotspot

Read More
AES-NI intrinsics enabled by default?...


javacryptographyaescpujvm-hotspot

Read More
G1 does not allow to allocate large object while Parallel does...


javagarbage-collectionjvmjvm-hotspotg1gc

Read More
Difference between "native" keyword and @HotSpotIntrinsicCandidate annotation...


javajava-native-interfacejvm-hotspot

Read More
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
BackNext