RFR: 8298099: [JVMCI] decouple libgraal from JVMCI module at runtime [v5]
Alan Bateman
alanb at openjdk.org
Thu Dec 8 07:17:08 UTC 2022
On Tue, 6 Dec 2022 15:44:28 GMT, Doug Simon <dnsimon at openjdk.org> 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
More information about the core-libs-dev
mailing list