src/share/vm/opto/output.cpp

changeset 9325
6ab57fe8b51f
parent 8797
37ba410ffd43
child 9448
73d689add964
child 9996
7b3ade0882f4
     1.1 --- a/src/share/vm/opto/output.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/opto/output.cpp	Wed Jun 13 07:02:53 2018 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2018, 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 @@ -2687,7 +2687,7 @@
    1.11    }
    1.12  
    1.13    Node *kill = def;             // Rename 'def' to more descriptive 'kill'
    1.14 -  debug_only( def = (Node*)0xdeadbeef; )
    1.15 +  debug_only( def = (Node*)((intptr_t)0xdeadbeef); )
    1.16  
    1.17    // After some number of kills there _may_ be a later def
    1.18    Node *later_def = NULL;

mercurial