Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Increase memory allocated to application deployed to payara micro

jvm payara-micro

How to configure GC to not stop the world?

JAVA \ Compile a function only on runtime

java jvm runtime jit

Why JIT compiles some methods at the startup?

java optimization jvm jit

IDEA hangs on remote debugging port

Does the jvm code cache area exist in heap or metaspace?

jvm

one high-end server with one Application Server or multiple Application Servers?

java jvm

Why Object[].class.isAssignableFrom(String[].class) == true?

java arrays jvm

For a particular method, how can I view the checked exceptions in java using reflection?

Class Loading vs Initialisation: Java static final variable [duplicate]

Class initialization deadlock mechanism explanation

String.getBytes("UTF-32") returns different results on JVM and Dalvik VM

java android string jvm dalvik

Jpcap breaking the JVM

JNI Performance

What is the difference between java.lang.NoSuchMethodError main Exception in thread "main " and Error: Main method not found in class

java jvm

How to analyse and monitor gc.log garbage collector log files from the JVM

java garbage-collection jvm

JVM performance test suite

How to add SSL certificate into the jvm for java 17

Is it safe to catch stack overflows? Can it leave objects in messy/intermediate states?

Monitoring lock contention on Java applications