Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

When busy-spining Java thread is bound to physical core, can context switch happen by the reason that new branch in code is reached?

Java VMs that do not require an operating system?

Where to find Java Mission Control and VisualVM on Ubuntu (OpenJDK 8)?

java ubuntu jvm

What is the JVM thread scheduling algorithm?

OCaml for JVM. Is there any? [closed]

jvm ocaml jvm-languages

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