mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8278185: Custom JRE cannot find non-ASCII named module inside
Reviewed-by: naoto
This commit is contained in:
parent
abebde7440
commit
fcd67a5242
2 changed files with 99 additions and 1 deletions
|
@ -309,7 +309,7 @@ public class ImageStringsReader implements ImageStrings {
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
return length;
|
||||
return current - offset + length;
|
||||
}
|
||||
|
||||
static int mutf8FromStringLength(String s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue