RFR: 8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug VMs

Mandy Chung mandy.chung at oracle.com
Thu Oct 31 18:09:15 UTC 2019


Hi Jie,

On 10/30/19 11:13 PM, Jie Fu wrote:
> Hi all,
>
> May I get reviews for the small fix for the failure of 
> VendorInfoPluginsTest.java in debug VMs?
>
> JBS:    https://bugs.openjdk.java.net/browse/JDK-8233291
> Webrev: http://cr.openjdk.java.net/~jiefu/8233291/webrev.00/

Thanks for fixing this.

Changing the regex to ".*build.*$" is okay.  Perhaps checking if 
"jdk.debug" system property is present and prepend to the regex?

Mandy


More information about the core-libs-dev mailing list