src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp

changeset 5353
b800986664f4
parent 4860
46f6f063b272
child 6696
273a462437e9
     1.1 --- a/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -784,6 +784,10 @@
    1.11    set_no_result(x);
    1.12  }
    1.13  
    1.14 +void LIRGenerator::do_update_CRC32(Intrinsic* x) {
    1.15 +  fatal("CRC32 intrinsic is not implemented on this platform");
    1.16 +}
    1.17 +
    1.18  // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
    1.19  // _i2b, _i2c, _i2s
    1.20  void LIRGenerator::do_Convert(Convert* x) {

mercurial