Skip to content

Commit

Permalink
Merge pull request #19956 from keithc-ca/maint
Browse files Browse the repository at this point in the history
Update java.specification.maintenance.version
pshipton authored Aug 1, 2024

Verified

This commit was signed with the committer’s verified signature.
jalaziz Jameel Al-Aziz
2 parents 5b6168a + a636321 commit 51128c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/vm/vmprops.c
Original file line number Diff line number Diff line change
@@ -668,9 +668,9 @@ initializeSystemProperties(J9JavaVM * vm)
#endif /* JAVA_SPEC_VERSION < 12 */

#if JAVA_SPEC_VERSION == 8
#define JAVA_SPEC_MAINTENANCE_VERSION "5"
#define JAVA_SPEC_MAINTENANCE_VERSION "6"
#elif JAVA_SPEC_VERSION == 11 /* JAVA_SPEC_VERSION == 8 */
#define JAVA_SPEC_MAINTENANCE_VERSION "2"
#define JAVA_SPEC_MAINTENANCE_VERSION "3"
#endif /* JAVA_SPEC_VERSION == 8 */

#if defined(JAVA_SPEC_MAINTENANCE_VERSION)

0 comments on commit 51128c1

Please sign in to comment.