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

@ -1,5 +1,5 @@
/*
* Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -82,7 +82,7 @@ struct CodeBlobType {
class CodeBlobLayout;
class CodeBlob VALUE_OBJ_CLASS_SPEC {
class CodeBlob {
friend class VMStructs;
friend class JVMCIVMStructs;
friend class CodeCacheDumper;