mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-11 19:08:23 +00:00
remove unnecessary diff
This commit is contained in:
parent
cf25e67dad
commit
ecc2bb7416
@ -46,8 +46,7 @@
|
||||
#include "utilities/globalDefinitions.hpp"
|
||||
|
||||
PathToGcRootsOperation::PathToGcRootsOperation(ObjectSampler* sampler, EdgeStore* edge_store, int64_t cutoff, bool emit_all, bool skip_bfs) :
|
||||
_sampler(sampler),_edge_store(edge_store), _cutoff_ticks(cutoff), _emit_all(emit_all),
|
||||
_skip_bfs(skip_bfs) {}
|
||||
_sampler(sampler),_edge_store(edge_store), _cutoff_ticks(cutoff), _emit_all(emit_all), _skip_bfs(skip_bfs) {}
|
||||
|
||||
/* The EdgeQueue is backed by directly managed virtual memory.
|
||||
* We will attempt to dimension an initial reservation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user