Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
c1c0f264
Commit
c1c0f264
authored
3 years ago
by
Greg Lewis
Browse files
Options
Downloads
Patches
Plain Diff
java/openjdk16: Update to 16.0.2
parent
96fd8c3f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
java/openjdk16/Makefile
+2
-2
2 additions, 2 deletions
java/openjdk16/Makefile
java/openjdk16/distinfo
+3
-3
3 additions, 3 deletions
java/openjdk16/distinfo
java/openjdk16/files/patch-commit-f8a9602a0a6
+0
-28
0 additions, 28 deletions
java/openjdk16/files/patch-commit-f8a9602a0a6
with
5 additions
and
33 deletions
java/openjdk16/Makefile
+
2
−
2
View file @
c1c0f264
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
java/openjdk16/distinfo
+
3
−
3
View file @
c1c0f264
TIMESTAMP = 16
19842444
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) = 1045
13577
TIMESTAMP = 16
27709200
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) = 1045
23305
This diff is collapsed.
Click to expand it.
java/openjdk16/files/patch-commit-f8a9602a0a6
deleted
100644 → 0
+
0
−
28
View file @
96fd8c3f
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.
"",
"",
"",
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment