8047366: (1000000000000000128).toString() and (1000000000000000128).toFixed() don't evaluate to expected values

Reviewed-by: attila, sundar
diff --git a/nashorn/test/script/basic/JDK-8047369.js b/nashorn/test/script/basic/JDK-8047369.js
index e2b0984..a3b15b2 100644
--- a/nashorn/test/script/basic/JDK-8047369.js
+++ b/nashorn/test/script/basic/JDK-8047369.js
@@ -167,8 +167,8 @@
 CODE, "set \":\"(a) {}");
 
 // bug JDK-8047366
-// evalExpectValue("(1000000000000000128).toString()", "1000000000000000100");
-// evalExpectValue("(1000000000000000128).toFixed().toString()", "1000000000000000128");
+evalExpectValue("(1000000000000000128).toString()", "1000000000000000100");
+evalExpectValue("(1000000000000000128).toFixed().toString()", "1000000000000000128");
 
 try {
     Function("-", {