changeset 10789:a0eb08e2db5a jdk8u272-b08

8252573: 8u: Windows build failed after 8222079 backport Reviewed-by: sgehwolf, akasko
author zgu
date Wed, 09 Sep 2020 13:54:44 -0400
parents 4ad2d6087d73
children 176a7e5cc060
files src/share/vm/compiler/disassembler.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/compiler/disassembler.cpp	Mon Sep 07 06:30:16 2020 +0100
+++ b/src/share/vm/compiler/disassembler.cpp	Wed Sep 09 13:54:44 2020 -0400
@@ -251,7 +251,6 @@
   _output(output ? output : tty),
   _start(NULL),
   _end(NULL),
-  _option_buf(),
   _print_raw(0),
   // by default, output pc but not bytes:
   _print_pc(true),