RFR(XXS): try simple @build fix in compiler/jsr292/PollutedTrapCounts.java (8186151)
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Aug 11 17:59:04 UTC 2017
Okay, lets try it.
Vladimir
On 8/11/17 10:25 AM, Daniel D. Daugherty wrote:
> Greetings,
>
> I was about to quarantine compiler/jsr292/PollutedTrapCounts.java in
> JDK10-hs when Ioi suggested the following simple @build fix:
>
> $ hg diff test/compiler/jsr292/PollutedTrapCounts.java
> diff -r 7b88d261529b test/compiler/jsr292/PollutedTrapCounts.java
> --- a/test/compiler/jsr292/PollutedTrapCounts.java Fri Aug 11
> 11:20:37 2017 -0600
> +++ b/test/compiler/jsr292/PollutedTrapCounts.java Fri Aug 11
> 11:22:13 2017 -0600
> @@ -26,7 +26,8 @@
> * @bug 8074551
> * @modules java.base/jdk.internal.misc
> * @library /test/lib
> - *
> + * @build jdk.test.lib.*
> + * @build jdk.test.lib.process.*
> * @run driver compiler.jsr292.PollutedTrapCounts
> */
>
>
> 8186151 try simple @build fix in compiler/jsr292/PollutedTrapCounts.java
> https://bugs.openjdk.java.net/browse/JDK-8186151
>
> This fix is targeted to JDK10/hs.
>
> Dan
More information about the hotspot-compiler-dev
mailing list