hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 42608 14af45789042
parent 41057 f77b9d9e0e4c
child 42650 1f304d0c888b
equal deleted inserted replaced
42607:acd91f1875d4 42608:14af45789042
   674 
   674 
   675   //virtual void print_on(outputStream* st) const;  DO NOT USE
   675   //virtual void print_on(outputStream* st) const;  DO NOT USE
   676   void print_adapter_on(outputStream* st) const;
   676   void print_adapter_on(outputStream* st) const;
   677 };
   677 };
   678 
   678 
       
   679 // This class is used only with DumpSharedSpaces==true. It holds extra information
       
   680 // that's used only during CDS dump time.
       
   681 // For details, see comments around Method::link_method()
   679 class CDSAdapterHandlerEntry: public AdapterHandlerEntry {
   682 class CDSAdapterHandlerEntry: public AdapterHandlerEntry {
   680   address               _c2i_entry_trampoline;   // allocated from shared spaces "MC" region
   683   address               _c2i_entry_trampoline;   // allocated from shared spaces "MC" region
   681   AdapterHandlerEntry** _adapter_trampoline;     // allocated from shared spaces "MD" region
   684   AdapterHandlerEntry** _adapter_trampoline;     // allocated from shared spaces "MD" region
   682 
   685 
   683 public:
   686 public: