Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Difference between sampling and profiling in jVisualVM

java jvm heap-memory jvisualvm

Can Java 8 code be compiled to run on Java 7 JVM?

What's invokedynamic and how do I use it?

How to get VM arguments from inside of Java application?

java jvm jvm-arguments

Why is there no GIL in the Java Virtual Machine? Why does Python need one so bad?

What does JVM flag CMSClassUnloadingEnabled actually do?

Difference between _JAVA_OPTIONS, JAVA_TOOL_OPTIONS and JAVA_OPTS

java jvm jvm-arguments

Eclipse error: 'Failed to create the Java Virtual Machine'

eclipse jvm

Java "Virtual Machine" vs. Python "Interpreter" parlance?

java python jvm

How can I get a random number in Kotlin?

random kotlin jvm

In which language are the Java compiler and JVM written?

java jvm javac

What actually causes a Stack Overflow error? [duplicate]

java jvm stack-overflow

PermGen elimination in JDK 8

java java-8 jvm permgen

How to activate JMX on my JVM for access with jconsole?

java jvm monitoring jmx jconsole

Get a list of all threads currently running in Java

java multithreading jvm

How to get a thread and heap dump of a Java process on Windows that's not running in a console

java jvm heap-dump thread-dump

JVM option -Xss - What does it do exactly?

java jvm javaoptions

Difference between thread's context class loader and normal classloader

Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined

What does -XX:MaxPermSize do?

java jvm jvm-arguments