--- a/test/hotspot/jtreg/runtime/6981737/Test6981737.java Wed Jan 17 07:09:03 2018 +0000
+++ b/test/hotspot/jtreg/runtime/6981737/Test6981737.java Wed Jan 17 17:33:48 2018 +0000
@@ -41,8 +41,6 @@
int major_version = Runtime.version().major();
String vm_spec_version_re = Integer.toString(major_version);
- verifyProperty("java.vendor", vendor_re);
- verifyProperty("java.vm.vendor", vendor_re);
verifyProperty("java.vm.specification.vendor", vendor_re);
verifyProperty("java.specification.vendor", vendor_re);
verifyProperty("java.vm.specification.version", vm_spec_version_re);