aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_Runtime1.hpp
diff options
context:
space:
mode:
authorEdward Nevill edward.nevill@linaro.org <Edward Nevill edward.nevill@linaro.org>2013-09-20 08:36:25 +0100
committerEdward Nevill edward.nevill@linaro.org <Edward Nevill edward.nevill@linaro.org>2013-09-20 08:36:25 +0100
commit7f166f07a040249d8abf8b74055a4f64d3c53683 (patch)
tree09085e6beb265438a6d1bd5e127dcdf0f433fcaf /src/share/vm/c1/c1_Runtime1.hpp
parent256d625cdeaaf61d6c5d9a507b5d2cb3c7b6b23b (diff)
parent147070b3e1424eea2ccabb469363e6d06dcf762d (diff)
Merged hotspot up to jdk8-b85 (Hotspot build hs25-b26)
Diffstat (limited to 'src/share/vm/c1/c1_Runtime1.hpp')
-rw-r--r--src/share/vm/c1/c1_Runtime1.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_Runtime1.hpp b/src/share/vm/c1/c1_Runtime1.hpp
index e654bb4ef..3262e6506 100644
--- a/src/share/vm/c1/c1_Runtime1.hpp
+++ b/src/share/vm/c1/c1_Runtime1.hpp
@@ -71,6 +71,7 @@ class StubAssembler;
stub(g1_post_barrier_slow) \
stub(fpu2long_stub) \
stub(counter_overflow) \
+ stub(predicate_failed_trap) \
last_entry(number_of_ids)
#define DECLARE_STUB_ID(x) x ## _id ,
@@ -192,6 +193,8 @@ class Runtime1: public AllStatic {
static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length);
static int is_instance_of(oopDesc* mirror, oopDesc* obj);
+ static void predicate_failed_trap(JavaThread* thread);
+
static void print_statistics() PRODUCT_RETURN;
};