Skip to content

Commit 037e471

Browse files
committed
8350666: cmp-baseline builds fail after JDK-8280682
Reviewed-by: iklam
1 parent c8a521f commit 037e471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/cds/aotClassLocation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ AOTClassLocation* AOTClassLocation::allocate(JavaThread* current, const char* pa
270270
cs->_manifest_length = manifest_length;
271271
cs->_check_time = check_time;
272272
cs->_from_cpattr = from_cpattr;
273-
cs->_timestamp = timestamp;
273+
cs->_timestamp = check_time ? timestamp : 0;
274274
cs->_filesize = filesize;
275275
cs->_file_type = type;
276276
cs->_group = group;

0 commit comments

Comments
 (0)