Quantcast
Channel: JavaPins - Stories tagged with jvm
Viewing all articles
Browse latest Browse all 26

Useful JVM Flags – Part 1 (JVM Types and Compiler Modes)

$
0
0
Modern JVMs do an amazing job at running Java applications (and those of other compatible languages) in an efficient and stable manner. Adaptive memory management, garbage collection, just-in-time compilation, dynamic classloading, lock optimization – just to cite some of the magic that happens between the scenes but rarely affects the average programmer directly. At run t...
Pin it

Viewing all articles
Browse latest Browse all 26

Trending Articles