mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
7013347: allow crypto functions to be called inline to enhance performance
Reviewed-by: kvn
This commit is contained in:
parent
5a41427b37
commit
9599296d97
21 changed files with 1376 additions and 167 deletions
|
@ -164,6 +164,8 @@ class GC_locker: public AllStatic {
|
|||
// is set, the slow path is always taken, till _needs_gc is cleared.
|
||||
static void lock_critical(JavaThread* thread);
|
||||
static void unlock_critical(JavaThread* thread);
|
||||
|
||||
static address needs_gc_address() { return (address) &_needs_gc; }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue