RFR (XS) - 8176827 Test can't find libXext.so

Calvin Cheung calvin.cheung at oracle.com
Tue Oct 17 20:25:03 UTC 2017


Looks good.

thanks,
Calvin

On 10/16/17, 4:02 PM, Ioi Lam wrote:
> Hi,
>
> JDK-8176827 is a closed issue, but basically we have some tests that 
> have unnecessary dependencies on desktop features, and would 
> sporadically fail on hosts that are  configured to run only headless 
> tests.
>
> https://bugs.openjdk.java.net/browse/JDK-8176827
> http://cr.openjdk.java.net/~iklam/jdk10/8176827-cant-find-libxext.v01/
>
> The fix is simple -- replace desktop classes used by the tests with 
> headless classes. E.g., java.awt.Button -> java.util.logging.Level
>
> Thanks
> - Ioi


More information about the hotspot-runtime-dev mailing list