src/hotspot/share/classfile/classLoaderData.hpp
changeset 49364 601146c66cad
parent 49352 0b48f0aa79ec
child 49401 0c71baee49a7
--- a/src/hotspot/share/classfile/classLoaderData.hpp	Fri Mar 09 08:01:25 2018 +0100
+++ b/src/hotspot/share/classfile/classLoaderData.hpp	Fri Mar 09 10:46:02 2018 -0500
@@ -182,7 +182,7 @@
   friend class VMStructs;
 
  private:
-  class ChunkedHandleList VALUE_OBJ_CLASS_SPEC {
+  class ChunkedHandleList {
     struct Chunk : public CHeapObj<mtClass> {
       static const size_t CAPACITY = 32;