src/share/vm/ci/ciObject.hpp

changeset 2933
28a9fe9534ea
parent 2708
1d1603768966
child 3969
1d7922586cf6
     1.1 --- a/src/share/vm/ci/ciObject.hpp	Tue May 24 15:30:05 2011 -0700
     1.2 +++ b/src/share/vm/ci/ciObject.hpp	Tue May 24 20:24:11 2011 -0700
     1.3 @@ -108,7 +108,7 @@
     1.4    int hash();
     1.5  
     1.6    // Tells if this oop has an encoding as a constant.
     1.7 -  // True if is_scavengable is false.
     1.8 +  // True if is_perm is true.
     1.9    // Also true if ScavengeRootsInCode is non-zero.
    1.10    // If it does not have an encoding, the compiler is responsible for
    1.11    // making other arrangements for dealing with the oop.
    1.12 @@ -116,7 +116,7 @@
    1.13    bool can_be_constant();
    1.14  
    1.15    // Tells if this oop should be made a constant.
    1.16 -  // True if is_scavengable is false or ScavengeRootsInCode > 1.
    1.17 +  // True if is_perm is true or ScavengeRootsInCode > 1.
    1.18    bool should_be_constant();
    1.19  
    1.20    // Is this object guaranteed to be in the permanent part of the heap?

mercurial