JDK-8276632 : Use blessed modifier order in security-libs code
  • Type: Bug
  • Component: security-libs
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-04
  • Updated: 2021-11-12
  • Resolved: 2021-11-05
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 18
18 b23Fixed
Related Reports
Relates :  
Description
I ran bin/blessed-modifier-order.sh on source owned by security-libs. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound.

See https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/reflect/Modifier.html#toString(int) for more details on the modifier order.
Comments
Changeset: c393ee8f Author: Magnus Ihse Bursie <ihse@openjdk.org> Date: 2021-11-05 14:09:58 +0000 URL: https://git.openjdk.java.net/jdk/commit/c393ee8f598850379266bdba1f55af94744dbad1
05-11-2021