Skip to content

Commit c581e12

Browse files
Justin Lujerboaa
authored andcommitted
8330416: Update system property for Java SE specification maintenance version
Reviewed-by: lancea, iris Backport-of: 22fe35f286c71e01945cacc95ef090cadf1c3d99
1 parent 434f60f commit c581e12

File tree

1 file changed

+2
-2
lines changed
  • src/java.base/share/native/libjava

1 file changed

+2
-2
lines changed

src/java.base/share/native/libjava/System.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1994, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -198,7 +198,7 @@ Java_java_lang_System_initProperties(JNIEnv *env, jclass cla, jobject props)
198198
PUTPROP(props, "java.specification.version",
199199
VERSION_SPECIFICATION);
200200
PUTPROP(props, "java.specification.maintenance.version",
201-
"2");
201+
"3");
202202
PUTPROP(props, "java.specification.name",
203203
"Java Platform API Specification");
204204
PUTPROP(props, "java.specification.vendor",

0 commit comments

Comments
 (0)