mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
61592ca6fa
12 changed files with 235 additions and 109 deletions
|
@ -102,6 +102,7 @@ class java_lang_String : AllStatic {
|
|||
|
||||
// Accessors
|
||||
static inline typeArrayOop value(oop java_string);
|
||||
static inline typeArrayOop value_no_keepalive(oop java_string);
|
||||
static inline unsigned int hash(oop java_string);
|
||||
static inline bool is_latin1(oop java_string);
|
||||
static inline int length(oop java_string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue