History log of /openjdk9/hotspot/src/cpu/ppc/vm/abstractInterpreter_ppc.cpp
Revision Date Author Comments
# 12447:9d5a9f0570e6 15-Dec-2016 mdoerr

8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA
Reviewed-by: kvn, goetz


# 11020:c0ea2e3ebe83 25-Apr-2016 coleenp

8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
Summary: GC walks the mirror using OopClosure rather than using CLDClosure in oops_interpreted_do()
Reviewed-by: dlong, twisti, stefank


# 10061:197538942788 28-Jan-2016 thartmann

Merge


# 9950:4a2acca4e4f7 14-Jan-2016 jwilhelm

Merge


# 9934:fd5d53ecf040 12-Jan-2016 coleenp

8146410: Interpreter functions are declared and defined in the wrong files
Summary: Moved functions to the correct files.
Reviewed-by: goetz, aph, twisti, mockner