src/share/vm/opto/matcher.hpp

changeset 2350
2f644f85485d
parent 2314
f95d63e2154a
child 2683
7e88bdae86ec
     1.1 --- a/src/share/vm/opto/matcher.hpp	Thu Dec 02 17:21:12 2010 -0800
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Fri Dec 03 01:34:31 2010 -0800
     1.3 @@ -365,6 +365,10 @@
     1.4    // registers?  True for Intel but false for most RISCs
     1.5    static const bool clone_shift_expressions;
     1.6  
     1.7 +  // Should constant table entries be accessed with loads using
     1.8 +  // absolute addressing?  True for x86 but false for most RISCs.
     1.9 +  static const bool constant_table_absolute_addressing;
    1.10 +
    1.11    static bool narrow_oop_use_complex_address();
    1.12  
    1.13    // Generate implicit null check for narrow oops if it can fold

mercurial