hotspot/src/share/vm/compiler/compileBroker.hpp
changeset 27464 37671dcc4d8d
parent 27420 04e6f914cce1
parent 27461 90e9e0f9c0c5
child 27696 c43940b3cf78
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp	Fri Oct 31 08:00:09 2014 +0000
+++ b/hotspot/src/share/vm/compiler/compileBroker.hpp	Fri Oct 31 10:15:29 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -471,6 +471,9 @@
   static int get_sum_nmethod_code_size() {        return _sum_nmethod_code_size; }
   static long get_peak_compilation_time() {       return _peak_compilation_time; }
   static long get_total_compilation_time() {      return _t_total_compilation.milliseconds(); }
+
+  // Log that compilation profiling is skipped because metaspace is full.
+  static void log_metaspace_failure();
 };
 
 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP