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