Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207893 | 12 | Gustavo Romero | P3 | Resolved | Fixed | b04 |
JDK-8208000 | 11.0.2 | Gustavo Romero | P3 | Resolved | Fixed | b01 |
JDK-8208042 | 11.0.1 | Gustavo Romero | P3 | Resolved | Fixed | b03 |
Currently PPC64 is not aborting transactional state on native calls.
Abort instructions are missing at:
SharedRuntime::generate_native_wrapper()
SharedRuntime::generate_uncommon_trap_blob()
SharedRuntime::generate_handler_blob()
as a consequence some RTM jtreg tests are failing.
Abort instructions are missing at:
SharedRuntime::generate_native_wrapper()
SharedRuntime::generate_uncommon_trap_blob()
SharedRuntime::generate_handler_blob()
as a consequence some RTM jtreg tests are failing.
- backported by
-
JDK-8207893 PPC64: RTM: Fix abort on native calls
-
- Resolved
-
-
JDK-8208000 PPC64: RTM: Fix abort on native calls
-
- Resolved
-
-
JDK-8208042 PPC64: RTM: Fix abort on native calls
-
- Resolved
-