test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.cpp
changeset 51774 79dc492c00ab
parent 51551 e409244ce72e
child 52495 52be2c714a2f
equal deleted inserted replaced
51773:720fd6544b03 51774:79dc492c00ab
   103 static u4* map;
   103 static u4* map;
   104 static jbyte* widening;
   104 static jbyte* widening;
   105 
   105 
   106 /* ========================================================================== */
   106 /* ========================================================================== */
   107 
   107 
   108 #ifdef __cplusplus
       
   109 extern "C" {
   108 extern "C" {
   110 #endif
       
   111 
   109 
   112     static u1 get_u1() {
   110     static u1 get_u1() {
   113         return *inputPos++;
   111         return *inputPos++;
   114     }
   112     }
   115 
   113 
  1200         return NSK_TRUE;
  1198         return NSK_TRUE;
  1201     }
  1199     }
  1202 
  1200 
  1203     /* ========================================================================== */
  1201     /* ========================================================================== */
  1204 
  1202 
  1205 #ifdef __cplusplus
       
  1206 }
  1203 }
  1207 #endif