mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8195103: Refactor out card table from CardTableModRefBS to flatten the BarrierSet hierarchy
Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
ceb48aba9b
commit
0fb7dffb83
32 changed files with 282 additions and 372 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2018, 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
|
||||
|
@ -211,6 +211,10 @@ class SharedRuntime: AllStatic {
|
|||
static address deoptimize_for_implicit_exception(JavaThread* thread, address pc, CompiledMethod* nm, int deopt_reason);
|
||||
#endif
|
||||
|
||||
// Post-slow-path-allocation, pre-initializing-stores step for
|
||||
// implementing e.g. ReduceInitialCardMarks
|
||||
static void on_slowpath_allocation_exit(JavaThread* thread);
|
||||
|
||||
static void enable_stack_reserved_zone(JavaThread* thread);
|
||||
static frame look_for_reserved_stack_annotated_method(JavaThread* thread, frame fr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue