We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33ae7 commit 37c9fe5Copy full SHA for 37c9fe5
src/hotspot/share/code/nmethod.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -777,6 +777,7 @@ nmethod::nmethod(
777
_comp_level = comp_level;
778
_orig_pc_offset = orig_pc_offset;
779
_hotness_counter = NMethodSweeper::hotness_counter_reset_val();
780
+ _marking_cycle = CodeCache::marking_cycle();
781
782
// Section offsets
783
_consts_offset = content_offset() + code_buffer->total_offset_of(code_buffer->consts());
0 commit comments