mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8024760: add more types, fields and constants to VMStructs
Reviewed-by: kvn, coleenp
This commit is contained in:
parent
13d322d70f
commit
4fa99b3fc5
9 changed files with 123 additions and 18 deletions
|
@ -72,6 +72,8 @@ class ProfileData;
|
|||
//
|
||||
// Overlay for generic profiling data.
|
||||
class DataLayout VALUE_OBJ_CLASS_SPEC {
|
||||
friend class VMStructs;
|
||||
|
||||
private:
|
||||
// Every data layout begins with a header. This header
|
||||
// contains a tag, which is used to indicate the size/layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue