-
Bug
-
Resolution: Duplicate
-
P3
-
hs25, 8, 9, 10, 11, 12, 13, 15, 16
java/util/stream/test/org/openjdk/tests/java/util/stream/SortedOpTest.java
Fails with:
assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed
# Internal Error (c:/jprt/T/P1/005104.tkrodrig/s/hotspot/src/share/vm/runtime/compilationPolicy.cpp:280), pid=32084, tid=28832
# assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-05-12-005104.tkrodrig.hs-comp)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 9-internal+0-2016-05-12-005104.tkrodrig.hs-comp, compiled mode, g1 gc, windows-amd64)
Fails with:
assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed
# Internal Error (c:/jprt/T/P1/005104.tkrodrig/s/hotspot/src/share/vm/runtime/compilationPolicy.cpp:280), pid=32084, tid=28832
# assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed
#
# JRE version: Java(TM) SE Runtime Environment (9.0) (fastdebug build 9-internal+0-2016-05-12-005104.tkrodrig.hs-comp)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 9-internal+0-2016-05-12-005104.tkrodrig.hs-comp, compiled mode, g1 gc, windows-amd64)
- duplicates
-
JDK-8206938 Compilation policy fails with assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed
- Closed
-
JDK-8246735 assert(!m->was_never_executed()) failed: don't reset to 0 -- could be mistaken for never-executed #
- Closed
-
JDK-8159808 Assertion failure in runtime/compilationPolicy.cpp: assert(!m->was_never_executed()) failed
- Closed
-
JDK-8251462 Simplify compilation policy
- Resolved