Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

What's the meaning of "CGC" and "CGCT" in JDK11 "jstat -gc <PID>"?

java jvm java-11 jstat

Android Studio crashes when clicking color on Vector Assets after update

Restrictions on what an unsigned Java applet can do?

java security applet jvm

How do I set maximal jvm-memory (XMX) for a jar-file

java jar jvm

Which classes are absolutely necessary to get a Java VM running?

All ways of JVM to JVM communication

java jvm communication

Cannot remotely debug JVM via SSH tunnel

java debugging ssh jvm

JVM Memory Problems

Is the garbage-first (G1) collector "production ready" in Java 6?

java garbage-collection jvm

How to analyze PermGen space? [duplicate]

java jvm permgen

"Found 1 deadlock" but trace shows that not locked by any thread

Increasing stack space of a single worker-thread in java

java jvm stack stack-overflow

Can you override the file permissions for the heap dump produced by -XX+HeapDumpOnOutOfMemoryError?

java jvm

Is there a way to tell from within the JVM whether a particular method has been JIT compiled?

Why do I get heap outOfMemory exception?

java jvm heap-memory

How to verify memory leak in Java

Is UseGCOverheadLimit supported with G1 GC?

Can't access commonMain multiplatform classes from a jvm-only module

Why does Class.getPackage return the same Package for classes from different packages?

java jvm classloader

Scala Profiler?

scala jvm profiling