. Update to 8u11. This requires moving the patch file for 8u5 to start
with 8u05 to preserve patch file ordering.
This commit is contained in:
parent
0af95c83f9
commit
fafc5e69ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362333
4 changed files with 6011 additions and 17 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
PORTNAME= openjdk
|
PORTNAME= openjdk
|
||||||
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
|
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
|
||||||
PORTREVISION?= 8
|
|
||||||
CATEGORIES= java devel
|
CATEGORIES= java devel
|
||||||
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/:jdk \
|
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/:jdk \
|
||||||
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \
|
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \
|
||||||
|
@ -61,8 +60,8 @@ NO_CCACHE= yes
|
||||||
NOPRECIOUSMAKEVARS= yes
|
NOPRECIOUSMAKEVARS= yes
|
||||||
|
|
||||||
JDK_MAJOR_VERSION= 8
|
JDK_MAJOR_VERSION= 8
|
||||||
JDK_UPDATE_VERSION= 5
|
JDK_UPDATE_VERSION= 11
|
||||||
JDK_BUILD_NUMBER= 13
|
JDK_BUILD_NUMBER= 12
|
||||||
JTREG_VERSION= 4.1
|
JTREG_VERSION= 4.1
|
||||||
JTREG_BUILD_NUMBER= b08
|
JTREG_BUILD_NUMBER= b08
|
||||||
JTREG_JENKINS_BUILD= 77
|
JTREG_JENKINS_BUILD= 77
|
||||||
|
|
6004
java/openjdk8/files/patch-8u11-b13
Normal file
6004
java/openjdk8/files/patch-8u11-b13
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5295,7 +5295,7 @@
|
||||||
+#[bsd]sun.tools.attach.BsdAttachProvider
|
+#[bsd]sun.tools.attach.BsdAttachProvider
|
||||||
--- jdk/src/share/lib/security/java.security-bsd
|
--- jdk/src/share/lib/security/java.security-bsd
|
||||||
+++ jdk/src/share/lib/security/java.security-bsd
|
+++ jdk/src/share/lib/security/java.security-bsd
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,500 @@
|
||||||
+#
|
+#
|
||||||
+# This is the "master security properties file".
|
+# This is the "master security properties file".
|
||||||
+#
|
+#
|
||||||
|
@ -5508,7 +5508,8 @@
|
||||||
+ org.jcp.xml.dsig.internal.,\
|
+ org.jcp.xml.dsig.internal.,\
|
||||||
+ jdk.internal.,\
|
+ jdk.internal.,\
|
||||||
+ jdk.nashorn.internal.,\
|
+ jdk.nashorn.internal.,\
|
||||||
+ jdk.nashorn.tools.
|
+ jdk.nashorn.tools.,\
|
||||||
|
+ com.sun.activation.registries.
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
+#
|
+#
|
||||||
|
@ -5555,7 +5556,8 @@
|
||||||
+ org.jcp.xml.dsig.internal.,\
|
+ org.jcp.xml.dsig.internal.,\
|
||||||
+ jdk.internal.,\
|
+ jdk.internal.,\
|
||||||
+ jdk.nashorn.internal.,\
|
+ jdk.nashorn.internal.,\
|
||||||
+ jdk.nashorn.tools.
|
+ jdk.nashorn.tools.,\
|
||||||
|
+ com.sun.activation.registries.
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
+#
|
+#
|
||||||
|
@ -8260,17 +8262,6 @@
|
||||||
|
|
||||||
JNIEXPORT void JNICALL Java_sun_management_DiagnosticCommandImpl_setNotificationEnabled
|
JNIEXPORT void JNICALL Java_sun_management_DiagnosticCommandImpl_setNotificationEnabled
|
||||||
(JNIEnv *env, jobject dummy, jboolean enabled) {
|
(JNIEnv *env, jobject dummy, jboolean enabled) {
|
||||||
--- jdk/src/share/native/sun/management/GcInfoBuilder.c
|
|
||||||
+++ jdk/src/share/native/sun/management/GcInfoBuilder.c
|
|
||||||
@@ -190,7 +190,7 @@
|
|
||||||
|
|
||||||
if (ext_att_count <= 0) {
|
|
||||||
JNU_ThrowIllegalArgumentException(env, "Invalid ext_att_count");
|
|
||||||
- return;
|
|
||||||
+ return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
gc_stat.usage_before_gc = usageBeforeGC;
|
|
||||||
--- jdk/src/solaris/back/util_md.h
|
--- jdk/src/solaris/back/util_md.h
|
||||||
+++ jdk/src/solaris/back/util_md.h
|
+++ jdk/src/solaris/back/util_md.h
|
||||||
@@ -51,7 +51,7 @@
|
@@ -51,7 +51,7 @@
|
||||||
|
|
Loading…
Reference in a new issue