Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Functional/Immutable Data Structures for the JVM? [closed]

Differences between JVM implementations

What should a Scala developer know about Java and/or the JVM?

java scala jvm

Is the garbage collector guaranteed to run before Out of Memory Error?

How to write efficient Java code? [closed]

Aspect-Oriented Programming in Clojure

clojure jvm aop

Eclipse Gradle STS Extension: Could not reserve enough space for object heap

How can I restart JVM on OutOfMemoryError _after_ making a heap dump?

java jvm openjdk

Java : how to check current Perm / PermGen Size?

java jvm jvm-crash

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