8235573: Move JFR ObjectSample oop into OopStorage

Reviewed-by: mgronlun, dholmes, kbarrett
This commit is contained in:
Coleen Phillimore 2020-08-05 10:25:49 -04:00
parent c200b4f1cb
commit 97bbbbba51
19 changed files with 116 additions and 135 deletions

View file

@ -38,7 +38,7 @@ class OopStorageSet : public AllStatic {
public:
// Must be updated when new OopStorages are introduced
static const uint strong_count = 2;
static const uint weak_count = 4;
static const uint weak_count = 4 JFR_ONLY(+ 1);
static const uint all_count = strong_count + weak_count;
private: