support object arrays of various element types and dimensions; clean up weak hash map support

This commit is contained in:
Joel Dice
2007-07-14 11:31:01 -06:00
parent 0099aa396b
commit 2df8a60a78
7 changed files with 1274 additions and 1128 deletions

View File

@ -2,7 +2,8 @@ package java.lang;
public final class Class <T> {
private short flags;
private short vmFlags;
private byte vmFlags;
private byte arrayDimensions;
private short fixedSize;
private short arrayElementSize;
private int[] objectMask;