8251302: Create dedicated OopStorages for Management and Jvmti

Reviewed-by: sspitsyn, dholmes
This commit is contained in:
Coleen Phillimore 2020-08-11 07:29:45 -04:00
parent 28f963f6fc
commit b16a01bb67
7 changed files with 49 additions and 20 deletions

View file

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