mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-02 19:20:19 +00:00
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