src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/BytecodeExceptionNode.java
changeset 58877 aec7bf35d6f5
parent 51436 091c0d22e735
equal deleted inserted replaced
58876:1a8d65e71a66 58877:aec7bf35d6f5
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    98         }
    98         }
    99         return super.toString(verbosity);
    99         return super.toString(verbosity);
   100     }
   100     }
   101 
   101 
   102     @Override
   102     @Override
   103     public LocationIdentity getLocationIdentity() {
   103     public LocationIdentity getKilledLocationIdentity() {
   104         return LocationIdentity.any();
   104         return LocationIdentity.any();
   105     }
   105     }
   106 
   106 
   107     @Override
   107     @Override
   108     public Node canonical(CanonicalizerTool tool) {
   108     public Node canonical(CanonicalizerTool tool) {