src/share/vm/runtime/fieldDescriptor.hpp

changeset 3969
1d7922586cf6
parent 3879
634b8615a6ba
child 4037
da91efe96a93
equal deleted inserted replaced
3944:aba91a731143 3969:1d7922586cf6
114 114
115 // Initialization 115 // Initialization
116 void initialize(klassOop k, int index); 116 void initialize(klassOop k, int index);
117 117
118 // Print 118 // Print
119 void print() { print_on(tty); }
119 void print_on(outputStream* st) const PRODUCT_RETURN; 120 void print_on(outputStream* st) const PRODUCT_RETURN;
120 void print_on_for(outputStream* st, oop obj) PRODUCT_RETURN; 121 void print_on_for(outputStream* st, oop obj) PRODUCT_RETURN;
121 }; 122 };
122 123
123 #endif // SHARE_VM_RUNTIME_FIELDDESCRIPTOR_HPP 124 #endif // SHARE_VM_RUNTIME_FIELDDESCRIPTOR_HPP

mercurial