mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
This commit is contained in:
parent
9fe4b69c1a
commit
071bd521bc
954 changed files with 1093 additions and 127816 deletions
|
@ -791,12 +791,6 @@ class JavaValue {
|
|||
|
||||
|
||||
#define STACK_BIAS 0
|
||||
// V9 Sparc CPU's running in 64 Bit mode use a stack bias of 7ff
|
||||
// in order to extend the reach of the stack pointer.
|
||||
#if defined(SPARC) && defined(_LP64)
|
||||
#undef STACK_BIAS
|
||||
#define STACK_BIAS 0x7ff
|
||||
#endif
|
||||
|
||||
|
||||
// TosState describes the top-of-stack state before and after the execution of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue