src/share/vm/c1/c1_Canonicalizer.cpp

changeset 2486
403dc4c1d7f5
parent 2314
f95d63e2154a
child 2634
425688247f3d
     1.1 --- a/src/share/vm/c1/c1_Canonicalizer.cpp	Thu Dec 30 23:44:45 2010 -0800
     1.2 +++ b/src/share/vm/c1/c1_Canonicalizer.cpp	Fri Jan 21 13:01:02 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, 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 @@ -898,4 +898,4 @@
    1.11  void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
    1.12  void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
    1.13  void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
    1.14 -
    1.15 +void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}

mercurial