mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8199283: Remove ValueObj class for allocation subclassing for compiler code
Reviewed-by: stefank, tschatzl
This commit is contained in:
parent
214248fe11
commit
ee9d695757
27 changed files with 62 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue