test/lib/sun/hotspot/WhiteBox.java
changeset 39955 c4f471ce041b
parent 39196 1973d0318492
child 41533 64e1caddf380
equal deleted inserted replaced
39954:3efb7ad969d5 39955:c4f471ce041b
    82   public native int  getHeapOopSize();
    82   public native int  getHeapOopSize();
    83   public native int  getVMPageSize();
    83   public native int  getVMPageSize();
    84   public native long getVMAllocationGranularity();
    84   public native long getVMAllocationGranularity();
    85   public native long getVMLargePageSize();
    85   public native long getVMLargePageSize();
    86   public native long getHeapSpaceAlignment();
    86   public native long getHeapSpaceAlignment();
       
    87   public native long getHeapAlignment();
    87 
    88 
    88   private native boolean isObjectInOldGen0(Object o);
    89   private native boolean isObjectInOldGen0(Object o);
    89   public         boolean isObjectInOldGen(Object o) {
    90   public         boolean isObjectInOldGen(Object o) {
    90     Objects.requireNonNull(o);
    91     Objects.requireNonNull(o);
    91     return isObjectInOldGen0(o);
    92     return isObjectInOldGen0(o);