src/share/vm/opto/compile.cpp

changeset 9325
6ab57fe8b51f
parent 8654
2e734e824d16
child 9335
c96534cd81fe
     1.1 --- a/src/share/vm/opto/compile.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/opto/compile.cpp	Wed Jun 13 07:02:53 2018 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -2392,8 +2392,8 @@
    1.11    print_method(PHASE_FINAL_CODE);
    1.12  
    1.13    // He's dead, Jim.
    1.14 -  _cfg     = (PhaseCFG*)0xdeadbeef;
    1.15 -  _regalloc = (PhaseChaitin*)0xdeadbeef;
    1.16 +  _cfg     = (PhaseCFG*)((intptr_t)0xdeadbeef);
    1.17 +  _regalloc = (PhaseChaitin*)((intptr_t)0xdeadbeef);
    1.18  }
    1.19  
    1.20  

mercurial