[Bug 2610] New: Classes of testlibrary in openjdk/hotspot/test/testlibrary not being compiled
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Sun Sep 6 07:07:21 UTC 2015
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2610
Bug ID: 2610
Summary: Classes of testlibrary in
openjdk/hotspot/test/testlibrary not being compiled
Product: IcedTea
Version: 2.6.1
Hardware: sparc64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: chghs at web.de
CC: unassigned at icedtea.classpath.org
Created attachment 1413
--> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1413&action=edit
jtr-file of test openjdk/hotspot/test/runtime/NMT/JcmdScale.java (example)
icedtea-2.6.1 can be successfully built on an experimental
sparc64/linux/gentoo-system. Running `make check' after the build shows a lot
of failing tests because required imported test classes from the source
directory
icedtea-2.6.1/openjdk/hotspot/test
are not found (see attached jtr-file for a full example). I cannot find the
compiled .class-files of these packages on my system. `make check' starts with
this messages:
hinrich at sirrah ~/work/java/build/icedtea-2.6.1 $ make check | tee
../make_check.log
/usr/bin/gmake check-local
gmake[1]: Entering directory '/home/hinrich/work/java/build/icedtea-2.6.1'
rm -rf test/jtreg/classes
mkdir -p test/jtreg/classes
/home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/javac -g
-encoding utf-8 -J-Xmx1024m -Xprefer:source -source 7 -target 7 -d
test/jtreg/classes \
`find /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com -name
'*.java'`
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com/sun/javatest/InterviewParameters.java:1046:
warning: unreachable catch clause
catch (IOException e) {
^
thrown type FileNotFoundException has already been caught
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com/sun/javatest/InterviewParameters.java:1072:
warning: unreachable catch clause
catch (IOException e) {
^
thrown type FileNotFoundException has already been caught
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com/sun/javatest/EditJTI.java:601:
warning: unreachable catch clause
catch (IOException e) {
^
thrown type FileNotFoundException has already been caught
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com/sun/javatest/regtest/Main.java:866:
warning: unreachable catch clause
} catch (IOException e) {
^
thrown type FileNotFoundException has already been caught
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/com/sun/javatest/regtest/Main.java:898:
warning: unreachable catch clause
} catch (IOException e) {
^
thrown type FileNotFoundException has already been caught
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 warnings
(cd /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg; \
/home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/jar cfm
/home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg.jar \
META-INF/MANIFEST.MF \
legal README JavaTest.cmdMgrs.lst JavaTest.toolMgrs.lst \
`find com -type f -a -not -name '*.java'` \
-C /home/hinrich/work/java/build/icedtea-2.6.1/test/jtreg/classes com)
mkdir -p stamps
touch stamps/jtreg.stamp
mkdir -p test/hotspot/JTwork test/hotspot/JTreport
/home/hinrich/work/java/build/icedtea-2.6.1/bootstrap/jdk1.6.0/bin/java -jar
test/jtreg.jar -v1 -a -ignore:quiet \
-w:test/hotspot/JTwork -r:test/hotspot/JTreport \
-jdk:/home/hinrich/work/java/build/icedtea-2.6.1/openjdk.build/j2sdk-image
\
\
`pwd`/openjdk/hotspot/test \
| tee test/check-hotspot.log
Directory "test/hotspot/JTwork/scratch" not found: creating
Passed: compiler/5057225/Test5057225.java
Passed: compiler/5091921/Test5091921.java
Passed: compiler/5091921/Test6186134.java
Passed: compiler/5091921/Test6196102.java
Passed: compiler/5091921/Test6357214.java
Passed: compiler/5091921/Test6559156.java
Passed: compiler/5091921/Test6753639.java
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150906/ccc90cd6/attachment-0001.html>
More information about the distro-pkg-dev
mailing list