--- a/jdk/make/common/Defs-solaris.gmk Tue Jan 04 17:05:38 2011 -0800
+++ b/jdk/make/common/Defs-solaris.gmk Fri Jan 07 15:49:44 2011 +0000
@@ -75,15 +75,6 @@
CC_PROGRAM_OUTPUT_FLAG = -o #trailing blank required!
#
-# Default HPI libraries. Build will build only native unless
-# overriden at the make command line. This makes it convenient for
-# people doing, say, a pthreads port -- they can create a posix
-# directory here, and say "gnumake HPIS=posix" at the top
-# level.
-#
-HPIS = native
-
-#
# Java default optimization (-x04/-O2) etc. Applies to the VM.
#
ifndef OPTIMIZATION_LEVEL