mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8251302: Create dedicated OopStorages for Management and Jvmti
Reviewed-by: sspitsyn, dholmes
This commit is contained in:
parent
28f963f6fc
commit
b16a01bb67
7 changed files with 49 additions and 20 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue