Integrated: 8263460: DynamicArchiveRelocationTest.java fails in product VM
Ioi Lam
iklam at openjdk.java.net
Fri Mar 12 21:48:07 UTC 2021
On Thu, 11 Mar 2021 19:03:21 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> Please review this test bug.
>
> The handling of -XX:ArchiveRelocationMode=1 is different between fastdebug and product builds:
>
> - fastdebug: (to improve test coverage) -- we always map at the default location, then unmap, and then map again at a random location.
> - product: (for faster performance) -- don't attempt to map at the default location. Just map at random location
>
> Therefore, the "unmap" messages are not available in product mode.
>
> I added comments to explain what output is expected, and rearranged the regexp for better matching.
This pull request has now been integrated.
Changeset: 0c8350ed
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0c8350ed
Stats: 22 lines in 1 file changed: 0 ins; 20 del; 2 mod
8263460: DynamicArchiveRelocationTest.java fails in product VM
Reviewed-by: ccheung, dcubed
-------------
PR: https://git.openjdk.java.net/jdk/pull/2947
More information about the hotspot-runtime-dev
mailing list