mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8252685: APIs that require JavaThread should take JavaThread arguments
Reviewed-by: coleenp, sspitsyn, kvn, iklam
This commit is contained in:
parent
2066f497b9
commit
02f895c5f6
120 changed files with 507 additions and 521 deletions
|
@ -206,7 +206,7 @@ class CompilationPolicy : AllStatic {
|
|||
// determines whether we should do that.
|
||||
inline static bool should_create_mdo(const methodHandle& method, CompLevel cur_level);
|
||||
// Create MDO if necessary.
|
||||
static void create_mdo(const methodHandle& mh, Thread* thread);
|
||||
static void create_mdo(const methodHandle& mh, JavaThread* THREAD);
|
||||
// Is method profiled enough?
|
||||
static bool is_method_profiled(const methodHandle& method);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue