mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8253079: DeterministicDump.java fails due to garbage in structure padding
Reviewed-by: minqi, jiefu, shade
This commit is contained in:
parent
a4affd5b04
commit
284bbf02dd
3 changed files with 7 additions and 1 deletions
|
@ -454,6 +454,7 @@ void ModuleEntry::init_as_archived_entry() {
|
|||
if (_location != NULL) {
|
||||
_location = ArchiveBuilder::get_relocated_symbol(_location);
|
||||
}
|
||||
JFR_ONLY(set_trace_id(0));// re-init at runtime
|
||||
|
||||
ArchivePtrMarker::mark_pointer((address*)&_reads);
|
||||
ArchivePtrMarker::mark_pointer((address*)&_version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue