test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52284 1f402d1f630f
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
    34         3. Redefine an java.lang.Object class within SingleStep callback
    34         3. Redefine an java.lang.Object class within SingleStep callback
    35         when one of its methods is called by the tested method.
    35         when one of its methods is called by the tested method.
    36         4. Pop a currently executed frame.
    36         4. Pop a currently executed frame.
    37 
    37 
    38 */
    38 */
    39 #ifdef __cplusplus
       
    40 extern "C" {
    39 extern "C" {
    41 #endif
       
    42 #define FILE_NAME "nsk/jvmti/scenarios/hotswap/HS202/hs203t001/MyObject"
    40 #define FILE_NAME "nsk/jvmti/scenarios/hotswap/HS202/hs203t001/MyObject"
    43 #define CLASS_NAME "Lnsk/jvmti/scenarios/hotswap/HS202/hs203t001/MyObject;"
    41 #define CLASS_NAME "Lnsk/jvmti/scenarios/hotswap/HS202/hs203t001/MyObject;"
    44 #define METHOD_NAME "leaveMonitor"
    42 #define METHOD_NAME "leaveMonitor"
    45 #define METHOD_SIGN "()V"
    43 #define METHOD_SIGN "()V"
    46 #define METHOD_NOTIFYALL "notifyAll"
    44 #define METHOD_NOTIFYALL "notifyAll"
   225         nsk_printf(" Agent:: Failed.. to Resume the thread.\n");
   223         nsk_printf(" Agent:: Failed.. to Resume the thread.\n");
   226     }
   224     }
   227     return retvalue;
   225     return retvalue;
   228 }
   226 }
   229 
   227 
   230 #ifdef __cplusplus
   228 }
   231 }
       
   232 #endif