RFR(XS): 8204277: [testbug] fix DisassembleCodeBlobTest.

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Mon Jun 4 10:34:31 UTC 2018


Hi,

this test fails because the first call to the disassembler prints the architecture:
[Disassembling for mach='i386:x86-64']

Thus comparing the first and second result fails. Instead, compare 2. and 3. result.
http://cr.openjdk.java.net/~goetz/wr18/8204277-fixDisassTest/01/

Best regards,
  Goetz.


More information about the hotspot-compiler-dev mailing list