hotspot/src/share/vm/prims/unsafe.cpp
changeset 33612 b1487e78deee
parent 33611 9abd65805e19
parent 33606 af4ec8a4635b
child 34666 1c7168ea0034
child 35103 d19354bcbfa6
equal deleted inserted replaced
33611:9abd65805e19 33612:b1487e78deee
    43 #if INCLUDE_ALL_GCS
    43 #if INCLUDE_ALL_GCS
    44 #include "gc/g1/g1SATBCardTableModRefBS.hpp"
    44 #include "gc/g1/g1SATBCardTableModRefBS.hpp"
    45 #endif // INCLUDE_ALL_GCS
    45 #endif // INCLUDE_ALL_GCS
    46 
    46 
    47 /*
    47 /*
    48  *      Implementation of class sun.misc.Unsafe
    48  *      Implementation of class Unsafe
    49  */
    49  */
    50 
    50 
    51 
    51 
    52 #define MAX_OBJECT_SIZE \
    52 #define MAX_OBJECT_SIZE \
    53   ( arrayOopDesc::header_size(T_DOUBLE) * HeapWordSize \
    53   ( arrayOopDesc::header_size(T_DOUBLE) * HeapWordSize \