-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b156
-
x86
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174437 | 10 | Vladimir Kozlov | P2 | Resolved | Fixed | b01 |
I found that after my changes for JDK-8172990 JVM crash with -XX:+DeoptimizeALot flag and with AOT libraries present:
# Internal Error (/mnt/hgfs/vkozlov/work/AOT/011817_hs/hotspot/src/share/vm/runtime/deoptimization.cpp:231), pid=17886, tid=17888
# assert(result == __null || result->is_oop()) failed: must be oop
We decided to backout 8172990.
# Internal Error (/mnt/hgfs/vkozlov/work/AOT/011817_hs/hotspot/src/share/vm/runtime/deoptimization.cpp:231), pid=17886, tid=17888
# assert(result == __null || result->is_oop()) failed: must be oop
We decided to backout 8172990.
- backported by
-
JDK-8174437 Backout JDK-8172990 changes.
-
- Resolved
-
- relates to
-
JDK-8173795 AOT support in raw_exception_handler_for_return_address is broken
-
- Resolved
-
-
JDK-8173794 [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
-
- Resolved
-
-
JDK-8172990 [AOT] Missing GC scan of _metaspace_got array containing Klass*
-
- Closed
-