Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Could not find or load main class with IntelliJ Application configuration

java intellij-idea kotlin jvm

Where can I find detailed information on how AWT interacts with the native OS?

Integration tests of a polyglot stack (Java/MongoDB/RabbitMQ...)

java mongodb jvm rabbitmq amqp

What happens when we set Xmx and Xms equal size

How can I use JVM Client Mode on x64 operating system?

java jvm x86 64-bit