mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8284444: Sting typo
Reviewed-by: kcr, aivanov, mgronlun
This commit is contained in:
parent
ec73c61d8f
commit
5bafcfdc17
5 changed files with 10 additions and 10 deletions
|
@ -131,7 +131,7 @@ public:
|
|||
* Shared Strings decompressor. This decompressor reconstruct the class
|
||||
* constant pool UTF_U entries by retrieving strings stored in jimage strings table.
|
||||
* In addition, if the UTF_8 entry is a descriptor, the descriptor has to be rebuilt,
|
||||
* all java type having been removed from the descriptor and added to the sting table.
|
||||
* all java type having been removed from the descriptor and added to the string table.
|
||||
* eg: "(Ljava/lang/String;I)V" ==> "(L;I)V" and "java/lang", "String"
|
||||
* stored in string table. offsets to the 2 strings are compressed and stored in the
|
||||
* constantpool entry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue