test/lib/sun/hotspot/WhiteBox.java
changeset 28159 d5940675c190
parent 28157 1305bf148a19
child 28351 bbdca807711d
equal deleted inserted replaced
28158:4e811104416f 28159:d5940675c190
   247       throw new RuntimeException(name + " not found");
   247       throw new RuntimeException(name + " not found");
   248     }
   248     }
   249     return offset;
   249     return offset;
   250   }
   250   }
   251 
   251 
       
   252   // Safepoint Checking
       
   253   public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
   252 }
   254 }