hotspot/src/share/vm/ci/ciTypeArray.hpp
changeset 33628 09241459a8b8
parent 7397 5b173b4ca846
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2015, 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.
    54   // Return character at index. This is only useful if the
    54   // Return character at index. This is only useful if the
    55   // compiler has already proved that the contents of the
    55   // compiler has already proved that the contents of the
    56   // array will never change.
    56   // array will never change.
    57   jchar char_at(int index);
    57   jchar char_at(int index);
    58 
    58 
       
    59   // Return byte at index.
       
    60   jbyte byte_at(int index);
       
    61 
    59 };
    62 };
    60 
    63 
    61 #endif // SHARE_VM_CI_CITYPEARRAY_HPP
    64 #endif // SHARE_VM_CI_CITYPEARRAY_HPP