src/share/vm/c1/c1_LIRAssembler.hpp

changeset 5353
b800986664f4
parent 4860
46f6f063b272
child 5628
f98f5d48f511
     1.1 --- a/src/share/vm/c1/c1_LIRAssembler.hpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/share/vm/c1/c1_LIRAssembler.hpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -195,6 +195,7 @@
    1.11    void emit_opBranch(LIR_OpBranch* op);
    1.12    void emit_opLabel(LIR_OpLabel* op);
    1.13    void emit_arraycopy(LIR_OpArrayCopy* op);
    1.14 +  void emit_updatecrc32(LIR_OpUpdateCRC32* op);
    1.15    void emit_opConvert(LIR_OpConvert* op);
    1.16    void emit_alloc_obj(LIR_OpAllocObj* op);
    1.17    void emit_alloc_array(LIR_OpAllocArray* op);

mercurial