| author | bobv |
| Thu Dec 02 14:00:03 2010 -0500 (2 years ago) | |
| changeset 2228 | 6a2d73358ff7 |
| parent 2227 | 3c205c4f1cda |
| child 2229 | c760f78e0a53 |
--- a/src/share/vm/interpreter/bytecodeInterpreter.cpp Wed Dec 01 18:32:50 2010 -0500+++ b/src/share/vm/interpreter/bytecodeInterpreter.cpp Thu Dec 02 14:00:03 2010 -0500@@ -1323,12 +1323,7 @@ run:jfloat f;jdouble r;f = STACK_FLOAT(-1);-#ifdef IA64- // IA64 gcc bug- r = ( f == 0.0f ) ? (jdouble) f : (jdouble) f + ia64_double_zero;-#elser = (jdouble) f;-#endifMORE_STACK(-1); // POPSET_STACK_DOUBLE(r, 1);UPDATE_PC_AND_TOS_AND_CONTINUE(1, 2);