src/share/vm/utilities/vmError.cpp

Print this page
rev 6676 : 8044775: Improve usage of umbrella header atomic.inline.hpp.
Reviewed-by: stefank, kvn


  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "compiler/compileBroker.hpp"
  27 #include "gc_interface/collectedHeap.hpp"
  28 #include "prims/whitebox.hpp"
  29 #include "runtime/arguments.hpp"

  30 #include "runtime/frame.inline.hpp"
  31 #include "runtime/init.hpp"
  32 #include "runtime/os.hpp"
  33 #include "runtime/thread.inline.hpp"
  34 #include "runtime/vmThread.hpp"
  35 #include "runtime/vm_operations.hpp"
  36 #include "services/memTracker.hpp"
  37 #include "utilities/debug.hpp"
  38 #include "utilities/decoder.hpp"
  39 #include "utilities/defaultStream.hpp"
  40 #include "utilities/errorReporter.hpp"
  41 #include "utilities/events.hpp"
  42 #include "utilities/top.hpp"
  43 #include "utilities/vmError.hpp"
  44 
  45 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
  46 
  47 // List of environment variables that should be reported in error log file.
  48 const char *env_list[] = {
  49   // All platforms




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #include "precompiled.hpp"
  26 #include "compiler/compileBroker.hpp"
  27 #include "gc_interface/collectedHeap.hpp"
  28 #include "prims/whitebox.hpp"
  29 #include "runtime/arguments.hpp"
  30 #include "runtime/atomic.inline.hpp"
  31 #include "runtime/frame.inline.hpp"
  32 #include "runtime/init.hpp"
  33 #include "runtime/os.hpp"
  34 #include "runtime/thread.inline.hpp"
  35 #include "runtime/vmThread.hpp"
  36 #include "runtime/vm_operations.hpp"
  37 #include "services/memTracker.hpp"
  38 #include "utilities/debug.hpp"
  39 #include "utilities/decoder.hpp"
  40 #include "utilities/defaultStream.hpp"
  41 #include "utilities/errorReporter.hpp"
  42 #include "utilities/events.hpp"
  43 #include "utilities/top.hpp"
  44 #include "utilities/vmError.hpp"
  45 
  46 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
  47 
  48 // List of environment variables that should be reported in error log file.
  49 const char *env_list[] = {
  50   // All platforms