mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8140274: methodHandles and constantPoolHandles should be passed as const references
Modified code to use const reference parameters Reviewed-by: sspitsyn, twisti
This commit is contained in:
parent
686fb800c8
commit
f1e89ea4cc
111 changed files with 521 additions and 515 deletions
|
@ -3745,7 +3745,7 @@ bool os::find(address addr, outputStream* st) {
|
|||
// able to use structured exception handling (thread-local exception filters)
|
||||
// on, e.g., Win32.
|
||||
void os::os_exception_wrapper(java_call_t f, JavaValue* value,
|
||||
methodHandle* method, JavaCallArguments* args,
|
||||
const methodHandle& method, JavaCallArguments* args,
|
||||
Thread* thread) {
|
||||
f(value, method, args, thread);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue