RFR: 8201794: [Graal] fix regressions from JDK-8187490

Alan Bateman Alan.Bateman at oracle.com
Wed Apr 18 11:28:29 UTC 2018


On 18/04/2018 12:00, Doug Simon wrote:
> I've updated the webrev with a fix for another regression caused by JDK-8187490:
>
> --- old/test/jdk/jdk/modules/etc/UpgradeableModules.java	2018-04-18 12:57:32.000000000 +0200
> +++ new/test/jdk/jdk/modules/etc/UpgradeableModules.java	2018-04-18 12:57:32.000000000 +0200
> @@ -46,6 +46,7 @@
>           List.of("java.compiler",
>                   "java.jnlp",
>                   "jdk.internal.vm.compiler",
> +                "jdk.internal.vm.compiler.management",
>                   "jdk.deploy",
>                   "jdk.javaws",
>                   "jdk.plugin",
>
This looks fine, this seems to be the only jdk_core test failing after 
JDK-8187490.

-Alan


More information about the jigsaw-dev mailing list