mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8310146: Removing unused PerfLongVariant::_sampled
Reviewed-by: tschatzl
This commit is contained in:
parent
d2a858e173
commit
b896e3e02a
@ -194,7 +194,7 @@ PerfLong::PerfLong(CounterNS ns, const char* namep, Units u, Variability v)
|
||||
PerfLongVariant::PerfLongVariant(CounterNS ns, const char* namep, Units u,
|
||||
Variability v, PerfLongSampleHelper* helper)
|
||||
: PerfLong(ns, namep, u, v),
|
||||
_sampled(nullptr), _sample_helper(helper) {
|
||||
_sample_helper(helper) {
|
||||
|
||||
sample();
|
||||
}
|
||||
|
||||
@ -396,7 +396,6 @@ class PerfLongConstant : public PerfLong {
|
||||
class PerfLongVariant : public PerfLong {
|
||||
|
||||
protected:
|
||||
jlong* _sampled;
|
||||
PerfLongSampleHelper* _sample_helper;
|
||||
|
||||
PerfLongVariant(CounterNS ns, const char* namep, Units u, Variability v,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user