Volker Simonis, SAP / volker.simonis@gmail.com
ls -la wb.jar
-rw-r--r-- sim 8178 Jan 10 12:12 wb.jar
]]>
/configure
make build-test-lib
ls -la support/test/lib/wb.jar
-rw-r--r-- sim 52611 Jan 14 17:42 support/test/lib/wb.jar
]]>
]]>
JTREG
hotspot/src/share/vm/prims/whitebox.cpp
.
WhiteBox.registerNatives()
handled implicitly by:
NativeLookup::lookup_style()
-> lookup_special_native()
]]>
JVM_RegisterWhiteBoxMethods()
.
WhiteBox::register_methods()
binds the native methods:
https://wiki.openjdk.java.net/display/HotSpot/The+WhiteBox+testing+API