mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8251358: Clean up Access configuration after Shenandoah barrier change
Reviewed-by: eosterlund, rkennke, shade
This commit is contained in:
parent
9c17a35e50
commit
e63b90cc17
38 changed files with 110 additions and 202 deletions
|
@ -29,11 +29,6 @@
|
|||
#include "oops/arrayOop.hpp"
|
||||
|
||||
void* arrayOopDesc::base(BasicType type) const {
|
||||
oop resolved_obj = Access<>::resolve(as_oop());
|
||||
return arrayOop(resolved_obj)->base_raw(type);
|
||||
}
|
||||
|
||||
void* arrayOopDesc::base_raw(BasicType type) const {
|
||||
return reinterpret_cast<void*>(cast_from_oop<intptr_t>(as_oop()) + base_offset_in_bytes(type));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue