RFR: 8061431: [TESTBUG] closed/runtime/AppCDS/SharedArchiveConsistency.java fails on all platforms

Yumin Qi yumin.qi at oracle.com
Tue Oct 28 03:42:13 UTC 2014


Please ignore this webrev, bug id is confidential. A new bug id created 
for addressing  adding WhiteBox API for test. The webrev will be 
targeted to this bug: https://bugs.openjdk.java.net/browse/JDK-8062247

Thanks
Yumin

On 10/27/2014 5:31 PM, Yumin Qi wrote:
> Please review
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8061431
> webrev: http://cr.openjdk.java.net/~minqi/8061431/webrev00/
>
> Summary: The test failed since the variable offsets changed in 
> hotspot. The way to get offset in test is hard-coded. To reduce the 
> risk of future changes of hotspot offsets, the fix add a WhiteBox API 
> function to get a map for FileMapHeaderInfo, which return the members' 
> offsets in a Hashtable.  The test case in closed workspace, will post 
> webrev for it internally.
>
> Thanks
> Yumin
>
>



More information about the hotspot-runtime-dev mailing list