make/aix/makefiles/ppc64.make

Print this page
rev 8019 : 8075858: AIX: clean-up HotSpot make files

*** 1,8 **** # ! # Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2012, 2013 SAP AG. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,8 ---- # ! # Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. ! # Copyright 2012, 2015 SAP AG. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 69,81 **** # in javasoft.sqe.tests.api.java.lang.Math.sin5Tests when run in compile-all # mode, so don't optimize sharedRuntimeTrig.cpp at all. OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT) OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT) - # xlc 10.01 parameters for ipa compile. - QIPA_COMPILE=$(if $(CXX_IS_V10),-qipa) - # Xlc 10.1 parameters for aggressive optimization: # - qhot=level=1: Most aggressive loop optimizations. # - qignerrno: Assume errno is not modified by system calls. # - qinline: Inline method calls. No suboptions for c++ compiles. # - qxflag=ASMMIDCOALFIX: Activate fix for -O3 problem in interpreter loop. --- 69,78 ----
*** 86,96 **** # Disallow inlining for synchronizer.cpp, but perform O3 optimizations. OPT_CFLAGS/synchronizer.o = $(OPT_CFLAGS) -qnoinline # Set all the xlC V10.1 options here. ! OPT_CFLAGS += $(QIPA_COMPILE) $(QV10_OPT) $(QV10_OPT_AGGRESSIVE) export OBJECT_MODE=64 # Also build launcher as 64 bit executable. LAUNCHERFLAGS += -q64 --- 83,93 ---- # Disallow inlining for synchronizer.cpp, but perform O3 optimizations. OPT_CFLAGS/synchronizer.o = $(OPT_CFLAGS) -qnoinline # Set all the xlC V10.1 options here. ! OPT_CFLAGS += $(QV10_OPT) $(QV10_OPT_AGGRESSIVE) export OBJECT_MODE=64 # Also build launcher as 64 bit executable. LAUNCHERFLAGS += -q64