--- old/src/share/vm/libadt/set.hpp 2014-05-05 12:28:57.592927000 -0700 +++ new/src/share/vm/libadt/set.hpp 2014-05-05 12:28:56.534636000 -0700 @@ -25,13 +25,10 @@ #ifndef SHARE_VM_LIBADT_SET_HPP #define SHARE_VM_LIBADT_SET_HPP -#include "libadt/port.hpp" #include "memory/allocation.hpp" // Sets - An Abstract Data Type -//INTERFACE - class SparseSet; class VectorSet; class ListSet;