mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8221408: Windows 32bit build build errors/warnings in hotspot
Reviewed-by: kbarrett, dholmes
This commit is contained in:
parent
88db8649df
commit
02ed0e3e52
3 changed files with 8 additions and 12 deletions
|
@ -312,7 +312,7 @@ void ClassFileParser::parse_constant_pool_entries(const ClassFileStream* const s
|
|||
const char* const str = java_lang_String::as_utf8_string(patch());
|
||||
// (could use java_lang_String::as_symbol instead, but might as well batch them)
|
||||
utf8_buffer = (const u1*) str;
|
||||
utf8_length = (int) strlen(str);
|
||||
utf8_length = (u2) strlen(str);
|
||||
}
|
||||
|
||||
unsigned int hash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue