Searched refs:final (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineAnnotation.sh187 static final String class_annotation = "Patrick's class comment";
188 static final String new_class_annotation = "*NEW* Patrick's class comment";
190 static final String field_annotation = "dummy_field comment";
191 static final String new_field_annotation = "*NEW* dummy_field comment";
193 static final String method_annotation = "method hi() comment";
194 static final String new_method_annotation = "*NEW* method hi() comment";
196 static final String method_parameter_annotation =
198 static final String new_method_parameter_annotation =
H A DNullLocalVariable.sh40 public static final void main(String args[]) {
H A DRedefineFinal.sh28 # @summary RedefineClasses is an apparent no-op if instance method is final
42 public final class $1 {
H A DRedefineIntConstantToLong.sh42 public final class $1 {
H A DArrayLengthDumpTest.sh41 static final int [] i = {0,1,2,3,4,5,6};
/openjdk7/jdk/make/java/nio/
H A DgenExceptions.sh63 private static final long serialVersionUID = $SVUID;
/openjdk7/hotspot/src/share/vm/opto/
H A DloopTransform.cpp435 // final graph
2156 // Replace the phi at loop head with the final value of the last
2168 // Note: the final value after increment should not overflow since
2170 Node *final = new (phase->C) SubINode( exact_limit, cl->stride() ); local
2171 phase->register_new_node(final,cl->in(LoopNode::EntryControl));
2172 phase->_igvn.replace_node(phi,final);
H A Dmemnode.cpp963 bool final = atp->field()->is_final(); local
968 // kind of node is encountered. Loads from final memory can skip
974 if ((final && (opc == Op_MemBarAcquire || opc == Op_MemBarAcquireLock)) ||
1615 // For constant Strings treat the final fields as compile time constants.
2314 // For example, 'mem' might be the final state at a conditional return.
2768 if (done_offset < end_offset) { // emit the final 32-bit store
/openjdk7/jdk/make/docs/
H A DMakefile241 contained herein are not final and are subject to change. \

Completed in 64 milliseconds