Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Preloading java classes/libraries at jar startup?

java jvm classloader warm-up

Does a modern JVM optimize simple inline anonymous class allocation?

java optimization jvm

Scope of System.setProperty in Tomcat

Sliding Window over Time - Data Structure and Garbage Collection

How to detect whether String.substring copies the character data

java string jvm ibm-jvm

TeamCity how to set JVM Arguments

jvm teamcity jvm-arguments

What is the up-front cost of an object being finalizable?

java jvm finalize finalization

Java 8 metaspace garbage collection

Including Java library built with Gradle throws NoClassDefFoundError

Comparing performance of Collectors.summingLong and Collectors.counting

java jvm jit jmh

Is it possible to monitor "Full GC" frequency in JMX (on HotSpot)?

Rewriting Wizard game of Land of Lisp in Clojure

clojure jvm lisp land-of-lisp

What's a great way to automatically warn my Java application when memory is getting low?

java memory jvm memory-warning

Meaning of "callee is too large" in jvm +LogCompilation output

java jvm jit inlining

Does object construction guarantee in practice that all threads see non-final fields initialized?

Java performance 64 bit

Java string literal automatically interpreted as String object, but how?

java string jvm

Java: on the cost of calling Runtime.freeMemory(), Runtime.totalMemory() and Runtime.maxMemory()

Are java.lang.Class methods thread safe?

Spark applicaition - Java.lang.OutOfMemoryError: Java heap space