RFR: 8310275: Bug in assignment operator of ReservedMemoryRegion [v2]
Thomas Stuefe
stuefe at openjdk.org
Wed Jul 19 13:04:49 UTC 2023
On Wed, 19 Jul 2023 09:17:39 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Hi,
>
> Instead of having this be `TEST_VM`, why not simply have it be a regular `TEST`? Then you avoid interference from the VM. You'd only have to ensure that `VirtualMemoryTracker::initailize` is called first.
I'm not sure that works, or if one gets it to work its worth the effort. We use NMT, Logging etc, all of which needs to be set up. Since all tests are usually executed together anyway we don't gain much by avoiding VM init.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14440#issuecomment-1642043555
More information about the hotspot-runtime-dev
mailing list