Search code examples
Does AlwaysPretouch cause to touch pages within -Xms or -Xmx?...


javaperformancejvmjvm-hotspot

Read More
Why is the deafult maximum heap size so small...


javamemory-managementjvmjvm-argumentsjvm-hotspot

Read More
Analyzing gc logs...


javagarbage-collectionjvmjvm-hotspotverbosegc

Read More
How to calculate Java array's memory size?...


javaarraysjvmjvm-hotspot

Read More
Java primitive array layout in memory...


javaarraysjvmjvm-hotspotjol

Read More
What is vmovdqu doing here?...


assemblyx86avxjava-bytecode-asmjvm-hotspot

Read More
Can java inline a large method if the most of it would be dead code at the call site?...


javajvmcompiler-optimizationjitjvm-hotspot

Read More
Loop optimizations Oracle Java 7-8 Hotspot VM...


javaloopsoptimizationjitjvm-hotspot

Read More
Third party library (JAR) does not work in debug mode (Java)...


javadebuggingjvmjvm-hotspot

Read More
get real RAM usage of current JVM with Java...


javamemoryjvmjvm-hotspot

Read More
What is the size of methods that JIT automatically inlines?...


javajvmjitjvm-hotspot

Read More
Debug Java Application in Nuix - Attach a Profiler or Debugger...


javaeclipsedebuggingjvmjvm-hotspot

Read More
What exactly is considered a garbage collection root and how are they found in the HotSpot JVM?...


javagarbage-collectionjvmheap-memoryjvm-hotspot

Read More
Capture a flight recording from JMC/JCMD vs WLDF image capture...


weblogicweblogic12cjvm-hotspotjmcjfr

Read More
Why getSum does not get inlined by hotspot jvm?...


javajitjvm-hotspotescape-analysis

Read More
java PrintCompilation output: what's the meaning of "made not entrant" and "made ...


javajitjvm-hotspot

Read More
Do objects with a lot of reference fields (except arrays) devastate Hotspot JVM's GC(s) heap tra...


javaperformancegarbage-collectionjvmjvm-hotspot

Read More
Java's JDB (and Eclipse) hang when connecting to remote JVMs with many threads (i.e. transmittin...


javaeclipseremote-debuggingjvm-hotspotjdb

Read More
How can I find out the class containing the main() method inside the OpenJDK JVM (Hotspot) code?...


jvmjavajvm-hotspot

Read More
How to use uprobe to trace OpenJDK HotSpot source code?...


java-8javajvm-hotspot

Read More
How to use objdump to disassemble OpenJDK(bin/java)?...


javac++garbage-collectiondisassemblyjvm-hotspot

Read More
Why do hotspot generated compiled methods stash eax high up the stack before execution?...


assemblyjvmjvm-hotspot

Read More
Can HotSpot optimize away redundant calls to pure methods without inlining them?...


javacompiler-optimizationjvm-hotspot

Read More
What are the slow and fast path in GCLocker?...


javajvmjvm-hotspot

Read More
Java HotSpot(TM) Server VM warning in Cassandra...


cassandracassandra-3.0jvm-hotspot

Read More
How does WatcherThread invoke JVM monitoring routines?...


javagarbage-collectionjvmjvm-hotspot

Read More
Why do JNI active instances prevent GC?...


javagarbage-collectionjvmjvm-hotspot

Read More
does Clojure on Hotspot require any non-FOSS components...


javaclojureopen-sourcejvm-hotspot

Read More
Does Hotspot JVM perform Escape Analysis during On Stack Replacement compilation?...


javajvmjvm-hotspotescape-analysis

Read More
Why the GC need to stop the mutator threads during some marking phrases?...


garbage-collectionjvmjvm-hotspot

Read More
BackNext