< prev index next >

src/share/vm/runtime/globals.hpp

Print this page
rev 13069 : imported patch ClearFPUAtPark

@@ -1189,12 +1189,10 @@
                                                                             \
   experimental(intx, SyncVerbose, 0, "(Unstable)")                          \
                                                                             \
   diagnostic(bool, InlineNotify, true, "intrinsify subset of notify")       \
                                                                             \
-  experimental(intx, ClearFPUAtPark, 0, "(Unsafe, Unstable)")               \
-                                                                            \
   experimental(intx, hashCode, 5,                                           \
                "(Unstable) select hashCode generation algorithm")           \
                                                                             \
   product(bool, FilterSpuriousWakeups, true,                                \
           "When true prevents OS-level spurious, or premature, wakeups "    \
< prev index next >