Duplicate :
|
|
Relates :
|
See comments. Problem: Hotspot has flags which could be unavailable in different VM versions (server vs client, product vs debug). It complicates VM testing. Solution: Add new product flag -XX:+IgnoreUnrecognizedVMOptions to allow ignore unrecognized VM options and execute a java program. By default it is off.
|