Trivial RFR: 8217017 [TESTBUG] Tests fail to compile after JDK-8216265
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Tue Jan 15 07:59:22 UTC 2019
Hi,
Sorry for breaking this ... but hard to catch for me.
Best regards,
Goetz.
> -----Original Message-----
> From: hotspot-dev <hotspot-dev-bounces at openjdk.java.net> On Behalf Of
> David Holmes
> Sent: Dienstag, 15. Januar 2019 02:42
> To: hotspot-dev developers <hotspot-dev at openjdk.java.net>
> Subject: Trivial RFR: 8217017 [TESTBUG] Tests fail to compile after JDK-
> 8216265
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8217017
>
> There's a missing import statement. Patch below.
>
> Thanks,
> David
> -----
>
> diff -r de5564099c01
> test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/Inherited
> ChannelTest.java
> ---
> a/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/Inherit
> edChannelTest.java
> +++
> b/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/Inherit
> edChannelTest.java
> @@ -48,6 +48,7 @@
> import jdk.test.lib.JDKToolFinder;
> import jdk.test.lib.Utils;
> import jdk.test.lib.process.ProcessTools;
> +import jdk.test.lib.Platform;
>
> import org.testng.annotations.DataProvider;
> import org.testng.annotations.Test;
More information about the hotspot-dev
mailing list