diff -r f95d63e2154a -r 828eafbd85cc src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Nov 23 13:22:55 2010 -0800 +++ b/src/share/vm/runtime/globals.hpp Wed Dec 01 18:26:32 2010 -0500 @@ -1280,9 +1280,6 @@ develop(bool, TraceStartupTime, false, \ "Trace setup time") \ \ - develop(bool, TraceHPI, false, \ - "Trace Host Porting Interface (HPI)") \ - \ product(ccstr, HPILibPath, NULL, \ "Specify alternate path to HPI library") \ \