comparison src/share/vm/prims/jvmtiExport.hpp @ 14481:016b6a289fc4

4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException Reviewed-by: dcubed, dholmes, sspitsyn
author jbachorik
date Mon, 24 Feb 2014 10:28:22 +0100
parents de6a9e811145
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14480:61ab121722b8 14481:016b6a289fc4
361 "Requested array size exceeds VM limit"); 361 "Requested array size exceeds VM limit");
362 } 362 }
363 } 363 }
364 364
365 static void cleanup_thread (JavaThread* thread) NOT_JVMTI_RETURN; 365 static void cleanup_thread (JavaThread* thread) NOT_JVMTI_RETURN;
366 static void clear_detected_exception (JavaThread* thread) NOT_JVMTI_RETURN;
366 367
367 static void oops_do(OopClosure* f) NOT_JVMTI_RETURN; 368 static void oops_do(OopClosure* f) NOT_JVMTI_RETURN;
368 static void weak_oops_do(BoolObjectClosure* b, OopClosure* f) NOT_JVMTI_RETURN; 369 static void weak_oops_do(BoolObjectClosure* b, OopClosure* f) NOT_JVMTI_RETURN;
369 static void gc_epilogue() NOT_JVMTI_RETURN; 370 static void gc_epilogue() NOT_JVMTI_RETURN;
370 371