6313046: Remove unused frame::native_param_addr code

Removed dead code in frame

Reviewed-by: dholmes, cjplummer, dsamersoff
This commit is contained in:
Mikael Vidstedt 2015-03-11 12:00:26 -07:00
parent fc9ab8f530
commit 2b6f0b511f
9 changed files with 12 additions and 65 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2015, 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
@ -194,7 +194,6 @@ class frame VALUE_OBJ_CLASS_SPEC {
public:
// Link (i.e., the pointer to the previous frame)
intptr_t* link() const;
void set_link(intptr_t* addr);
// Return address
address sender_pc() const;