mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 21:05:11 +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