On Tue, 6 Dec 2022 15:44:28 GMT, Doug Simon <[email protected]> wrote:
>> src/java.base/share/classes/jdk/internal/vm/VMSupport.java line 106:
>>
>>> 104: }
>>> 105: if (props.get("oome") != null) {
>>> 106: throw new OutOfMemoryError("forced OOME");
>>
>> I don't think code in java.base should be checking for a property named
>> "oome". Is this for a test that sets this system property on the command
>> line?
>
> Sorry, that's debug code that I will remove.
Thanks, I couldn't see it set as a property anywhere so didn't know why it was
there. I don't have any comments on this area.
-------------
PR: https://git.openjdk.org/jdk/pull/11513