RFR[T]: 8232887: Remove SystemDictionary::has_checkPackageAccess

Lois Foltan lois.foltan at oracle.com
Wed Oct 23 13:25:15 UTC 2019


On 10/23/2019 9:09 AM, Claes Redestad wrote:
> Hi,
>
> has_checkPackageAccess appears to be a remnant from the hsx days, so I
> think it's safe to remove it at this point.
>
> Bug:    https://bugs.openjdk.java.net/browse/JDK-8232887
> Webrev: http://cr.openjdk.java.net/~redestad/8232887/open.00/
>
> Testing: tier1-2
>
> Thanks!
>
> /Claes

Hi Claes,

Looks good.  Can you remove the checkPackageAccess_name from 
vmSymbols.hpp as well?  There are also some comments within 
prims/jvm.cpp that indicate it's the VM's responsibility to call 
checkPackageAccess that should be cleaned up as well.

Thanks,
Lois


More information about the hotspot-runtime-dev mailing list