-
Bug
-
Resolution: Fixed
-
P4
-
22, 23
-
None
Is:
* ptr = z.reinterpret(16, arena, null); // size = 4, scope = arena.scope()
should be:
* ptr = z.reinterpret(16, arena, null); // size = 16, scope = arena.scope()
* ptr = z.reinterpret(16, arena, null); // size = 4, scope = arena.scope()
should be:
* ptr = z.reinterpret(16, arena, null); // size = 16, scope = arena.scope()
- links to
-
Commit(master) openjdk/jdk/2e96f159
-
Review(master) openjdk/jdk/20727