diff options
Diffstat (limited to 'runtime/javaheapprof/javaheapsampler.cc')
-rw-r--r-- | runtime/javaheapprof/javaheapsampler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/javaheapprof/javaheapsampler.cc b/runtime/javaheapprof/javaheapsampler.cc index 74671347c7..959934bedf 100644 --- a/runtime/javaheapprof/javaheapsampler.cc +++ b/runtime/javaheapprof/javaheapsampler.cc @@ -23,7 +23,7 @@ #endif #include "runtime.h" -namespace art { +namespace art HIDDEN { size_t HeapSampler::NextGeoDistRandSample() { // Make sure that rng_ and geo_dist are thread safe by acquiring a lock to access. |