Bump HandleHistogram32::SIZE to 16 (#87332)
authorEgor Bogatov <egorbo@gmail.com>
Sat, 10 Jun 2023 12:05:09 +0000 (14:05 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2023 12:05:09 +0000 (14:05 +0200)
src/coreclr/inc/corjit.h

index c48bf938da09dfbd0fd34fa948cfb10588b8bcf5..344ca9a82bdd4411cd0d637313719faf7854d14f 100644 (file)
@@ -340,8 +340,8 @@ public:
     {
         enum
         {
-            SIZE = 8,
-            SAMPLE_INTERVAL = 32,
+            SIZE = 32,
+            SAMPLE_INTERVAL = 64,
             CLASS_FLAG     = 0x80000000,
             INTERFACE_FLAG = 0x40000000,
             DELEGATE_FLAG  = 0x20000000,