diff src/share/vm/c1/c1_Runtime1.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents a61af66fc99e
children abc670a709dc c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Wed Jun 04 13:51:09 2008 -0700
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Thu Jun 05 15:57:56 2008 -0700
@@ -56,6 +56,8 @@
   stub(access_field_patching)        \
   stub(load_klass_patching)          \
   stub(jvmti_exception_throw)        \
+  stub(g1_pre_barrier_slow)          \
+  stub(g1_post_barrier_slow)         \
   stub(fpu2long_stub)                \
   stub(counter_overflow)             \
   last_entry(number_of_ids)