src/share/vm/libadt/set.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/libadt/set.cpp

src/share/vm/libadt/set.cpp

Print this page

        

*** 26,49 **** #include "libadt/set.hpp" #include "memory/allocation.inline.hpp" // Sets - An Abstract Data Type - // %%%%% includes not needed with AVM framework - Ungar - // #include "port.hpp" - //IMPLEMENTATION - // #include "set.hpp" - #include <stdio.h> #include <assert.h> #include <string.h> #include <stdlib.h> - // Not needed and it causes terouble for gcc. - // - // #include <iostream.h> - //-------------------------Virtual Functions----------------------------------- // These functions MUST be implemented by the inheriting class. class SparseSet; /* Removed for MCC BUG Set::operator const SparseSet*() const { assert(0); return NULL; } */ --- 26,40 ----
src/share/vm/libadt/set.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File