Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

No-throw VirtualMachineError guarantees

java exception jvm correctness

Does the Java VM move objects in memory, and if so - how?

java.lang.OutOfMemoryError: Compressed class space

Why is the 64bit JVM faster than the 32bit one?

java 64-bit jvm performance

Using collect on maps in Scala

Gradle use certificate authentication for repository

Java 10 migration from Java 8. Running services in production [closed]

java java-8 jvm java-10

Which library/program can be used to generate Java-bytecode? [closed]

java jvm bytecode

How to tell if JDK is available from within running JVM?

java jvm liferay

PermGen and Heap, Difference and their significance

java memory jvm heap-memory

Why does -Xrs reduce performance

java jvm

JVM thread dump location

java jvm

Is Concurrent Mark Sweep (CMS) a stop the world event?

How does bytecode get verified in the JVM?

java jvm bytecode

General Question: Java has the heap and local stack. Can you access any object from the heap?

java jvm stack heap-memory

Can Sun JVM handle gigantic heap sizes without problems, and how?

What does Oop Maps means in Hotspot VM exactly

java jvm jvm-hotspot

Character size in Java vs. C

java c jvm character

What are Scala's future platform concerns people should be prepared for?

java .net scala jvm llvm

Why Java is both compiled and interpreted language when the JIT also compiles the bytecode?