OpenJDK vs Java HotspotVM
Are OpenJDK VM and Oracle Hotspot VM still two different JVMs? I can't seem to find any somewhat official documentation on anything about OpenJDK VM. Even in OpenJDK homepage there is an HotSpot Group which develops HotSpot VM. The HotSpot group is comprised of developers involved in the design, implementation, and maintanence of the HotSpot virtual machine However if I check java -version on my Windows machine it prints out Java HotSpot(TM) 64-Bit Server VM But on my Ubuntu VPS OpenJDK 64-Bit Server VM If those are two different VMs what are the main differences between them? Do they have