JDK-8213269 : convert test/hotspot/jtreg/runtime/memory/RunUnitTestsConcurrently to gtest
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-01
  • Updated: 2023-07-28
  • Resolved: 2021-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b13Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
JDK-8077965 converted all internal vm tests into gtest tests. as several internal tests are used by WhiteBox::runMemoryUnitTests, they haven't been removed as part of JDK-8077965.

this RFE aims to replace RunUnitTestsConcurrently jtreg test (as the only user of WhiteBox::runMemoryUnitTests method) by corresponding gtest tests which run other existing gtest tests several times in multiple concurrent threads. after it's done WhiteBox::runMemoryUnitTests method and all routines called from it can be removed.
Comments
Changeset: 9221540e Author: Mikhailo Seledtsov <mseledtsov@openjdk.org> Date: 2021-03-08 20:09:59 +0000 URL: https://git.openjdk.java.net/jdk/commit/9221540e
08-03-2021