Searched refs:max_jubyte (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp64 // max_jubyte. Guarantee the value of the hot
66 guarantee(G1ConcRSHotCardLimit <= max_jubyte, "sanity");
H A Dg1BlockOffsetTable.cpp187 u_char offset = max_jubyte;
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.cpp199 u_char offset = max_jubyte;
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp1207 _trap_hist_mask = max_jubyte,
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp302 const jubyte max_jubyte = (jubyte)-1; // 0xFF largest jubyte variable
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp1488 if (!StressLdcRewrite && new_index <= max_jubyte) {

Completed in 489 milliseconds