src/share/vm/opto/node.cpp

changeset 3882
8c92982cbbc4
parent 3407
35acf8f0a2e4
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/opto/node.cpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/share/vm/opto/node.cpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -1576,6 +1576,9 @@
    1.11      } else {
    1.12        tty->print("no type");
    1.13      }
    1.14 +  } else if (t->isa_vect() && this->is_MachSpillCopy()) {
    1.15 +    // Dump MachSpillcopy vector type.
    1.16 +    t->dump();
    1.17    }
    1.18    if (is_new) {
    1.19      debug_only(dump_orig(debug_orig()));

mercurial