Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Hack the JVM to avoid unnecessary bounds checks and casts

performance jvm

What do 'real', 'user' and 'sys' mean in the java CMS gc log?

java garbage-collection jvm

What is the proper way to setup and seed a database with artificial data for integration testing

Improving Scala script startup time -- client mode?

performance scala jvm startup

Why is my file getting closed if I don't do anything with it for a while?

python file swing jvm jython

OpenJDK implementation of System.arraycopy

c++ jvm java openjdk

Why does Leiningen keep its own JVM running?

clojure jvm leiningen

How to read the output of +PrintTenuringDistribution

java garbage-collection jvm

How to understand that "Happens-before consistency is not sufficient" in Java [duplicate]

JVM CMS Garbage Collecting Issues

System.gc() calls by core APIs

java garbage-collection jvm

When a JVM crashes (segfaults) during garbage collection, how can I find out what was being collected?

Can I dump the current thread stack variables from a live JVM?

How is it possible that StringBuilder.setLength(0) invokes Arrays.fill?

java arrays jvm stringbuilder

Unreachable objects are not garbage collected from heap

A useful metric for determining when the JVM is about to get into memory/GC trouble

Life cycle of a new object without reference

Eligibility for escape analysis / stack allocation with Java 7

Why does the JVM consume less memory than -Xms specified?

what is the difference between java-1.7.0-openjdk-i386 and java-7-openjdk-i386

java jvm openjdk