< prev index next >

src/hotspot/share/runtime/arguments.hpp

Print this page

        

@@ -165,11 +165,11 @@
   AgentLibrary(const char* name, const char* options, bool is_absolute_path,
                void* os_lib, bool instrument_lib=false);
 };
 
 // maintain an order of entry list of AgentLibrary
-class AgentLibraryList VALUE_OBJ_CLASS_SPEC {
+class AgentLibraryList {
  private:
   AgentLibrary*   _first;
   AgentLibrary*   _last;
  public:
   bool is_empty() const                     { return _first == NULL; }
< prev index next >