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
|
@ -4764,7 +4764,7 @@ bool os::find(address addr, outputStream* st) {
|
|||
// on, e.g., Win32.
|
||||
void
|
||||
os::os_exception_wrapper(java_call_t f, JavaValue* value, const methodHandle& method,
|
||||
JavaCallArguments* args, Thread* thread) {
|
||||
JavaCallArguments* args, JavaThread* thread) {
|
||||
f(value, method, args, thread);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue