Searched refs:jplis_assert_msg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DJPLISAssert.h55 #define jplis_assert_msg(x, msg) JPLISAssertConditionWithMessage((jboolean)(x), #x, msg, __FILE__, __LINE__) macro
58 #define jplis_assert_msg(x, msg) macro
H A DUtilities.c71 jplis_assert_msg(error == JVMTI_ERROR_NONE, "Can't deallocate memory");
H A DJPLISAgent.c491 jplis_assert_msg(!errorOutstanding, "find class on InstrumentationImpl failed");
500 jplis_assert_msg(!errorOutstanding, "find constructor on InstrumentationImpl failed");
513 jplis_assert_msg(!errorOutstanding, "call constructor on InstrumentationImpl failed");
519 jplis_assert_msg(!errorOutstanding, "copy local ref to global ref");
530 jplis_assert_msg(!errorOutstanding, "can't find premain invoker methodID");
541 jplis_assert_msg(!errorOutstanding, "can't find agentmain invoker methodID");
552 jplis_assert_msg(!errorOutstanding, "can't find transform methodID");
577 jplis_assert_msg(!errorOutstanding, "can't create class name java string");
583 jplis_assert_msg(!errorOutstanding, "can't create options java string");
807 jplis_assert_msg(!errorOutstandin
[all...]
H A DJavaExceptions.c260 jplis_assert_msg(!errorOutstanding, "can't create exception java string");
356 jplis_assert_msg(result == JNI_OK, "throwThrowable failed to re-throw");

Completed in 249 milliseconds