-
Bug
-
Resolution: Fixed
-
P3
-
solaris_11, 7
-
b117
-
generic, x86
-
generic, solaris_nevada
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028928 | port-stage-ppc-aix | Erik Gahlin | P3 | Resolved | Fixed | master |
Filing this for the TL integrator, I think maybe that looking for a FULL GC might be wrong now? It might not happen?
TESTFAIL:com/sun/jdi/BreakpointWithFullGC.sh
This happened on Solaris sparc. Not sure how reproducable it is. (failure not seen in JPRT, yet).
#Test Results (version 2)
#Wed May 12 18:08:05 PDT 2010
#checksum:568988ff59b13f5b
#-----testdescription-----
$file=/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh
$root=/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test
author=dcubed (based on the test program posted to the following Eclipse thread https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137)
keywords=bug6862295 shell
run=USER_SPECIFIED shell BreakpointWithFullGC.sh\n
source=BreakpointWithFullGC.sh
title=Verify breakpoints still work after a full GC.
#-----environment-----
#-----testresult-----
description=file:/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh
end=Wed May 12 18:08:05 PDT 2010
environment=regtest
execStatus=Failed. Execution failed: exit code 1
javatestOS=SunOS 5.10 (sparc)
javatestVersion=4.1.4
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages shell
start=Wed May 12 18:07:43 PDT 2010
test=com/sun/jdi/BreakpointWithFullGC.sh
work=/tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/com/sun/jdi
#section:script_messages
----------messages:(4/314)----------
JDK under test: (/net/jano1.sfbay/export1/jcg/ws-depot/7/tl/build-archive/latest.tl-pit/solaris_sparc)
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jprtadm_2010_05_11_17_21-b00)
Java HotSpot(TM) Server VM (build 18.0-b04-201005112337.ss145989.tl-pit-awt-swing-2, mixed mode)
#section:shell
----------messages:(3/139)----------
command: shell BreakpointWithFullGC.sh []
reason: User specified action: run shell BreakpointWithFullGC.sh
elapsed time (seconds): 22.179
----------System.out:(141/5200)----------
--Compiling first version of /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/shtest.java with options: -g
compiling shtest.java
--Starting jdb, address=
Listening at address: hest:40604
--Starting debuggee
Cmd: /net/jano1.sfbay/export1/jcg/ws-depot/7/tl/build-archive/latest.tl-pit/solaris_sparc/bin/java -Xmx32m -verbose:gc -classpath /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983 -DHANGINGJAVA-983_DEB -Djtreg.classDir=/tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983 -showversion -agentlib:jdwp=transport=dt_socket,address=40604,server=n,suspend=y shtest
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
Initializing jdb ...
>
VM Started: No frames on the current call stack
main[1] Deferring breakpoint shtest:16.
It will be set after the class is loaded.
main[1] Deferring breakpoint shtest:19.
It will be set after the class is loaded.
main[1] Deferring breakpoint shtest:21.
It will be set after the class is loaded.
main[1] > Set deferred breakpoint shtest:21
Set deferred breakpoint shtest:19
Set deferred breakpoint shtest:16
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 7573K->4358K(35328K), 0.0731803 secs]
[GC 18322K->11476K(35328K), 0.1945212 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 20692K->10228K(35328K), 0.0202057 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 19444K->11628K(35328K), 0.0690377 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 20844K->13184K(35328K), 0.1275821 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
[GC> 22400K->16152K(30208K), 0.1703034 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
> [GC 20248K->15404K(32768K), 0.0346497 secs]
[GC 19500K->19496K(32768K), 0.1760316 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
> [GC 23592K->16440K(32768K), 0.0547898 secs]
[GC 20536K->20548K(32768K), 0.1933311 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
[GC> 24644K->17876K(32768K), 0.0646443 secs]
[GC 21972K->21972K(32768K), 0.2109291 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 26068K->19684K(32768K), 0.0744315 secs]
[GC 23780K->23768K(32768K), 0.2392100 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=21 bci=43
21 System.out.println("end of test"); // @1 breakpoint
main[1] end of test
----------System.err:(69/2112)----------
ShellScaffold.sh: Version
--Sending cmd: stop at shtest:16
--Sending cmd: stop at shtest:19
--Sending cmd: stop at shtest:21
--Sending cmd: run
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jprtadm_2010_05_11_17_21-b00)
Java HotSpot(TM) Server VM (build 18.0-b04-201005112337.ss145989.tl-pit-awt-swing-2, mixed mode)
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: quit
--Fail: main: Required output "Full GC" not found in /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt
---- contents of /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt follows -------
top of loop
[GC 7573K->4358K(35328K), 0.0731803 secs]
[GC 18322K->11476K(35328K), 0.1945212 secs]
bottom of loop
top of loop
bottom of loop
top of loop
[GC 20692K->10228K(35328K), 0.0202057 secs]
bottom of loop
top of loop
[GC 19444K->11628K(35328K), 0.0690377 secs]
bottom of loop
top of loop
[GC 20844K->13184K(35328K), 0.1275821 secs]
bottom of loop
top of loop
[GC 22400K->16152K(30208K), 0.1703034 secs]
bottom of loop
top of loop
[GC 20248K->15404K(32768K), 0.0346497 secs]
[GC 19500K->19496K(32768K), 0.1760316 secs]
bottom of loop
top of loop
[GC 23592K->16440K(32768K), 0.0547898 secs]
[GC 20536K->20548K(32768K), 0.1933311 secs]
bottom of loop
top of loop
[GC 24644K->17876K(32768K), 0.0646443 secs]
[GC 21972K->21972K(32768K), 0.2109291 secs]
bottom of loop
top of loop
[GC 26068K->19684K(32768K), 0.0744315 secs]
[GC 23780K->23768K(32768K), 0.2392100 secs]
bottom of loop
end of test
---------------
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
TESTFAIL:com/sun/jdi/BreakpointWithFullGC.sh
This happened on Solaris sparc. Not sure how reproducable it is. (failure not seen in JPRT, yet).
#Test Results (version 2)
#Wed May 12 18:08:05 PDT 2010
#checksum:568988ff59b13f5b
#-----testdescription-----
$file=/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh
$root=/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test
author=dcubed (based on the test program posted to the following Eclipse thread https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137)
keywords=bug6862295 shell
run=USER_SPECIFIED shell BreakpointWithFullGC.sh\n
source=BreakpointWithFullGC.sh
title=Verify breakpoints still work after a full GC.
#-----environment-----
#-----testresult-----
description=file:/net/jano2.sfbay/export2/tl/ws-depot/7/repo.latest-pit/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh
end=Wed May 12 18:08:05 PDT 2010
environment=regtest
execStatus=Failed. Execution failed: exit code 1
javatestOS=SunOS 5.10 (sparc)
javatestVersion=4.1.4
script=com.sun.javatest.regtest.RegressionScript
sections=script_messages shell
start=Wed May 12 18:07:43 PDT 2010
test=com/sun/jdi/BreakpointWithFullGC.sh
work=/tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/com/sun/jdi
#section:script_messages
----------messages:(4/314)----------
JDK under test: (/net/jano1.sfbay/export1/jcg/ws-depot/7/tl/build-archive/latest.tl-pit/solaris_sparc)
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jprtadm_2010_05_11_17_21-b00)
Java HotSpot(TM) Server VM (build 18.0-b04-201005112337.ss145989.tl-pit-awt-swing-2, mixed mode)
#section:shell
----------messages:(3/139)----------
command: shell BreakpointWithFullGC.sh []
reason: User specified action: run shell BreakpointWithFullGC.sh
elapsed time (seconds): 22.179
----------System.out:(141/5200)----------
--Compiling first version of /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/shtest.java with options: -g
compiling shtest.java
--Starting jdb, address=
Listening at address: hest:40604
--Starting debuggee
Cmd: /net/jano1.sfbay/export1/jcg/ws-depot/7/tl/build-archive/latest.tl-pit/solaris_sparc/bin/java -Xmx32m -verbose:gc -classpath /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983 -DHANGINGJAVA-983_DEB -Djtreg.classDir=/tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983 -showversion -agentlib:jdwp=transport=dt_socket,address=40604,server=n,suspend=y shtest
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
Initializing jdb ...
>
VM Started: No frames on the current call stack
main[1] Deferring breakpoint shtest:16.
It will be set after the class is loaded.
main[1] Deferring breakpoint shtest:19.
It will be set after the class is loaded.
main[1] Deferring breakpoint shtest:21.
It will be set after the class is loaded.
main[1] > Set deferred breakpoint shtest:21
Set deferred breakpoint shtest:19
Set deferred breakpoint shtest:16
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 7573K->4358K(35328K), 0.0731803 secs]
[GC 18322K->11476K(35328K), 0.1945212 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 20692K->10228K(35328K), 0.0202057 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 19444K->11628K(35328K), 0.0690377 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 20844K->13184K(35328K), 0.1275821 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
[GC> 22400K->16152K(30208K), 0.1703034 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
> [GC 20248K->15404K(32768K), 0.0346497 secs]
[GC 19500K->19496K(32768K), 0.1760316 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
> [GC 23592K->16440K(32768K), 0.0547898 secs]
[GC 20536K->20548K(32768K), 0.1933311 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] top of loop
[GC> 24644K->17876K(32768K), 0.0646443 secs]
[GC 21972K->21972K(32768K), 0.2109291 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] bottom of loop
>
Breakpoint hit: "thread=main", shtest.main(), line=16 bci=8
16 System.out.println("top of loop"); // @1 breakpoint
main[1] > top of loop
[GC 26068K->19684K(32768K), 0.0744315 secs]
[GC 23780K->23768K(32768K), 0.2392100 secs]
Breakpoint hit: "thread=main", shtest.main(), line=19 bci=29
19 System.out.println("bottom of loop"); // @1 breakpoint
main[1] > bottom of loop
Breakpoint hit: "thread=main", shtest.main(), line=21 bci=43
21 System.out.println("end of test"); // @1 breakpoint
main[1] end of test
----------System.err:(69/2112)----------
ShellScaffold.sh: Version
--Sending cmd: stop at shtest:16
--Sending cmd: stop at shtest:19
--Sending cmd: stop at shtest:21
--Sending cmd: run
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jprtadm_2010_05_11_17_21-b00)
Java HotSpot(TM) Server VM (build 18.0-b04-201005112337.ss145989.tl-pit-awt-swing-2, mixed mode)
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: cont
--Sending cmd: quit
--Fail: main: Required output "Full GC" not found in /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt
---- contents of /tmp/jcia-jtreg/JT-jdk.solaris_sparc.Y10-05-12.1719/JTwork/classes/com/sun/jdi/aa983/debuggeeOutput.txt follows -------
top of loop
[GC 7573K->4358K(35328K), 0.0731803 secs]
[GC 18322K->11476K(35328K), 0.1945212 secs]
bottom of loop
top of loop
bottom of loop
top of loop
[GC 20692K->10228K(35328K), 0.0202057 secs]
bottom of loop
top of loop
[GC 19444K->11628K(35328K), 0.0690377 secs]
bottom of loop
top of loop
[GC 20844K->13184K(35328K), 0.1275821 secs]
bottom of loop
top of loop
[GC 22400K->16152K(30208K), 0.1703034 secs]
bottom of loop
top of loop
[GC 20248K->15404K(32768K), 0.0346497 secs]
[GC 19500K->19496K(32768K), 0.1760316 secs]
bottom of loop
top of loop
[GC 23592K->16440K(32768K), 0.0547898 secs]
[GC 20536K->20548K(32768K), 0.1933311 secs]
bottom of loop
top of loop
[GC 24644K->17876K(32768K), 0.0646443 secs]
[GC 21972K->21972K(32768K), 0.2109291 secs]
bottom of loop
top of loop
[GC 26068K->19684K(32768K), 0.0744315 secs]
[GC 23780K->23768K(32768K), 0.2392100 secs]
bottom of loop
end of test
---------------
result: Failed. Execution failed: exit code 1
test result: Failed. Execution failed: exit code 1
- backported by
-
JDK-8028928 TEST_BUG: Testcase failure com/sun/jdi/BreakpointWithFullGC.sh
-
- Resolved
-
- relates to
-
JDK-7141544 TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails
-
- Resolved
-