NegativeArray
SizeException
.
Notes
In Sun's implementation of the Java Virtual Machine, arrays of type boolean
(atype is T_BOOLEAN
) are stored as arrays of 8-bit values and are manipulated using the baload and bastore instructions, instructions that also access arrays of type byte
. Other implementations may implement packed boolean
arrays; the baload and bastore instructions must still be used to access those arrays.
Contents | Prev | Next | Index
Java Virtual Machine Specification (HTML generated by dkramer on February 25, 1997)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com