mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8277481: Obsolete seldom used CDS flags
Reviewed-by: iklam, ccheung, dholmes
This commit is contained in:
parent
23fd9f15da
commit
14f7385a72
13 changed files with 58 additions and 130 deletions
|
@ -508,6 +508,16 @@ const jfloat max_jfloat = jfloat_cast(max_jintFloat);
|
|||
|
||||
const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (p.134)
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// old CDS options
|
||||
extern bool DumpSharedSpaces;
|
||||
extern bool DynamicDumpSharedSpaces;
|
||||
extern bool RequireSharedSpaces;
|
||||
extern "C" {
|
||||
// Make sure UseSharedSpaces is accessible to the serviceability agent.
|
||||
extern JNIEXPORT jboolean UseSharedSpaces;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Object alignment, in units of HeapWords.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue