-
Bug
-
Resolution: Fixed
-
P5
-
11, 17, 18
-
b13
The following code in LibraryCallKit::sharpen_unsafe_type sets elem_type to NULL if the array element is a narrow oop:
const TypeOopPtr *elem_type = adr_type->is_aryptr()->elem()->isa_oopptr();
const TypeOopPtr *elem_type = adr_type->is_aryptr()->elem()->isa_oopptr();
- relates to
-
JDK-7023898 Intrinsify AtomicLongFieldUpdater.getAndIncrement()
-
- Resolved
-