Search code examples
Java remote debugging overhead...

javaremote-debuggingjvm-hotspotjdwp

Read More
Utility to access string pool content in JDK 8 HotSpot JVM...

javastringjvmjvm-hotspot

Read More
Why Remove support for ParNew+SerialOld and DefNew+CMS in the future?...

javajvmjvm-hotspot

Read More
Difference between JVM, server/jvm.dll file and Java HotSpot VM both client and server versions...

javavirtual-machinejvm-hotspot

Read More
Why is @GenerateMicroBenchmark missing in JMH and what is its replacement?...

javajvm-hotspotjmh

Read More
OpenJDK debug with printf?...

jvmprintfjavajvm-hotspotjvm-crash

Read More
Retained size calculation including stack frame variables?...

netbeansjvm-hotspothprof

Read More
Why does Java 8 generate a numerically named file in the current directory?...

javajvm-hotspot

Read More
Returning two values from Java function efficiently...

javaperformancejvm-hotspot

Read More
How to read the metadata for the mnemonics produced by disassembled Java Bytecode?...

javabytecodejvm-hotspotjavap

Read More
Performance of Collections.emptyList and empty ArrayList with JIT compiler...

javaperformancejitjvm-hotspot

Read More
Can Hotspot JIT optimizations for fast throw exceptions lead to ambiguous results?...

javajvm-hotspot

Read More
Adjusting GC Overhead Exceeded parameters...

javagarbage-collectionjvmjvm-hotspotmemory-leak-detector

Read More
Why is there a call to "String.valueOf(Object)" in my string concatenation bytecode?...

javabytecodejvm-hotspot

Read More
How Java Flight Recorder samples native frames (jni / jna)...

javajvmjvm-hotspotjmc

Read More
JRockit JVM versus HotSpot JVM...

javajvmjvm-hotspotjrockit

Read More
massive performance difference for an empty loop between java 32 and 64 bit...

javaperformance32bit-64bitjvm-hotspot

Read More
What does CompileThreshold, Tier2CompileThreshold, Tier3CompileThreshold and Tier4CompileThreshold c...

javajitjvm-hotspotcompiler-flags

Read More
What's the impact of insufficient space for shared memory file in Java HotSpot?...

javaperformancewarningsjvm-hotspotmeasurement

Read More
Where are the native methods of sun.misc.Unsafe implemented?...

jvmjavajvm-hotspot

Read More
Does String interning causes a String to be both in heap and in native memory?...

javastringmemory-managementjvmjvm-hotspot

Read More
Java 8 reserves minimum 1G for Metaspace despite (Max)MetaspaceSize...

javajvmjvm-argumentsjvm-hotspot

Read More
How precisely do Java arrays use memory in HotSpot (i.e. how much slop)?...

javaarraysmemory-managementallocationjvm-hotspot

Read More
Disable JRockit Optimzation per class...

optimizationjvm-hotspotjrockit

Read More
Read Java JVM startup parameters (eg -Xmx)...

javaconfigurationjvmjvm-hotspot

Read More
What's the purpose of including java.lang.Object in an interface's Constant Pool?...

javainterfacejvmbytecodejvm-hotspot

Read More
JMap.java - Timed out while attempting to connect to debug server - SwDbgSrv.exe...

javajvmjvm-hotspotheap-dumpjmap

Read More
Exact state of committed memory in java...

javamemoryjvm-hotspot

Read More
Is there any performance decrease in java, for extending classes for "no" reason?...

javatype-conversionjvm-hotspothungarian-notation

Read More
ant xmlbean task behavior differs from Oracle HotSpot to IBM J9...

javaantjvm-hotspotj9

Read More
BackNext