HotSpot JVM – Client / Server VM optimization – 260ms vs 0ms!

Tags: , , , , , ,

The Sun/Oracle HotSpot Java Virtual Machine is available for use in two flavors – the Client VM and the Server VM. The VM to be used can be specified by the -server and -client switches passed when starting the JVM with the java command. The default VM when no switch is specified is the Client [...]

Continue reading » 9 Comments