mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8152491: Convert TracePageSizes to use UL
Reviewed-by: sjohanss, pliden
This commit is contained in:
parent
3200059098
commit
cf254af2fb
17 changed files with 255 additions and 111 deletions
|
@ -33,8 +33,6 @@
|
|||
class GenerationSizer : public GenCollectorPolicy {
|
||||
private:
|
||||
|
||||
void trace_gen_sizes(const char* const str);
|
||||
|
||||
// The alignment used for boundary between young gen and old gen
|
||||
static size_t default_gen_alignment() { return 64 * K * HeapWordSize; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue