--- old/test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestAddDeleteMethods.java 2020-05-01 02:28:11.106642147 -0700 +++ new/test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TestAddDeleteMethods.java 2020-05-01 02:28:10.722634760 -0700 @@ -24,7 +24,6 @@ /* * @test * @bug 8192936 - * @requires os.family != "solaris" * @summary RI does not follow the JVMTI RedefineClasses spec; need to disallow adding and deleting methods * @library /test/lib * @modules java.base/jdk.internal.misc