JDK-8272838 : Move CriticalJNI tests out of tier1
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-23
  • Updated: 2022-10-21
  • Resolved: 2021-08-30
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 JDK 18
17.0.2Fixed 18 b13Fixed
Related Reports
Relates :  
Relates :  
Description
The -XX:+CriticalJNINatives is deprecated (see JDK-8233343), and turned off by default. These tests take a lot of time. Therefore, it makes little sense to spend time on them in tier1. They currently propagate to tier1 through Epsilon and Shenandoah test groups.
Comments
Fix Request (17u) Clean backport to make tests faster and prepare to potential backport of JDK-8272914. Applies cleanly, tests pass as expected.
10-09-2021

Changeset: f55d5ab5 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-08-30 06:41:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/f55d5ab5177b6e08e8499abc181a320a98b28a5f
30-08-2021