src/share/vm/utilities/globalDefinitions.hpp

changeset 10015
eb7ce841ccec
parent 9931
fd44df5e3bc3
parent 9997
c7ef664f8649
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Sat Oct 24 16:18:50 2020 +0800
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Sat Oct 24 16:43:47 2020 +0800
     1.3 @@ -1067,6 +1067,7 @@
     1.4  const intptr_t badAddressVal    = -2;                       // generic "bad address" value
     1.5  const intptr_t badOopVal        = -1;                       // generic "bad oop" value
     1.6  const intptr_t badHeapOopVal    = (intptr_t) CONST64(0x2BAD4B0BBAADBABE); // value used to zap heap after GC
     1.7 +const int      badStackSegVal   = 0xCA;                     // value used to zap stack segments
     1.8  const int      badHandleValue   = 0xBC;                     // value used to zap vm handle area
     1.9  const int      badResourceValue = 0xAB;                     // value used to zap resource area
    1.10  const int      freeBlockPad     = 0xBA;                     // value used to pad freed blocks.

mercurial