• J
    8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException:... · 3d995cdf
    johnc 提交于
    8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
    Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class.
    Reviewed-by: jmasa, brutisso
    3d995cdf
TestVerifyDuringStartup.java 2.5 KB