hg: ppc-aix-port/jdk7u/hotspot: Check consistency of the PPC-specific flag 'UseSIGTRAP' with 'ImplicitRangeChecks' and 'ImplicitNullChecks'

volker.simonis at gmail.com volker.simonis at gmail.com
Thu Dec 6 10:14:27 PST 2012


Changeset: 34997231d33a
Author:    simonis
Date:      2012-12-06 19:13 +0100
URL:       http://hg.openjdk.java.net/ppc-aix-port/jdk7u/hotspot/rev/34997231d33a

Check consistency of the PPC-specific flag 'UseSIGTRAP' with 'ImplicitRangeChecks' and 'ImplicitNullChecks'

Because 'UseSIGTRAP' is CPU-specific but ImplicitNullChecks is OS-dependent and ImplicitRangeChecks is CPU-specific a well, we do these consistency checks in 'src/cpu/ppc/vm/vm_version_ppc.cpp' and 'src/os/aix/vm/os_aix.cpp' respectively instead of clobbering the shared 'arguments.cpp'. It would be nice though to have a kind of platform dependent 'do_pd_flag_adjustments()' method but unfortunately this is not the case yet. (See http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2012-October/thread.html#4594)

! src/cpu/ppc/vm/vm_version_ppc.cpp
! src/os/aix/vm/os_aix.cpp



More information about the ppc-aix-port-dev mailing list