src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/parallel/ParallelScavengeHeap.java
changeset 49628 88478047bc8f
parent 47216 71c04702a3d5
child 53814 eff915f3d3f2
equal deleted inserted replaced
49627:32bdc65633a6 49628:88478047bc8f
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    83 
    83 
    84       return false;
    84       return false;
    85    }
    85    }
    86 
    86 
    87    public CollectedHeapName kind() {
    87    public CollectedHeapName kind() {
    88       return CollectedHeapName.PARALLEL_SCAVENGE_HEAP;
    88       return CollectedHeapName.PARALLEL;
    89    }
    89    }
    90 
    90 
    91    public void printOn(PrintStream tty) {
    91    public void printOn(PrintStream tty) {
    92       tty.print("ParallelScavengeHeap [ ");
    92       tty.print("ParallelScavengeHeap [ ");
    93       youngGen().printOn(tty);
    93       youngGen().printOn(tty);