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:
Jamsheed Mohammed C M 2019-07-12 11:51:07 -07:00
parent 7821fee0db
commit da3672a299
5 changed files with 38 additions and 4 deletions

View file

@ -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) \