diff -r 8c57262447d3 -r 6729bbc1fcd6 src/share/vm/opto/matcher.hpp --- a/src/share/vm/opto/matcher.hpp Mon Nov 14 18:38:03 2011 -0800 +++ b/src/share/vm/opto/matcher.hpp Wed Nov 16 01:39:50 2011 -0800 @@ -371,10 +371,6 @@ // registers? True for Intel but false for most RISCs static const bool clone_shift_expressions; - // Should constant table entries be accessed with loads using - // absolute addressing? True for x86 but false for most RISCs. - static const bool constant_table_absolute_addressing; - static bool narrow_oop_use_complex_address(); // Generate implicit null check for narrow oops if it can fold