RFR(XS) 8234539 ArchiveRelocationTest.java failed: Archive mapping should always succeed
Calvin Cheung
calvin.cheung at oracle.com
Fri Nov 22 19:23:41 UTC 2019
Hi Ioi,
The fix looks good.
thanks,
Calvin
On 11/21/19 2:58 PM, Ioi Lam wrote:
> https://bugs.openjdk.java.net/browse/JDK-8234539
> http://cr.openjdk.java.net/~iklam/jdk14/8234539-mapping-should-always-succeed.v01/
>
>
> This bug happens only on Windows. The fix is one-line -- in order to
> check
> whether "This is the second time we try to map the archive(s)",
> instead of
> using (addr_delta != 0), the correct condition is (rs.is_reserved()).
> Please
> see the bug report for details.
>
> I also improve the log messages when error happens.
>
> Thanks
> - Ioi
More information about the hotspot-runtime-dev
mailing list