RFR (XS) 8079644: memory stomping error with ResourceManagement and TestAgentStress.java

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Fri May 15 20:32:26 UTC 2015


Thanks a lot, Coleen!
Serguei

On 5/15/15 1:27 PM, Coleen Phillimore wrote:
>
> Serguei,
> This looks good.
> Coleen
>
> On 5/14/15, 8:15 PM, serguei.spitsyn at oracle.com wrote:
>> Please, review the jdk 9 fix for:
>>   https://bugs.openjdk.java.net/browse/JDK-8079644
>>
>>
>> 9 hotspot webrev:
>> http://cr.openjdk.java.net/~sspitsyn/webrevs/2015/hotspot/8079644-JVMTI-memstomp.1 
>>
>>
>>
>> Summary:
>>
>>   The cached class file structure must be deallocated instead of the 
>> cached class file bytes.
>>   It is because the cached class file bytes array is a part of the 
>> cached class file structure.
>>
>>
>> Testing in progress:
>>   In progress: nsk.redefine.testlist, JTREG com/sun/jdi tests,
>>                ad-hog 
>> closed/serviceability/resource/TestAgentStress.java test from the bug 
>> report
>>
>>
>> Thanks,
>> Serguei
>



More information about the hotspot-dev mailing list