"I'm not back." - Bill Harding, Twister
novelist & programmer
"I'm not back." - Bill Harding, Twister
novelist & programmer
"I'm not back." - Bill Harding, Twister
Java has no limit - the JLS does not specify a limit.
".From the Bill Venners' "The lean, mean, virtual machine. An introduction to the basic structure and functionality of the Java Virtual Machine
The size of an address in the JVM is 32 bits.The JVM can, therefore, address up to 4 gigabytes (2 to the power of 32) of memory, with each memory location containing one byte. Each register in the JVM stores one 32-bit address. The stack, the garbage-collected heap, and the method area reside somewhere within the 4 gigabytes of addressable memory. The exact location of these memory areas is a decision of the implementor of each particular JVM.
From JVM Specs, 1.1
While the Java Virtual Machines would appear to be limited by the bytecode definition to running on a 32-bit
address space machine, it is possible to build a version of the Java Virtual Machine that automatically
translates the bytecodes into a 64-bit form. A description of this transformation is beyond the scope of this
specification.
"I'm not back." - Bill Harding, Twister
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|