RFR[S] 8179769 serviceability/sa/TestCpoolForInvokeDynamic.java failing after changes for JDK-8171392

Ioi Lam ioi.lam at oracle.com
Fri May 12 15:46:46 UTC 2017


Thanks Coleen. I also started running tier4 and tier5 tests just to make 
sure I don't screw things up ...

- Ioi

On 5/12/17 5:07 AM, coleen.phillimore at oracle.com wrote:
> Looks good.
> Coleen
>
> On 5/12/17 1:21 AM, Ioi Lam wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8179769
>> http://cr.openjdk.java.net/~iklam/jdk10/8179769-sa-cp-failures.v01/
>>
>> Summary:
>>
>> In JDK-8171392 ( Move Klass pointers outside of ConstantPool entries 
>> so ConstantPool can be read-only), I changed how classes are stored 
>> in ConstantPool. However, I missed the changes that are required in 
>> Serviceability Agent (SA).
>>
>> In this patch, the SA java classes are changed to match the native 
>> code in constantPool.cpp.
>>
>> Testing:
>>
>> I tested with "rbt -j hs-tier2.js,hs-tier3.js" to run all the SA 
>> JTREG tests on all supported platforms. I also tested locally and 
>> verified in the JTR files that the bug has been fixed
>>
>> Thanks
>> - Ioi
>



More information about the hotspot-runtime-dev mailing list