8038654: Separate SymbolTable and StringTable code

Refactor stringTable class out of symbolTable, making sure all includes are minimal set and are sorted.

Reviewed-by: coleenp, stefank
This commit is contained in:
Gerard Ziemski 2014-05-07 14:16:45 -05:00
parent adcde492fa
commit ed9c096396
25 changed files with 716 additions and 642 deletions

View file

@ -27,7 +27,7 @@
#include "memory/universe.hpp"
#include "oops/oop.inline.hpp"
#include "classfile/symbolTable.hpp"
#include "classfile/stringTable.hpp"
#include "classfile/classLoaderData.hpp"
#include "prims/whitebox.hpp"