8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties
authorsimonis
Wed, 17 Jan 2018 17:26:07 +0100
changeset 48553 fe2950b07f1e
parent 48552 f94706337b07
child 48592 ef70df777355
8195153: [test] runtime/6981737/Test6981737.java shouldn't check 'java.vendor' and 'java.vm.vendor' properties Reviewed-by: dholmes
test/hotspot/jtreg/runtime/6981737/Test6981737.java
--- a/test/hotspot/jtreg/runtime/6981737/Test6981737.java	Tue Jan 16 19:26:48 2018 -0800
+++ b/test/hotspot/jtreg/runtime/6981737/Test6981737.java	Wed Jan 17 17:26:07 2018 +0100
@@ -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);