[aarch64-port-dev ] RFR (XS) 8229124: Revert disassembler.cpp changes

Aleksey Shipilev shade at redhat.com
Mon Aug 5 09:20:22 UTC 2019


RFE:
  https://bugs.openjdk.java.net/browse/JDK-8229124

Another thing from 8u-aarch64 scrubbing. See issue above for details.

8u-aarch64 fix:

diff -r da143ba1b89a src/share/vm/compiler/disassembler.cpp
--- a/src/share/vm/compiler/disassembler.cpp    Mon Aug 05 10:51:19 2019 +0200
+++ b/src/share/vm/compiler/disassembler.cpp    Mon Aug 05 11:19:47 2019 +0200
@@ -473,5 +473,5 @@
                                                     NULL, (void*) xmlout,
                                                     NULL, (void*) out,
-                                                    options(), 1/*nice new line*/)
+                                                    options(), 0/*nice new line*/)
       :
       (address)


Testing: aarch64 build

-- 
Thanks,
-Aleksey



More information about the aarch64-port-dev mailing list