src/share/vm/ci/ciField.cpp

changeset 1577
4ce7240d622c
parent 1573
dd57230ba8fe
child 1608
73b22f919c34
     1.1 --- a/src/share/vm/ci/ciField.cpp	Tue Jan 05 11:16:09 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciField.cpp	Wed Jan 06 14:22:39 2010 -0800
     1.3 @@ -192,8 +192,8 @@
     1.4      //    java.lang.System.out, and java.lang.System.err.
     1.5  
     1.6      klassOop k = _holder->get_klassOop();
     1.7 -    assert( SystemDictionary::system_klass() != NULL, "Check once per vm");
     1.8 -    if( k == SystemDictionary::system_klass() ) {
     1.9 +    assert( SystemDictionary::System_klass() != NULL, "Check once per vm");
    1.10 +    if( k == SystemDictionary::System_klass() ) {
    1.11        // Check offsets for case 2: System.in, System.out, or System.err
    1.12        if( _offset == java_lang_System::in_offset_in_bytes()  ||
    1.13            _offset == java_lang_System::out_offset_in_bytes() ||

mercurial