Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

What does "Total loaded" mean in VisualVM?

java performance jvm visualvm

Unloading rJava and/or restarting JVM

java r jvm cran rjava

Is setting xmx == xms is still good practice in java 11?

Effective final vs final in Java 8

java lambda jvm final

How to diagnose eclipse crashes?

eclipse jvm crash

Canonical reference on JVM internals for programmer/developers [closed]

java jvm jvm-languages

How do I estimate a class's total permgen memory consumption?

java jvm permgen

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?