test/hotspot/jtreg/vmTestbase/nsk/share/native/README
changeset 52215 0b0ba3a2fec9
parent 51941 0f7d0bb6cfe2
--- a/test/hotspot/jtreg/vmTestbase/nsk/share/native/README	Mon Oct 22 09:26:50 2018 -0700
+++ b/test/hotspot/jtreg/vmTestbase/nsk/share/native/README	Mon Oct 22 12:43:15 2018 -0700
@@ -57,10 +57,6 @@
 
 Provides functions and macroses for the most usefull actions:
 
-    - access native JVM environment in a compiler independent manner
-
-        NSK_CPP_STUBn(function, env, arg1, ..., argn)
-
     - print error message with arguments
 
         NSK_COMPLAINn(format, arg1, ..., argn)
@@ -89,7 +85,7 @@
     - miscelaneous functions for printing messages
       (hidden by above mentioned macroses)
 
-Typical example of using macroses NSK_CPP_STUB and NSK_VERIFY
+Typical example of using the NSK_VERIFY macro
 for accesing JVM native environment:
 
     // jvm->GetEnv(jvm, &env, version)