src/share/vm/opto/idealGraphPrinter.cpp

changeset 9325
6ab57fe8b51f
parent 6680
78bbf4d43a14
child 9448
73d689add964
     1.1 --- a/src/share/vm/opto/idealGraphPrinter.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/opto/idealGraphPrinter.cpp	Wed Jun 13 07:02:53 2018 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 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 @@ -612,7 +612,7 @@
    1.11      }
    1.12  #endif
    1.13  
    1.14 -    if (_chaitin && _chaitin != (PhaseChaitin *)0xdeadbeef) {
    1.15 +    if (_chaitin && _chaitin != (PhaseChaitin *)((intptr_t)0xdeadbeef)) {
    1.16        buffer[0] = 0;
    1.17        _chaitin->dump_register(node, buffer);
    1.18        print_prop("reg", buffer);

mercurial