mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman
This commit is contained in:
parent
db57351f43
commit
94af790733
22 changed files with 3 additions and 1583 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2014, 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
|
||||
|
@ -183,9 +183,6 @@ class JavaCallArguments : public StackObj {
|
|||
class JavaCalls: AllStatic {
|
||||
static void call_helper(JavaValue* result, methodHandle* method, JavaCallArguments* args, TRAPS);
|
||||
public:
|
||||
// Optimized Constuctor call
|
||||
static void call_default_constructor(JavaThread* thread, methodHandle method, Handle receiver, TRAPS);
|
||||
|
||||
// call_special
|
||||
// ------------
|
||||
// The receiver must be first oop in argument list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue