Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Java GC log is full of weird characters

What could cause a sudden ClassNotFoundException in a long running process?

JVM OutOfMemory error "death spiral" (not memory leak)

Is unused object available for garbage collection when it's still visible in stack?

java garbage-collection jvm

Java: non-heap-memory analyzes

java memory-leaks jvm

Performance Explanation: code runs slower after warm up

java performance jvm jit

copying a jar file in bootstrap class path not working

java jar jvm classloader

What mechanism JVM use to block threads during stop-the-world pause

garbage-collection jvm

JVM Process vs JVM Heap memory usage

What happens when the JVM is terminated?

java jvm shutdown

What's the difference between the inner workings of Java's JVM and .NET's CLR?

c# java .net clr jvm

Why do you need to specify the Java heap size?

java jvm jvm-arguments

java bytecode - representation of types smaller than int

java jvm bytecode

Are there non-CLI implementations (esp, JVM) of the Boo programming language?

jvm boo

Three hours taken for GC to bring down 1.2GB of heap, what could be the reason?

java garbage-collection jvm

out in System.out.println()

java jvm system

JVM sending back memory to OS [duplicate]

java memory-management jvm

Does the JVM create a mutex for every object in order to implement the 'synchronized' keyword? If not, how?

UseAdaptiveSizePolicy and other jvm opts

java jvm

What for Sun JVM creates instances of sun.reflect.DelegatingClassLoader at runtime?

reflection jvm classloader