Details
-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 22
-
b11
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326844 | 22.0.1 | Jiří Vaněk | P4 | Resolved | Fixed | b07 |
JDK-8326982 | 21.0.4 | Jiří Vaněk | P4 | Resolved | Fixed | b01 |
Description
grep: resources/images/photo.jpg: binary file matches
Makefile: javac -g:none -source 1.7 -target 1.7 -d $(CLASSES) -sourcepath $(SOURCEPATH) $<
build.xml: <javac debug="off" source="1.7" target="1.7" srcdir="${src}" destdir="${build}"/>
README:source/target is set to 1.7 in the makefile and build.xml, because of
README:use "-source 1.4 -target 1.4" options and jdk1.7.
Those values have to be adjsuted to 9,otherwise build by freshly built jdk fails.
This issue is applicable (will require backport) also to jdk17, only the value will become "8" instead of 9.
Attachments
Issue Links
- backported by
-
JDK-8326844 j2dbench is using outdated javac source/target to be able to build by itself
- Resolved
-
JDK-8326982 j2dbench is using outdated javac source/target to be able to build by itself
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/2d791b8b
-
Commit openjdk/jdk22u/a8cd7fa5
-
Commit openjdk/jdk/b5df2f43
-
Review openjdk/jdk21u-dev/278
-
Review openjdk/jdk22u/58
-
Review openjdk/jdk/17303
-
Review openjdk/jdk/17695