Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Is it possible for a Java memory leak to use more memory than the heap + permgen? [duplicate]

java memory memory-leaks jvm

Compose HTML with kotlinx.html

html kotlin jvm kotlinx-html

When ReferenceHandler thread is notified?

java reference jvm

See type of Garbage Collector in Java Mission Control

Why java does not recover from deadlock?

java multithreading jvm

how does jvm allocate memroies when creating array with non literal size

java jvm

Updating from Java 1.4.2 to Java 6 (both Sun VMs) results in slower performance

java performance jvm sun

How can I call a method in an object from outside the JVM?

java jvm communication

Why doesn't my Java application work with huge pages in Red Hat Linux?

java linux memory jvm huge-pages

How and when exactly does a finally block execute?

scala jvm

JVM - young generation and old generation ratio/allocation

java garbage-collection jvm

Why this extra padding of the value field in class jsr166e.Striped64.Cell?

java concurrency jvm

How does the Garbage Collector update the references pushed to the operand stack?

How do I replace Runtime.gc() with my own implementation?

java garbage-collection jvm

errorOutstanding" with message transform method call failed at JPLISAgent [duplicate]

java gradle jvm

Execute jstack with different user cause Full GC

when does a static initializer block executes in java? [duplicate]