Blocks :
|
|
Relates :
|
|
Relates :
|
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.
|