mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
Merge
This commit is contained in:
commit
0173fa4300
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class typeArrayOopDesc : public arrayOopDesc {
|
|||
Metadata* metadata_at(int which) const {
|
||||
return (Metadata*)*long_at_addr(which); }
|
||||
void metadata_at_put(int which, Metadata* contents) {
|
||||
*long_at_addr(which) = (long)contents;
|
||||
*long_at_addr(which) = (jlong)contents;
|
||||
}
|
||||
#else
|
||||
Metadata* metadata_at(int which) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue