mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-08-03 15:46:08 -04:00
Feat[JDK17]: implement mirror mapping
This commit is contained in:
parent
9f67713d9d
commit
3eddeaedd5
1600
patches/jre_17/ios/2_mirror_mapping.diff
Normal file
1600
patches/jre_17/ios/2_mirror_mapping.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1368,7 +1368,7 @@ index 10c5c940a..f354ead9f 100644
|
|||||||
public:
|
public:
|
||||||
// Initialization/finalization
|
// Initialization/finalization
|
||||||
- void initialize(int size) { _size = size; }
|
- void initialize(int size) { _size = size; }
|
||||||
+ void initialize(int size) { *(int*)mirror_w(&_size) = size; }
|
+ void initialize(int size) { mirror_w_set(_size) = size; }
|
||||||
void finalize() { ShouldNotCallThis(); }
|
void finalize() { ShouldNotCallThis(); }
|
||||||
|
|
||||||
// General info/converters
|
// General info/converters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user