-
Enhancement
-
Resolution: Fixed
-
P4
-
8u20, 9
-
WhiteBox API
-
b17
VM JSR292 tests generate method handle call graphs which use a lot of stack. On embedded machines the stack size is limited, so we often get StackOverflowError. On the big machines we still want to generate big method handle graphs. The best solution to this seems to check remaining stack size on-the-fly in the tests. Since there is no way to query remaining stack size from VM, we propose adding such methods to WhiteBox API.
A diff with suggested changes is attached
A diff with suggested changes is attached
- blocks
-
JDK-8208255 [mlvm] vm/mlvm/meth/stress/compiler/sequence fails with OOM
- Closed