changeset 33066 | d98eab8215c4 |
parent 31861 | 7efea6fae96b |
child 33070 | 54f3f085b165 |
--- a/hotspot/src/cpu/ppc/vm/interpreterGenerator_ppc.hpp Wed Sep 16 13:16:17 2015 -0700 +++ b/hotspot/src/cpu/ppc/vm/interpreterGenerator_ppc.hpp Wed Sep 16 15:54:32 2015 -0700 @@ -38,5 +38,6 @@ address generate_CRC32_update_entry(); address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind); + address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { return NULL; } #endif // CPU_PPC_VM_INTERPRETERGENERATOR_PPC_HPP