hotspot/src/share/vm/opto/matcher.hpp
changeset 7433 b418028612ad
parent 7397 5b173b4ca846
child 8868 1bae515b806b
equal deleted inserted replaced
7432:f06f1253c317 7433:b418028612ad
   363   // Should the Matcher clone shifts on addressing modes, expecting them to
   363   // Should the Matcher clone shifts on addressing modes, expecting them to
   364   // be subsumed into complex addressing expressions or compute them into
   364   // be subsumed into complex addressing expressions or compute them into
   365   // registers?  True for Intel but false for most RISCs
   365   // registers?  True for Intel but false for most RISCs
   366   static const bool clone_shift_expressions;
   366   static const bool clone_shift_expressions;
   367 
   367 
       
   368   // Should constant table entries be accessed with loads using
       
   369   // absolute addressing?  True for x86 but false for most RISCs.
       
   370   static const bool constant_table_absolute_addressing;
       
   371 
   368   static bool narrow_oop_use_complex_address();
   372   static bool narrow_oop_use_complex_address();
   369 
   373 
   370   // Generate implicit null check for narrow oops if it can fold
   374   // Generate implicit null check for narrow oops if it can fold
   371   // into address expression (x64).
   375   // into address expression (x64).
   372   //
   376   //