mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8223136: Move compressed oops functions to CompressedOops class
Reviewed-by: coleenp, lkorinth
This commit is contained in:
parent
73227d0b83
commit
5a8ba256df
68 changed files with 1071 additions and 797 deletions
|
@ -323,7 +323,6 @@ class oopDesc {
|
|||
}
|
||||
|
||||
// for error reporting
|
||||
static oop decode_oop_raw(narrowOop narrow_oop);
|
||||
static void* load_klass_raw(oop obj);
|
||||
static void* load_oop_raw(oop obj, int offset);
|
||||
static bool is_valid(oop obj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue