Hotspot build broken on Mac 10.8.5 Xcode 4.6.3

David Chase david.r.chase at oracle.com
Fri May 23 16:28:02 UTC 2014


Supposedly fixed, I'll try to figure out where it went.

This is the bug: https://bugs.openjdk.java.net/browse/JDK-8043164
This is the changeset: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/fdcbdafe2073

David

On 2014-05-23, at 11:03 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:

> Hi,
> 
> I can no longer build jdk9/dev as hotspot fails to build:
> 
> dtrace headers generated
> Generating precompiled header precompiled.hpp.gch
> cc1plus: warnings being treated as errors
> In file included from ../generated/tracefiles/traceEventClasses.hpp:19,
>                 from /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/trace/tracing.hpp:28,
>                 from /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/opto/compile.hpp:43,
>                 from /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/opto/node.hpp:29,
>                 from /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/opto/addnode.hpp:28,
>                 from /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/precompiled/precompiled.hpp:252:
> /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/trace/traceStream.hpp: In member function ‘void TraceStream::print_val(const char*, s8)’:
> /Users/sandoz/Projects/jdk9/dev-clone/hotspot/src/share/vm/trace/traceStream.hpp:69: warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘s8’
> make[8]: *** [precompiled.hpp.gch] Error 1
> 
> 
> If fails for the tip:
> 
>  hotspot $ hg sum
>  parent: 6436:be9e24a9d6c6 tip
>   Merge
>  branch: default
>  commit: (clean)
>  update: (current)
> 
> And passes for the previous changeset:
> 
>  hotspot $ hg update -r -2
>  hotspot $ hg sum
>  parent: 6435:18f86da62a40 
>   Added tag jdk9-b14 for changeset bd333491bb6c
>  branch: default
>  commit: (clean)
>  update: 25 new changesets (update)
> 
> Do we have a bad merge?
> 
>  http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/be9e24a9d6c6
> 
> Paul.



More information about the hotspot-dev mailing list