diff src/share/vm/opto/addnode.cpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents a6eef545f1a2
children e626685e9f6c
line wrap: on
line diff
--- a/src/share/vm/opto/addnode.cpp	Sat Dec 17 20:50:09 2011 +0100
+++ b/src/share/vm/opto/addnode.cpp	Sat Dec 17 21:40:27 2011 +0100
@@ -34,8 +34,6 @@
 
 // Portions of code courtesy of Clifford Click
 
-#define MAXFLOAT        ((float)3.40282346638528860e+38)
-
 // Classic Add functionality.  This covers all the usual 'add' behaviors for
 // an algebraic ring.  Add-integer, add-float, add-double, and binary-or are
 // all inherited from this class.  The various identity values are supplied