Review request for JDK-8014933: Remove JVM_SetProtectionDomain from hotspot
Coleen Phillimore
coleen.phillimore at oracle.com
Mon Jul 1 14:48:24 PDT 2013
Hi Eric,
This looks good -except can you move
java_lang_Class::set_protection_domain into the private part of
java_lang_Class with set_init_lock? The only caller is from within
java_lang_Class class now.
thanks,
Coleen
On 07/01/2013 05:31 PM, Eric McCorkle wrote:
> Hello,
>
> Please review the following patch, which removes the deprecated JNI call
> JVM_SetProtectionDomain from hotspot.
>
> The corresponding patch, which removes use of JVM_SetProtectionDomain
> was committed a while back to jdk8/tl, and was integrated into
> hsx/hotspot-rt late last week.
>
> The webrev is here:
> http://cr.openjdk.java.net/~emc/8014933/
>
> Thanks,
> Eric
More information about the hotspot-dev
mailing list