src/share/vm/asm/assembler.cpp

changeset 4366
d02120b7a34f
parent 4356
18d56ca3e901
child 4767
a5de0cc2f91c
     1.1 --- a/src/share/vm/asm/assembler.cpp	Thu Dec 20 14:17:52 2012 -0800
     1.2 +++ b/src/share/vm/asm/assembler.cpp	Thu Dec 20 18:53:44 2012 -0800
     1.3 @@ -109,17 +109,6 @@
     1.4    ICache::invalidate_range(addr_at(0), offset());
     1.5  }
     1.6  
     1.7 -
     1.8 -void AbstractAssembler::a_byte(int x) {
     1.9 -  emit_byte(x);
    1.10 -}
    1.11 -
    1.12 -
    1.13 -void AbstractAssembler::a_long(jint x) {
    1.14 -  emit_long(x);
    1.15 -}
    1.16 -
    1.17 -
    1.18  void AbstractAssembler::bind(Label& L) {
    1.19    if (L.is_bound()) {
    1.20      // Assembler can bind a label more than once to the same place.

mercurial