hotspot/src/share/vm/memory/universe.hpp
changeset 46324 8764956ec928
parent 40892 330a02d935ad
child 46329 53ccc37bda19
equal deleted inserted replaced
46323:d41bb2dcaeb8 46324:8764956ec928
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   478 
   478 
   479   // Apply "f" to all klasses for basic types (classes not present in
   479   // Apply "f" to all klasses for basic types (classes not present in
   480   // SystemDictionary).
   480   // SystemDictionary).
   481   static void basic_type_classes_do(void f(Klass*));
   481   static void basic_type_classes_do(void f(Klass*));
   482 
   482 
   483   // For sharing -- fill in a list of known vtable pointers.
       
   484   static void init_self_patching_vtbl_list(void** list, int count);
       
   485 
       
   486   // Debugging
   483   // Debugging
   487   enum VERIFY_FLAGS {
   484   enum VERIFY_FLAGS {
   488     Verify_Threads = 1,
   485     Verify_Threads = 1,
   489     Verify_Heap = 2,
   486     Verify_Heap = 2,
   490     Verify_SymbolTable = 4,
   487     Verify_SymbolTable = 4,