8173070: Remove ValueObj class for allocation subclassing for runtime code

Reviewed-by: stefank, tschatzl, stuefe
This commit is contained in:
Coleen Phillimore 2018-03-09 10:46:02 -05:00
parent fb1ec3eb27
commit 7557d78b35
98 changed files with 225 additions and 271 deletions

View file

@ -1858,7 +1858,7 @@ class LVT_Hash : public AllStatic {
// Class file LocalVariableTable elements.
class Classfile_LVT_Element VALUE_OBJ_CLASS_SPEC {
class Classfile_LVT_Element {
public:
u2 start_bci;
u2 length;