-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0, 6
-
b73
-
generic, sparc
-
generic, solaris_7
If you go to:
http://javaweb.sfbay/jdk/Serviceability/ssn_nightly/ssn_logs/Nightly_ssn_unix-06-01-31T01-05-Tue/log.html
the tests:
com/sun/jdi/PrivateTransportTest.sh
and
com/sun/jdi/SparcToSparcv9Test.sh
are failing on lapwai and mho, usually when the java is run with -d64.
It looks like both -d32 and -d64 might be supplied in some cases?
---
./PrivateTransportTest.sh: d64=`echo "${DEDBUGGER_FLAGS}" | fgrep -- -d64`
Was DEDBUGGER_FLAGS supposed to be DEBUGGERFLAGS or DEBUGGER_FLAGS???
Also we may need an amd64 equivalent to the sparcv9 test.
http://javaweb.sfbay/jdk/Serviceability/ssn_nightly/ssn_logs/Nightly_ssn_unix-06-01-31T01-05-Tue/log.html
the tests:
com/sun/jdi/PrivateTransportTest.sh
and
com/sun/jdi/SparcToSparcv9Test.sh
are failing on lapwai and mho, usually when the java is run with -d64.
It looks like both -d32 and -d64 might be supplied in some cases?
---
./PrivateTransportTest.sh: d64=`echo "${DEDBUGGER_FLAGS}" | fgrep -- -d64`
Was DEDBUGGER_FLAGS supposed to be DEBUGGERFLAGS or DEBUGGER_FLAGS???
Also we may need an amd64 equivalent to the sparcv9 test.
- duplicates
-
JDK-6379824 TEST: jtreg tests SparcToSparcv9Test.sh and PrivateTransportTest.sh fail with -d64
-
- Closed
-