diff src/share/vm/runtime/vmStructs.cpp @ 13220:2b43fcc68add

Put _pending_deoptimization and _pending_monitorenter under ifdef GRAAL
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 02 Dec 2013 18:06:00 +0100
parents 599eaf3bc4b2
children 42aaf7306707
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Mon Dec 02 18:02:04 2013 +0100
+++ b/src/share/vm/runtime/vmStructs.cpp	Mon Dec 02 18:06:00 2013 +0100
@@ -913,7 +913,6 @@
      static_field(Threads,                     _return_code,                                  int)                                   \
                                                                                                                                      \
   nonstatic_field(ThreadShadow,                _pending_exception,                            oop)                                   \
-  nonstatic_field(ThreadShadow,                _pending_deoptimization,                       int)                                   \
   nonstatic_field(ThreadShadow,                _exception_file,                               const char*)                           \
   nonstatic_field(ThreadShadow,                _exception_line,                               int)                                   \
    volatile_nonstatic_field(Thread,            _suspend_flags,                                uint32_t)                              \