Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208318 | 12 | Vladimir Kozlov | P3 | Resolved | Fixed | b05 |
JDK-8208010 | 11.0.2 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-8208052 | 11.0.1 | Vladimir Kozlov | P3 | Resolved | Fixed | b03 |
Currently we check only G1 or anything else which is incorrect:
http://hg.openjdk.java.net/jdk/jdk/file/225b61293064/src/hotspot/share/aot/aotCodeHeap.cpp#l166
It may cause crash when different GCs are used asJDK-8207006 shows.
http://hg.openjdk.java.net/jdk/jdk/file/225b61293064/src/hotspot/share/aot/aotCodeHeap.cpp#l166
It may cause crash when different GCs are used as
- backported by
-
JDK-8208010 [AOT] we should check that VM uses the same GC as one used for AOT library generation.
-
- Resolved
-
-
JDK-8208052 [AOT] we should check that VM uses the same GC as one used for AOT library generation.
-
- Resolved
-
-
JDK-8208318 [AOT] we should check that VM uses the same GC as one used for AOT library generation.
-
- Resolved
-