Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm-hotspot

Why is the Java G1 gc spending so much time scanning RS?

Does Sun's HotSpot JIT compiler automatically apply "final" to Java local variables?

java jit jvm-hotspot

Why isn't -XX:+ExplicitGCInvokesConcurrent the default when using the G1 collector?

java jvm-hotspot g1gc

Can Hotspot eliminate bounds checks when the range of the index is resticted via and?

Do typed arrays help the JIT to optimize better?

Java garbage collection and atomic events/stop gc pauses interrupting a sequence of functional calls

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

Will we still have the performance gain of Java 6 if the bytecode was compiled in 1.4

java bytecode jvm-hotspot

Is inheriting from a primitive array impossible from the JVM's perspective?

How do I check assembly output of Java code?

Google Authentication errors when accessing token endpoint from JVM

How to understand Java Hotspot Errors

java jvm crash jvm-hotspot

Why getSum does not get inlined by hotspot jvm?

when java jvm compiles bytecode, where does that code go in process space?

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

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

Java remote debugging overhead

Is it possible to disable `-XX:+PrintCompilation` and `-verbose:gc"` at runtime?

Allocation latency seems high, why?

can moderm JVMs optimize different instances of the same class differently?