8153967: Remove top.hpp

Reviewed-by: coleenp, jwilhelm
This commit is contained in:
Stefan Karlsson 2016-04-12 09:53:43 +02:00
parent cf254af2fb
commit f78228b2ee
73 changed files with 38 additions and 123 deletions

View file

@ -30,7 +30,6 @@
#include "memory/memRegion.hpp"
#include "oops/metadata.hpp"
#include "utilities/macros.hpp"
#include "utilities/top.hpp"
// oopDesc is the top baseclass for objects classes. The {name}Desc classes describe
// the format of Java objects so the fields can be accessed from C++.