8252573: 8u: Windows build failed after 8222079 backport jdk8u272-b08

Wed, 09 Sep 2020 13:54:44 -0400

author
zgu
date
Wed, 09 Sep 2020 13:54:44 -0400
changeset 10003
a0eb08e2db5a
parent 10002
4ad2d6087d73
child 10004
176a7e5cc060

8252573: 8u: Windows build failed after 8222079 backport
Reviewed-by: sgehwolf, akasko

src/share/vm/compiler/disassembler.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/compiler/disassembler.cpp	Mon Sep 07 06:30:16 2020 +0100
     1.2 +++ b/src/share/vm/compiler/disassembler.cpp	Wed Sep 09 13:54:44 2020 -0400
     1.3 @@ -251,7 +251,6 @@
     1.4    _output(output ? output : tty),
     1.5    _start(NULL),
     1.6    _end(NULL),
     1.7 -  _option_buf(),
     1.8    _print_raw(0),
     1.9    // by default, output pc but not bytes:
    1.10    _print_pc(true),

mercurial