Skip to content

Commit f1e6f32

Browse files
tschatzlxmas92
andauthored
Update src/hotspot/share/gc/g1/g1ParScanThreadState.hpp
Co-authored-by: Axel Boldt-Christmas <xmas1915@gmail.com>
1 parent 560ecab commit f1e6f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/share/gc/g1/g1ParScanThreadState.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ class G1ParScanThreadStateSet : public StackObj {
300300
void par_iterate_nmethod_regions_to_add(G1HeapRegionClosure* cl,
301301
G1HeapRegionClaimer* claimer,
302302
uint worker_id);
303-
uint num_nmethod_regions_to_add() const { return _num_nmethod_regions_to_add.load_relaxed(); };
303+
uint num_nmethod_regions_to_add() const { return _num_nmethod_regions_to_add.load_relaxed(); }
304304

305305
void record_unused_optional_region(G1HeapRegion* hr);
306306
#if TASKQUEUE_STATS

0 commit comments

Comments
 (0)