mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
ac1a75df8c
119 changed files with 560 additions and 447 deletions
|
@ -56,6 +56,7 @@
|
|||
#include "utilities/dtrace.hpp"
|
||||
#include "utilities/events.hpp"
|
||||
#include "utilities/hashtable.inline.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
#include "utilities/xmlstream.hpp"
|
||||
#ifdef TARGET_ARCH_x86
|
||||
# include "nativeInst_x86.hpp"
|
||||
|
@ -212,7 +213,7 @@ void SharedRuntime::print_ic_miss_histogram() {
|
|||
}
|
||||
#endif // PRODUCT
|
||||
|
||||
#ifndef SERIALGC
|
||||
#if INCLUDE_ALL_GCS
|
||||
|
||||
// G1 write-barrier pre: executed before a pointer store.
|
||||
JRT_LEAF(void, SharedRuntime::g1_wb_pre(oopDesc* orig, JavaThread *thread))
|
||||
|
@ -230,7 +231,7 @@ JRT_LEAF(void, SharedRuntime::g1_wb_post(void* card_addr, JavaThread* thread))
|
|||
thread->dirty_card_queue().enqueue(card_addr);
|
||||
JRT_END
|
||||
|
||||
#endif // !SERIALGC
|
||||
#endif // INCLUDE_ALL_GCS
|
||||
|
||||
|
||||
JRT_LEAF(jlong, SharedRuntime::lmul(jlong y, jlong x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue