src/share/vm/utilities/globalDefinitions.hpp

changeset 9997
c7ef664f8649
parent 9896
1b8c45b8216a
child 10015
eb7ce841ccec
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Fri Mar 01 10:00:03 2019 -0800
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue Jul 18 09:53:54 2017 +0200
     1.3 @@ -1058,6 +1058,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