src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7090259 Cdiff src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp

src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp

Print this page

        

*** 56,66 **** ErgoLevelMask = ~((1 << ErgoLevelShift) - 1), // ErgoLow is 0 so that we don't have to explicitly or a heuristic // id with ErgoLow to keep its use simpler. ErgoLow = 0, ! ErgoHigh = 1 << ErgoLevelShift, } ErgoLevel; // The available heuristics. typedef enum { // Determines which part of the tag is occupied by the heuristic id. --- 56,66 ---- ErgoLevelMask = ~((1 << ErgoLevelShift) - 1), // ErgoLow is 0 so that we don't have to explicitly or a heuristic // id with ErgoLow to keep its use simpler. ErgoLow = 0, ! ErgoHigh = 1 << ErgoLevelShift } ErgoLevel; // The available heuristics. typedef enum { // Determines which part of the tag is occupied by the heuristic id.
src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File