JDK 9 RFR of JDK-8081245: MHIllegalAccess.java failing across platforms
Hello, The latest HotSpot integration into JDK 9 dev introduced a test failure in java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java Please review the change below to problem list the test until such time as the fix for the test (JDK-8080428) propagates to dev: --- a/test/ProblemList.txt Thu May 28 09:11:14 2015 +0800 +++ b/test/ProblemList.txt Wed May 27 22:43:49 2015 -0700 @@ -123,6 +123,9 @@ # 8029891 java/lang/ClassLoader/deadlock/GetResource.java generic-all +# 8080428 +java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java generic-all + ############################################################################ # jdk_instrument Thanks, -Joe
On 28/05/2015 06:47, joe darcy wrote:
Hello,
The latest HotSpot integration into JDK 9 dev introduced a test failure in
java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java
Please review the change below to problem list the test until such time as the fix for the test (JDK-8080428) propagates to dev:
--- a/test/ProblemList.txt Thu May 28 09:11:14 2015 +0800 +++ b/test/ProblemList.txt Wed May 27 22:43:49 2015 -0700 @@ -123,6 +123,9 @@ # 8029891 java/lang/ClassLoader/deadlock/GetResource.java generic-all
+# 8080428 +java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java generic-all + ############################################################################
Looks okay to me although might be better if Vladimir just pushes the fix for JDK-8080428 to jdk9/dev/jdk. -Alan.
Hi Joe, +1 to add to the problem list. Looks fine. Roger On 5/28/2015 1:47 AM, joe darcy wrote:
Hello,
The latest HotSpot integration into JDK 9 dev introduced a test failure in
java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java
Please review the change below to problem list the test until such time as the fix for the test (JDK-8080428) propagates to dev:
--- a/test/ProblemList.txt Thu May 28 09:11:14 2015 +0800 +++ b/test/ProblemList.txt Wed May 27 22:43:49 2015 -0700 @@ -123,6 +123,9 @@ # 8029891 java/lang/ClassLoader/deadlock/GetResource.java generic-all
+# 8080428 +java/lang/invoke/8022701/MHIllegalAccess.java.MHIllegalAccess.java generic-all + ############################################################################
# jdk_instrument
Thanks,
-Joe
participants (3)
-
Alan Bateman
-
joe darcy
-
Roger Riggs