For JDK-8078556 we implemented the ranges for missing runtime flags, but ThreadStackSize, has platform dependent behavior where some platforms require it to be > 0, but on Windows some tests try to instantiate the VM with the value == 0 to let the OS come up with default. This causes problem from hotspot/test/runtime/CommandLine point of view. For now we implement the range as range(0, max_intx-os::vm_page_size()), but that needs to be made platform dependent.
- is blocked by
-
JDK-8140520 segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
-
- Resolved
-
- relates to
-
JDK-8140520 segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
-
- Resolved
-
-
JDK-8078556 Runtime: implement ranges (optionally constraints) for those flags that have them missing
-
- Resolved
-