src/share/vm/opto/matcher.hpp

changeset 3310
6729bbc1fcd6
parent 3243
d8cb48376797
child 3317
db2e64ca2d5a
     1.1 --- a/src/share/vm/opto/matcher.hpp	Mon Nov 14 18:38:03 2011 -0800
     1.2 +++ b/src/share/vm/opto/matcher.hpp	Wed Nov 16 01:39:50 2011 -0800
     1.3 @@ -371,10 +371,6 @@
     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