jdk/test/java/math/BigDecimal/FloatDoubleValueTests.java
changeset 10423 2c852092a4e5
parent 9272 4cfc3523e112
child 14856 92a1bcf46888
--- a/jdk/test/java/math/BigDecimal/FloatDoubleValueTests.java	Thu Sep 01 13:53:59 2011 +0100
+++ b/jdk/test/java/math/BigDecimal/FloatDoubleValueTests.java	Thu Sep 01 23:00:09 2011 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2011 Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 6274390
+ * @bug 6274390 7082971
  * @summary Verify {float, double}Value methods work with condensed representation
  * @run main FloatDoubleValueTests
  * @run main/othervm -XX:+AggressiveOpts FloatDoubleValueTests
@@ -79,6 +79,7 @@
     // and double.
     static void testFloatDoubleValue() {
         long longValues[] = {
+            Long.MIN_VALUE, // -2^63
             0,
             1,
             2,