mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
support object arrays of various element types and dimensions; clean up weak hash map support
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user