Skip to content

Commit 51128c1

Browse files
authored
Merge pull request #19956 from keithc-ca/maint
Update java.specification.maintenance.version
2 parents 5b6168a + a636321 commit 51128c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/vm/vmprops.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,9 @@ initializeSystemProperties(J9JavaVM * vm)
668668
#endif /* JAVA_SPEC_VERSION < 12 */
669669

670670
#if JAVA_SPEC_VERSION == 8
671-
#define JAVA_SPEC_MAINTENANCE_VERSION "5"
671+
#define JAVA_SPEC_MAINTENANCE_VERSION "6"
672672
#elif JAVA_SPEC_VERSION == 11 /* JAVA_SPEC_VERSION == 8 */
673-
#define JAVA_SPEC_MAINTENANCE_VERSION "2"
673+
#define JAVA_SPEC_MAINTENANCE_VERSION "3"
674674
#endif /* JAVA_SPEC_VERSION == 8 */
675675

676676
#if defined(JAVA_SPEC_MAINTENANCE_VERSION)

0 commit comments

Comments
 (0)