Searched refs:max_jushort (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp938 assert(_max_classes <= max_jushort, "too many NodeProperty classes");
939 assert(_max_flags <= max_jushort, "too many NodeProperty flags");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp303 const jushort max_jushort = (jushort)-1; // 0xFFFF largest jushort variable

Completed in 42 milliseconds