RFR: 8298099: [JVMCI] decouple libgraal from JVMCI module at runtime [v5]
Alan Bateman
alanb at openjdk.org
Wed Dec 7 18:47:09 UTC 2022
On Tue, 6 Dec 2022 16:50:47 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
>> This parameter exists to allow a caller to pass in a `Properties` object that is guaranteed to have only String keys and so does not need the extra filtering done in this method. I'll refactor the code to make it clearer.
>
> Hopefully this makes it clearer: https://github.com/openjdk/jdk/pull/11513/commits/5c610798fe4eaed7efeb2eebcf1e5db47714caee
Thanks. I initially assumed it was done to support non-String key/values but it's actually an optimization because the save properties are always Strings.
-------------
PR: https://git.openjdk.org/jdk/pull/11513
More information about the core-libs-dev
mailing list