8168503: JEP 297: Unified arm32/arm64 Port

Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
This commit is contained in:
Bob Vandette 2016-12-19 12:39:01 -05:00
parent 4106c6bc9b
commit 6009cf0793
131 changed files with 62914 additions and 519 deletions

View file

@ -40,9 +40,8 @@ struct CodeBlobType {
MethodProfiled = 1, // Execution level 2 and 3 (profiled) nmethods
NonNMethod = 2, // Non-nmethods like Buffers, Adapters and Runtime Stubs
All = 3, // All types (No code cache segmentation)
Pregenerated = 4, // Special blobs, managed by CodeCacheExtensions
AOT = 5, // AOT methods
NumTypes = 6 // Number of CodeBlobTypes
AOT = 4, // AOT methods
NumTypes = 5 // Number of CodeBlobTypes
};
};