Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Getting local variables from a stack frame on the JVM

java jvm clojure snapshot locals

is there a way to know which objects are in "old" area of Heap

Logging GC information in the application

Why do method breakpoints impact performance so negatively?

java debugging jvm

Can I force generation of a JVM crash log file?

java jvm crash

About Future.firstCompletedOf and Garbage Collect mechanism

Why does the JVM show more latency for the same block of code after a busy spin pause?

JVM 10 specification with diffs?

What is a de-reflection optimization in HotSpot JIT and how does it implemented?

Java VM: reproducible SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?

What does -Xss JVM option actually do

java jvm

Java/JVM (HotSpot): Is there a way to save JIT performance gains at compile time?

What is the "VM Periodic Task Thread"?

java multithreading jvm

Does it matter for runtime performance if a method is called by its explicit type?

java jvm bytecode

What is the difference between abstract class and interface in terms of their storage in JVM [duplicate]

Appropriate Tomcat 5.5 start-up parameters to tune JVM for extremely high demand, large heap web application?

java tomcat jvm performance

Force full garbage collection when memory occupation goes beyond a certain threshold

Google Go for Java platform?

java go jvm jvm-languages

Who invokes the class initializer method <clinit> and when?

java jvm bytecode

How to patch OpenJDK 9 with Jigsaw integrated?