RFR [XS]: 8234070: solaris sparc build fails in templateInterpreterGenerator.cpp - was RE: fastdebug Solaris build error in jdk/jdk
Baesken, Matthias
matthias.baesken at sap.com
Wed Nov 13 14:24:59 UTC 2019
> Isn't this the problem that was fixed by
>
> https://bugs.openjdk.java.net/browse/JDK-8233918
>
Hi David,
I just noticed we were ***one change*** behind this one in the night-make , so yes, when I pull+update to the current head it is fixed .
Maybe still 8234070 should remove verify_FPU ( as far as I see, InterpreterMacroAssembler::verify_FPU is except on x86 32bit empty) , but if people think it is still useful there we can keep it .
Best regards, Matthias
>
> On 13/11/2019 8:02 pm, Baesken, Matthias wrote:
> > Hello, please review the following change .
> >
> > It fixes the fastdebug Solaris Sparc build after recent changes 8233918 /
> 8233498 .
>
> Isn't this the problem that was fixed by
>
> https://bugs.openjdk.java.net/browse/JDK-8233918
>
> ???
>
> David
> -----
>
> > Erik, may I add you as a reviewer ?
> >
> >
> >
> > Bug/webrev:
> > https://bugs.openjdk.java.net/browse/JDK-8234070
> >
> > http://cr.openjdk.java.net/~mbaesken/webrevs/8234070.0/
> >
> > Thanks, Matthias
> >
> >
> > From: Erik Österlund <erik.osterlund at oracle.com>
> > Sent: Mittwoch, 13. November 2019 09:41
> > To: Baesken, Matthias <matthias.baesken at sap.com>;
> patric.hedlin at oracle.com
> > Cc: Zeller, Arno <arno.zeller at sap.com>; Langer, Christoph
> <christoph.langer at sap.com>
> > Subject: Re: fastdebug Solaris build error in jdk/jdk
> >
> > Hi Matthias,
> >
> > Your suggestion sounds reasonable.
> >
> > Thanks,
> > /Erik
> > On 2019-11-13 09:29, Baesken, Matthias wrote:
> > Hello, I just opened
> >
> > https://bugs.openjdk.java.net/browse/JDK-8234070
> >
> > 8234070: solaris sparc build fails in templateInterpreterGenerator.cpp
> >
> > After 8233498: Remove dead code. , and 8233918: 8233498 broke build on
> SPARC
> > the (fast)debug Solaris build is still broken , error is
> >
> >
> /nightly/jdk/src/hotspot/share/interpreter/templateInterpreterGenerator.c
> pp", line 376: Error: verify_FPU is not a member of
> InterpreterMacroAssembler.
> > 1 Error(s) detected.
> >
> >
> > My suggestion would be to remove the verify_FPU call from
> templateInterpreterGenerator.cpp because it is a no-op anyway these
> days on almost all platforms and of very limited use .
> >
> >
> >
> > Best regards, Matthias
> >
> >
> >
> >
More information about the hotspot-dev
mailing list