RFR (M): 8036767 PPC64: Support for little endian execution model

Alexander Smundak asmundak at google.com
Tue Mar 11 00:33:14 UTC 2014


On Mon, Mar 10, 2014 at 10:58 AM, Volker Simonis
<volker.simonis at gmail.com> wrote:
> @Sasha: you can remove the "LFLAGS_VM" settings from ppc64le.make
Done. I have also removed -D_LP64=1, it is enabled by default in the
preprocessor:
~ gcc -E -Wp,-dM - </dev/null | grep -w _LP64
#define _LP64 1

The new patch is at:
http://cr.openjdk.java.net/~martin/asmundak/8036767/webrev.01/


More information about the hotspot-dev mailing list