Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Does Kotlin support Java 11?

gradle kotlin jvm

Are there any specific examples of backward incompatibilities between Java versions?

How can I disable IPv6 stack use for IPv4 IPs on JRE?

java jvm ipv6 jvm-arguments

How to predict the maximum call depth of a recursive method?

JRockit JVM versus HotSpot JVM

java jvm jvm-hotspot jrockit

Java Refuses to Start - Could not reserve enough space for object heap

jstack - well-known file is not secure

java jvm jstack

Check your module classpath for missing or conflicting dependencies [closed]

Java thread dump: Difference between "waiting to lock" and "parking to wait for"?

Difference between Resident Set Size (RSS) and Java total committed memory (NMT) for a JVM running in Docker container

java linux memory docker jvm

MethodHandle - What is it all about?

Can the JVM recover from an OutOfMemoryError without a restart

java jvm out-of-memory

Default values for Xmx, Xms, MaxPermSize on non-server-class machines

jvm jvm-arguments

Distinguishing between Java threads and OS threads?

Why does the Java compiler 11 use invokevirtual to call private methods?

java java-8 jvm javac java-11

Why indirect increment is faster than direct inc?

java performance jvm

What is in Java object header?

What's the size cost of Java inheritance?

Scope of the Java System Properties

java jvm system-properties

Why does the JVM require warmup?