Search code examples
Java 5 runtime in Java 6 Hotspot...

javajvmjvm-hotspot

Read More
Java:Increasing YoungGen size to improve GC performance...

javagarbage-collectionjvmjvm-hotspot

Read More
Can I programmatically find out in which GC generation an instance lives?...

javagarbage-collectionjvmjvm-hotspotjvmti

Read More
Could a JVM possibly optimize the memory required for references to null, the instance of null type?...

javamemoryjvm-hotspot

Read More
How can I know whether a Java object is in tenure or eden space from heap dump...

javagarbage-collectionjvm-hotspotheap-dump

Read More
Is memory allocation on the JVM lockless...

javajvmbytecodejvm-hotspot

Read More
What do -XX:-PrintGC and XX:-PrintGCDetails flags do?...

javagarbage-collectionjvmjvm-hotspot

Read More
Hotspot's scavenge GC stops running, leaving only the mark-sweep GC...

javagarbage-collectionjvm-hotspot

Read More
'Eden space' name origin in Garbage Collection...

javagarbage-collectionjvm-hotspot

Read More
Will the JVM ever inline an object's instance variables and methods?...

javascalajvmjitjvm-hotspot

Read More
why does this code snippet actually take longer when run with the hotspot server JVM?...

javajvm-hotspot

Read More
is there a way to make netbeans use the hotspot server vm...

javanetbeansjvm-hotspot

Read More
How do i know which default settings are enabled for Sun JVM?...

javajvmjvm-hotspot

Read More
Why does Java , running in -server mode, say that the version is "mixed-mode"?...

javajvmjvm-hotspot

Read More
Disable Java JIT for a specific method/class?...

javajvmjitjvm-hotspot

Read More
Does (sun-jvm) hotspot optimization take place multiple times, if a class is loaded by different cla...

javajvm-hotspot

Read More
.NET runtime vs. Java Hotspot: Is .NET one generation behind?...

java.netcomparisonjitjvm-hotspot

Read More
Bitwise AND (&) expression in Java...

javabitwise-operatorsjvm-hotspotshort-circuiting

Read More
How does Java standard libraries comunicate with native code?...

javajvmjava-native-interfacejvm-hotspot

Read More
create an hotspot and set an image without background (like earth icon) to my panel...

javaswingjpaneljvm-hotspot

Read More
What can cause my code to run slower when the server JIT is activated?...

javaperformancejitjvm-hotspot

Read More
execute new java code in existing jvm process...

javajvm-hotspot

Read More
Java HotSpot error...

javajvmcrashjvm-hotspot

Read More
Optimizing the creation of objects inside loops...

javaoptimizationjvm-hotspot

Read More
What's the effect of -server option for the HotSpot JVM?...

javasunjvm-hotspot

Read More
Java Condition Operators Speed vs Versions of Hotspot VM...

javaperformancejvmjvm-hotspot

Read More
Java Class.getSimpleName() and .getName() behaving differently on Cacao versus Sun Java...

javajvm-hotspot

Read More
Why does Java code generated to perform an operation run more slowly than an "interpreter loop&...

javaoptimizationcode-generationjvm-hotspot

Read More
Java task runtime...

javaalgorithmruntimejvm-hotspot

Read More
Class.getConstantPool()...

javareflectionjvmjvm-hotspot

Read More
BackNext