JDK-8317635 : Improve GetClassFields test to verify correctness of field order
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 17,21,22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2023-10-06
  • Updated: 2024-08-05
  • Resolved: 2023-10-19
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 21 JDK 22
17.0.13-oracleFixed 21.0.5-oracleFixed 22 b21Fixed
Related Reports
Blocks :  
Relates :  
Description
GetClassFields spec:
 Fields are returned in the order they occur in the class file.

Tests for GetClassFields function (test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields) does not checks order of the returned fields.
Comments
Fix request [17u] I backport this for parity with 17.0.13-oracle. No risk, only tests change. Clean backport. Test pass. SAP nightly testing passed.
02-08-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2762 Date: 2024-08-01 08:41:21 +0000
01-08-2024

Fix request [21u] I backport this for parity with 21.0.5-oracle. No risk, only a test change. Clean backport. Test pass. SAP nightly testing passed.
17-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u-dev/pull/721 Date: 2024-06-14 08:55:47 +0000
14-06-2024

Changeset: 599560a8 Author: Alex Menkov <amenkov@openjdk.org> Date: 2023-10-19 18:12:16 +0000 URL: https://git.openjdk.org/jdk/commit/599560a832386d9c61aca24450d6efa65156f663
19-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16131 Date: 2023-10-11 00:39:23 +0000
11-10-2023