mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8173070: Remove ValueObj class for allocation subclassing for runtime code
Reviewed-by: stefank, tschatzl, stuefe
This commit is contained in:
parent
fb1ec3eb27
commit
7557d78b35
98 changed files with 225 additions and 271 deletions
|
@ -87,9 +87,8 @@ class FieldPrinter: public FieldClosure {
|
|||
};
|
||||
#endif // !PRODUCT
|
||||
|
||||
// ValueObjs embedded in klass. Describes where oops are located in instances of
|
||||
// this klass.
|
||||
class OopMapBlock VALUE_OBJ_CLASS_SPEC {
|
||||
// Describes where oops are located in instances of this klass.
|
||||
class OopMapBlock {
|
||||
public:
|
||||
// Byte offset of the first oop mapped by this block.
|
||||
int offset() const { return _offset; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue