mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-08 20:49:44 +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