RFR(T): 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
Doerr, Martin
martin.doerr at sap.com
Thu Nov 29 09:25:45 UTC 2018
Hi Gustavo,
looks good and trivial. I have tested build on s390 and ppc64le. You can push it.
Thanks,
Martin
-----Original Message-----
From: Gustavo Romero <gromero at linux.vnet.ibm.com>
Sent: Mittwoch, 28. November 2018 19:39
To: hotspot-compiler-dev at openjdk.java.net
Cc: Schmidt, Lutz <lutz.schmidt at sap.com>; Doerr, Martin <martin.doerr at sap.com>
Subject: RFR(T): 8214451: PPC64/s390: Clean up unused CRC32 prototype and function
Hi,
Could the following change be reviewed please?
It removes a prototype, generate_load_table_addr() (on PPC64), and an unused
function, kernel_crc32_2word() (on PPC64 and s390), in the CRC32 code.
Bug : https://bugs.openjdk.java.net/browse/JDK-8214451
Webrev: http://cr.openjdk.java.net/~gromero/8214451/v1/
Thank you and best regards,
Gustavo
More information about the hotspot-compiler-dev
mailing list