[SPAM]Re: Review request for JDK-8014933: Remove JVM_SetProtectionDomain from hotspot
Francis ANDRE
francis.andre.kampbell at orange.fr
Sun Oct 13 07:05:39 PDT 2013
Hi Eric
I am using the jdk7u40 for building the jdk8/hotspot on WXP/Cygwin/VS2010 and
got this exception when running hotspot.exe
The entry point _JVM_SetProtectionDomain at 12 cannot be found in the dynamic link
library jmv.dll
Can your changeset be backported to the 7u40 release?
Francis
Le 08/07/2013 19:59, Eric McCorkle a écrit :
> Changes have been incorporated. New webrev:
> http://cr.openjdk.java.net/~emc/8014933/
>
> I still need a second reviewer for this.
>
> On 07/01/13 17:48, Coleen Phillimore wrote:
>> 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