-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b10
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2218272 | 7u4 | Edvard Wendelin | P3 | Closed | Fixed | b07 |
Encountered this jdk7 regression test failure on Windows 64bit with the server VM.
--------------------------------------------------
TEST: java/util/Locale/Bug6989440.java
JDK under test: (C:\temp\jprt\P1\T\044413~1.OHA\TESTPR~1\WINDOW~1.2-P)
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-201103120444.ohair.jdk-b00)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b03, mixed mode)
ACTION: compile -- Passed. Compilation successful
REASON: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
TIME: 0.094 seconds
messages:
command: compile -XDignore.symbol.file=true C:\temp\jprt\P1\T\044413.ohair\source\test\java\util\Locale\Bug6989440.java
reason: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
elapsed time (seconds): 0.094
ACTION: build -- Passed. All files up to date
REASON: Named class compiled on demand
TIME: 0.016 seconds
messages:
command: build Bug6989440
reason: Named class compiled on demand
elapsed time (seconds): 0.016
ACTION: main -- Failed. Execution failed: `main' threw exception: java.util.ConcurrentModificationException
REASON: User specified action: run main Bug6989440
TIME: 120.031 seconds
messages:
command: main Bug6989440
reason: User specified action: run main Bug6989440
elapsed time (seconds): 120.031
STDOUT:
STDERR:
JavaTest Message: Test complete.
TEST RESULT: Failed. Execution failed: `main' threw exception: java.util.ConcurrentModificationException
--------------------------------------------------
Also failed differently:
--------------------------------------------------
TEST: java/util/Locale/Bug6989440.java
JDK under test: C:\temp\jprt\P2\T\232024~1.SMA\TESTPR~1\WINDOW~1.1-P
ACTION: compile -- Passed. Compilation successful
REASON: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
TIME: 0.109 seconds
messages:
command: compile -XDignore.symbol.file=true C:\temp\jprt\P2\T\232024.smarks\source\test\java\util\Locale\Bug6989440.java
reason: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
elapsed time (seconds): 0.109
ACTION: build -- Passed. All files up to date
REASON: Named class compiled on demand
TIME: 0.0 seconds
messages:
command: build Bug6989440
reason: Named class compiled on demand
elapsed time (seconds): 0.0
ACTION: main -- Error. Error while cleaning up threads after test
REASON: User specified action: run main Bug6989440
TIME: 120.014 seconds
messages:
command: main Bug6989440
reason: User specified action: run main Bug6989440
elapsed time (seconds): 120.014
STDOUT:
STDERR:
JavaTest Message: Test complete.
TEST RESULT: Error. Error while cleaning up threads after test
--------------------------------------------------
Can SQE reproduce this problem? SQE should review this bug and agree that this bug can be deferred.
--------------------------------------------------
TEST: java/util/Locale/Bug6989440.java
JDK under test: (C:\temp\jprt\P1\T\044413~1.OHA\TESTPR~1\WINDOW~1.2-P)
openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-201103120444.ohair.jdk-b00)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b03, mixed mode)
ACTION: compile -- Passed. Compilation successful
REASON: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
TIME: 0.094 seconds
messages:
command: compile -XDignore.symbol.file=true C:\temp\jprt\P1\T\044413.ohair\source\test\java\util\Locale\Bug6989440.java
reason: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
elapsed time (seconds): 0.094
ACTION: build -- Passed. All files up to date
REASON: Named class compiled on demand
TIME: 0.016 seconds
messages:
command: build Bug6989440
reason: Named class compiled on demand
elapsed time (seconds): 0.016
ACTION: main -- Failed. Execution failed: `main' threw exception: java.util.ConcurrentModificationException
REASON: User specified action: run main Bug6989440
TIME: 120.031 seconds
messages:
command: main Bug6989440
reason: User specified action: run main Bug6989440
elapsed time (seconds): 120.031
STDOUT:
STDERR:
JavaTest Message: Test complete.
TEST RESULT: Failed. Execution failed: `main' threw exception: java.util.ConcurrentModificationException
--------------------------------------------------
Also failed differently:
--------------------------------------------------
TEST: java/util/Locale/Bug6989440.java
JDK under test: C:\temp\jprt\P2\T\232024~1.SMA\TESTPR~1\WINDOW~1.1-P
ACTION: compile -- Passed. Compilation successful
REASON: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
TIME: 0.109 seconds
messages:
command: compile -XDignore.symbol.file=true C:\temp\jprt\P2\T\232024.smarks\source\test\java\util\Locale\Bug6989440.java
reason: User specified action: run compile -XDignore.symbol.file=true Bug6989440.java
elapsed time (seconds): 0.109
ACTION: build -- Passed. All files up to date
REASON: Named class compiled on demand
TIME: 0.0 seconds
messages:
command: build Bug6989440
reason: Named class compiled on demand
elapsed time (seconds): 0.0
ACTION: main -- Error. Error while cleaning up threads after test
REASON: User specified action: run main Bug6989440
TIME: 120.014 seconds
messages:
command: main Bug6989440
reason: User specified action: run main Bug6989440
elapsed time (seconds): 120.014
STDOUT:
STDERR:
JavaTest Message: Test complete.
TEST RESULT: Error. Error while cleaning up threads after test
--------------------------------------------------
Can SQE reproduce this problem? SQE should review this bug and agree that this bug can be deferred.
- backported by
-
JDK-2218272 Testcase failure: java/util/Locale/Bug6989440.java - java.util.ConcurrentModificationException
-
- Closed
-
- relates to
-
JDK-6989440 tomcat test from dacapo benchmark fails with ConcurrentModificationException
-
- Closed
-
-
JDK-7098100 java/util/Locale/Bug6989440.java fails intermittently
-
- Closed
-