RFR: 8266851: Implement JEP 403: Strongly Encapsulate JDK Internals [v2]

Mark Reinhold mr at openjdk.java.net
Thu May 13 18:11:34 UTC 2021


On Thu, 13 May 2021 17:37:42 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> Mark Reinhold has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove stray mentions of the jdk.module.illegalAccess property
>
> src/hotspot/share/runtime/arguments.cpp line 2434:
> 
>> 2432:     // -agentlib and -agentpath
>> 2433:     } else if (match_option(option, "-agentlib:", &tail) ||
>> 2434:           (is_absolute_path = match_option(option, "-agentpath:", &tail))) {
> 
> I think jdk.module.illegalAccess can also be removed from lines 1332 and 2064 of arguments.cpp.
> Thanks, Harold

Good point — fixed.  Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4015


More information about the core-libs-dev mailing list