mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
4718400
: Many quantities are held as signed that should be unsigned
Reviewed-by: coleenp, rbackman, dholmes
This commit is contained in:
parent
168081efc8
commit
93be099ccb
52 changed files with 95 additions and 110 deletions
|
@ -365,8 +365,8 @@ class java_lang_Class : AllStatic {
|
|||
static oop source_file(oop java_class);
|
||||
static void set_source_file(oop java_class, oop source_file);
|
||||
|
||||
static int oop_size(oop java_class);
|
||||
static void set_oop_size(HeapWord* java_class, int size);
|
||||
static size_t oop_size(oop java_class);
|
||||
static void set_oop_size(HeapWord* java_class, size_t size);
|
||||
static int static_oop_field_count(oop java_class);
|
||||
static void set_static_oop_field_count(oop java_class, int size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue