[Bug 3224] New: [IcedTea8] Shenandoah broken when building with pre-compiled headers
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Nov 8 01:25:38 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3224
Bug ID: 3224
Summary: [IcedTea8] Shenandoah broken when building with
pre-compiled headers
Product: IcedTea
Version: 8-hg
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:343:42:
error: 'ShenandoahBarrierSet::write_barrier_c2' is not a type
JRT_LEAF(oopDesc*, ShenandoahBarrierSet::write_barrier_c2(oopDesc* src))
^~~~~~~~~~~~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:344:3:
error: expected constructor, destructor, or type conversion before 'oop'
oop result = ((ShenandoahBarrierSet*)
oopDesc::bs())->resolve_and_maybe_copy_oop_work2(oop(src));
^~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:346:3:
error: expected unqualified-id before 'return'
return (oopDesc*) result;
^~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:347:1:
error: 'JRT_END' does not name a type
JRT_END
^~~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:352:3:
error: expected unqualified-id before 'return'
return (oopDesc*) result;
^~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:353:1:
error: 'IRT_END' does not name a type
IRT_END
^~~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:358:3:
error: expected unqualified-id before 'return'
return (oopDesc*) result;
^~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/src/share/vm/gc_implementation/shenandoah/shenandoahBarrierSet.cpp:359:1:
error: 'JRT_END' does not name a type
JRT_END
^~~~~~~
/home/andrew/builder/icedtea8-shenandoah/openjdk-boot/hotspot/make/linux/makefiles/rules.make:149:
recipe for target 'shenandoahBarrierSet.o' failed
gmake[7]: *** [shenandoahBarrierSet.o] Error 1
gmake[7]: *** Waiting for unfinished jobs....
gmake[7]: Leaving directory
'/mnt/builder/icedtea8-shenandoah/openjdk.build-boot/hotspot/linux_amd64_compiler2/product'
gmake[6]: *** [the_vm] Error 2
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20161108/e0040808/attachment.html>
More information about the distro-pkg-dev
mailing list