java/openjdk16: Update to 16.0.2
This commit is contained in:
parent
96fd8c3f53
commit
c1c0f264b2
3 changed files with 5 additions and 33 deletions
|
@ -55,8 +55,8 @@ NOPRECIOUSMAKEVARS= yes
|
|||
|
||||
JDK_MAJOR_VERSION= 16
|
||||
JDK_MINOR_VERSION= 0
|
||||
JDK_PATCH_VERSION= 1
|
||||
JDK_BUILD_NUMBER= 9
|
||||
JDK_PATCH_VERSION= 2
|
||||
JDK_BUILD_NUMBER= 7
|
||||
BSD_JDK_VERSION= 1
|
||||
|
||||
JDK_BUG_URL= https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/${PORTNAME}${JDK_MAJOR_VERSION}%3A%20
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1619842444
|
||||
SHA256 (battleblow-jdk16u-jdk-16.0.1+9-1_GH0.tar.gz) = 9e9181859c0d41d0003ce5965018d52ea670f0728ecd887a93b0a14034e583f5
|
||||
SIZE (battleblow-jdk16u-jdk-16.0.1+9-1_GH0.tar.gz) = 104513577
|
||||
TIMESTAMP = 1627709200
|
||||
SHA256 (battleblow-jdk16u-jdk-16.0.2+7-1_GH0.tar.gz) = 028b193ceb5ad53c44f9fa060e70a9b6b9b723919bfb36d858638695ecd8e3ae
|
||||
SIZE (battleblow-jdk16u-jdk-16.0.2+7-1_GH0.tar.gz) = 104523305
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
commit f8a9602a0a65cdc98eb940aac9529256ded2bf42
|
||||
Author: Yasumasa Suenaga <ysuenaga@openjdk.org>
|
||||
Date: Thu Jan 21 06:08:13 2021 +0000
|
||||
|
||||
8260025: Missing comma in VM_Version_Ext::_family_id_amd
|
||||
|
||||
Reviewed-by: dholmes, stuefe
|
||||
|
||||
diff --git src/hotspot/cpu/x86/vm_version_ext_x86.cpp src/hotspot/cpu/x86/vm_version_ext_x86.cpp
|
||||
index 30d9494c654..a84b37f7977 100644
|
||||
--- src/hotspot/cpu/x86/vm_version_ext_x86.cpp
|
||||
+++ src/hotspot/cpu/x86/vm_version_ext_x86.cpp
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
- * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
+ * Copyright (c) 2013, 2021, 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
|
||||
@@ -739,7 +739,7 @@ const char* const VM_Version_Ext::_family_id_amd[ExtendedFamilyIdLength_AMD] = {
|
||||
"",
|
||||
"",
|
||||
"Opteron/Athlon64",
|
||||
- "Opteron QC/Phenom" // Barcelona et.al.
|
||||
+ "Opteron QC/Phenom", // Barcelona et.al.
|
||||
"",
|
||||
"",
|
||||
"",
|
Loading…
Reference in a new issue