Skip to content

Commit 1f4d354

Browse files
Merge pull request #139 from pshipton/0.33.1
Merge 17.0.4.1+1 into 0.33.1
2 parents 6edb492 + 96a9951 commit 1f4d354

File tree

6 files changed

+4
-189
lines changed

6 files changed

+4
-189
lines changed

.jcheck/conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
22
project=jdk-updates
33
jbs=JDK
4-
version=17.0.4
4+
version=17.0.4.1
55

66
[checks]
77
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace,problemlists

closed/openjdk-tag.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OPENJDK_TAG := jdk-17.0.4+8
1+
OPENJDK_TAG := jdk-17.0.4.1+1

make/conf/version-numbers.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
DEFAULT_VERSION_FEATURE=17
3030
DEFAULT_VERSION_INTERIM=0
3131
DEFAULT_VERSION_UPDATE=4
32-
DEFAULT_VERSION_PATCH=0
32+
DEFAULT_VERSION_PATCH=1
3333
DEFAULT_VERSION_EXTRA1=0
3434
DEFAULT_VERSION_EXTRA2=0
3535
DEFAULT_VERSION_EXTRA3=0
36-
DEFAULT_VERSION_DATE=2022-07-19
36+
DEFAULT_VERSION_DATE=2022-08-12
3737
DEFAULT_VERSION_CLASSFILE_MAJOR=61 # "`$EXPR $DEFAULT_VERSION_FEATURE + 44`"
3838
DEFAULT_VERSION_CLASSFILE_MINOR=0
3939
DEFAULT_VERSION_DOCS_API_SINCE=11

test/hotspot/jtreg/compiler/allocation/TestAllocArrayAfterAllocNoUse.java

-52
This file was deleted.

test/hotspot/jtreg/compiler/allocation/TestCCPAllocateArray.java

-53
This file was deleted.

test/hotspot/jtreg/compiler/allocation/TestFailedAllocationBadGraph.java

-80
This file was deleted.

0 commit comments

Comments
 (0)