8199283: Remove ValueObj class for allocation subclassing for compiler code

Reviewed-by: stefank, tschatzl
This commit is contained in:
Coleen Phillimore 2018-03-09 20:01:38 -05:00
parent 214248fe11
commit ee9d695757
27 changed files with 62 additions and 62 deletions

View file

@ -41,7 +41,7 @@
#include "runtime/vm_version.hpp"
#include "utilities/bitMap.inline.hpp"
class BlockListBuilder VALUE_OBJ_CLASS_SPEC {
class BlockListBuilder {
private:
Compilation* _compilation;
IRScope* _scope;