New posts in jvm

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

Why indirect increment is faster than direct inc?

String pool vs Constant pool

What is the /dev/urandom equivalent on Windows JVM level

When can Hotspot allocate objects on the stack? [duplicate]

Is it possible to use sun.misc.Unsafe to call C functions without JNI?

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

Understanding metaspace line in JVM heap printout

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

Tomcat doesn't use latest Java version

-XX:MaxPermSize with or without -XX:PermSize

how to retransform a class at runtime

How are coroutines implemented in JVM langs without JVM support?

Eclipse: stop code from running (java)

Eclipse gives “Java was started but returned exit code 13” [duplicate]

How JVM stack, heap and threads are mapped to physical memory or operation system

The output -1 becomes a slash in the loop

Java's "os.name" for Windows 10?

Garbage collection on intern'd strings, String Pool, and perm-space

Do any compilers for the JVM use the "wide" goto?