mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
6983073: fix compiler error with GCC 4.4 or newer on SPARC
Reviewed-by: twisti
This commit is contained in:
parent
34b016cb42
commit
d0cc3fc376
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2010, 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
|
||||
|
@ -263,8 +263,7 @@
|
|||
};
|
||||
|
||||
private:
|
||||
|
||||
constantPoolCacheOop* frame::interpreter_frame_cpoolcache_addr() const;
|
||||
constantPoolCacheOop* interpreter_frame_cpoolcache_addr() const;
|
||||
|
||||
#ifndef CC_INTERP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue