hotspot/src/share/vm/runtime/stackValueCollection.cpp
changeset 33148 68fa8b6c4340
parent 25715 d5a8dbdc5150
child 46630 75aa3e39d02c
--- a/hotspot/src/share/vm/runtime/stackValueCollection.cpp	Thu Oct 08 12:44:12 2015 +0200
+++ b/hotspot/src/share/vm/runtime/stackValueCollection.cpp	Fri Oct 09 09:42:33 2015 +0200
@@ -25,8 +25,6 @@
 #include "precompiled.hpp"
 #include "runtime/stackValueCollection.hpp"
 
-PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
-
 jint StackValueCollection::int_at(int slot) const {
   intptr_t val =  at(slot)->get_int();
   jint ival = *((jint*) (&val));