mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
8350666: cmp-baseline builds fail after JDK-8280682
Reviewed-by: iklam
This commit is contained in:
parent
c8a521fdda
commit
037e47112b
@ -270,7 +270,7 @@ AOTClassLocation* AOTClassLocation::allocate(JavaThread* current, const char* pa
|
||||
cs->_manifest_length = manifest_length;
|
||||
cs->_check_time = check_time;
|
||||
cs->_from_cpattr = from_cpattr;
|
||||
cs->_timestamp = timestamp;
|
||||
cs->_timestamp = check_time ? timestamp : 0;
|
||||
cs->_filesize = filesize;
|
||||
cs->_file_type = type;
|
||||
cs->_group = group;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user