Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm-hotspot

Java is scaling much worse than C# over many cores?

c# java .net eclipse jvm-hotspot

.NET runtime vs. Java Hotspot: Is .NET one generation behind?

What is the storage cost for a boxed primitive in Java?

When can Hotspot allocate objects on the stack? [duplicate]

Is there a Java bytecode optimizer that removes useless gotos?

Using Concurrent Mark Sweep garbage collector with more than 120GB RAM

Why do I get OutOfMemory when 20% of the heap is still free?

Too Low CPU Usage of Multithreaded Java Application on Windows

Java 8 String deduplication vs. String.intern()

Where are instance variables of an Object stored in the JVM?

Advanced Code Hot Swapping in JDK 8?

java jvm-hotspot hotswap

How is ArrayOutOfBoundsException possible in String.valueOf(int)?

java jvm java-8 jvm-hotspot

Java 8 reserves minimum 1G for Metaspace despite (Max)MetaspaceSize

AES-NI intrinsics enabled by default?

How do i know which default settings are enabled for Sun JVM?

java jvm jvm-hotspot

Useless test instruction?

Java VM tuning - Xbatch and -Xcomp

Default for XX:MaxDirectMemorySize

How does the JVM decided to JIT-compile a method (categorize a method as "hot")?

java jvm jit jvm-hotspot

How can I code Java to allow SSE use and bounds-check elimination (or other advanced optimizations)?