hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java
changeset 28163 322d55d167be
parent 27923 2c79bc396381
child 28170 b985dc631984
equal deleted inserted replaced
28023:a4075664328d 28163:322d55d167be
   238       throw new RuntimeException(name + " not found");
   238       throw new RuntimeException(name + " not found");
   239     }
   239     }
   240     return offset;
   240     return offset;
   241   }
   241   }
   242 
   242 
       
   243   // Safepoint Checking
       
   244   public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
   243 }
   245 }