mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-10 10:44:16 -06:00
8330415: Update system property for Java SE specification maintenance version
Reviewed-by: lancea, iris Backport-of: bda97a28e0d0830b3c07b33482c4d6a99524af99
This commit is contained in:
parent
21e4278aee
commit
f231e27d90
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -215,7 +215,7 @@ Java_java_lang_System_initProperties(JNIEnv *env, jclass cla, jobject props)
|
||||
PUTPROP(props, "java.specification.version",
|
||||
JDK_MAJOR_VERSION "." JDK_MINOR_VERSION);
|
||||
PUTPROP(props, "java.specification.maintenance.version",
|
||||
"5");
|
||||
"6");
|
||||
PUTPROP(props, "java.specification.name",
|
||||
"Java Platform API Specification");
|
||||
PUTPROP(props, "java.specification.vendor",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user