src/share/vm/oops/oopsHierarchy.hpp

changeset 5528
740e263c80c6
parent 4142
d8ce2825b193
child 5784
190899198332
     1.1 --- a/src/share/vm/oops/oopsHierarchy.hpp	Wed Aug 14 15:12:00 2013 -0700
     1.2 +++ b/src/share/vm/oops/oopsHierarchy.hpp	Thu Aug 15 20:04:10 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -33,6 +33,10 @@
    1.11  // of B, A's representation is a prefix of B's representation.
    1.12  
    1.13  typedef juint narrowOop; // Offset instead of address for an oop within a java object
    1.14 +
    1.15 +// If compressed klass pointers then use narrowKlass.
    1.16 +typedef juint  narrowKlass;
    1.17 +
    1.18  typedef void* OopOrNarrowOopStar;
    1.19  typedef class   markOopDesc*                markOop;
    1.20  

mercurial