8277481: Obsolete seldom used CDS flags

Reviewed-by: iklam, ccheung, dholmes
This commit is contained in:
Harold Seigel 2021-12-13 13:35:37 +00:00
parent 23fd9f15da
commit 14f7385a72
13 changed files with 58 additions and 130 deletions

View file

@ -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.
//