mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8227068: [Graal] MappedByteBuffer bulk access memory failures are not handled gracefully
Unsafe.copyMemory access failures are handled gracefully. Reviewed-by: dnsimon, kvn
This commit is contained in:
parent
7821fee0db
commit
da3672a299
5 changed files with 38 additions and 4 deletions
|
@ -173,6 +173,7 @@
|
|||
volatile_nonstatic_field(JavaThread, _exception_oop, oop) \
|
||||
volatile_nonstatic_field(JavaThread, _exception_pc, address) \
|
||||
volatile_nonstatic_field(JavaThread, _is_method_handle_return, int) \
|
||||
volatile_nonstatic_field(JavaThread, _doing_unsafe_access, bool) \
|
||||
nonstatic_field(JavaThread, _osthread, OSThread*) \
|
||||
nonstatic_field(JavaThread, _pending_deoptimization, int) \
|
||||
nonstatic_field(JavaThread, _pending_failed_speculation, jlong) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue