mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8315580: Remove unused java_lang_String::set_value_raw()
Reviewed-by: shade, ayang
This commit is contained in:
parent
9b0da48915
commit
b482e6d902
2 changed files with 0 additions and 5 deletions
|
@ -107,7 +107,6 @@ class java_lang_String : AllStatic {
|
|||
static int value_offset() { CHECK_INIT(_value_offset); }
|
||||
static int coder_offset() { CHECK_INIT(_coder_offset); }
|
||||
|
||||
static inline void set_value_raw(oop string, typeArrayOop buffer);
|
||||
static inline void set_value(oop string, typeArrayOop buffer);
|
||||
|
||||
// Set the deduplication_forbidden flag true. This flag is sticky; once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue