--- a/nashorn/samples/test.js Tue Mar 15 13:48:31 2016 -0700
+++ b/nashorn/samples/test.js Thu Mar 17 19:04:35 2016 +0000
@@ -30,3 +30,5 @@
*/
print("Hello World");
+var System = Java.type("java.lang.System");
+print(System.getProperty("jdk.launcher.patch.0"));