coroutine support

Charles Oliver Nutter headius at headius.com
Thu Nov 12 14:45:00 PST 2009


On Thu, Nov 12, 2009 at 3:20 PM, Lukas Stadler <lukas.stadler at jku.at> wrote:
> I fixed that one. I'm compiling with MSVC - I guess I should really
> switch to another platform...

No doubt :)

I got farther, but then this is the result:

g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DASSERT -DFASTDEBUG -I.
-I../generated/adfiles -I../generated/jvmtifiles
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/asm
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/c1
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/ci
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/classfile
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/code
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/compiler
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/g1
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/parallelScavenge
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/parNew
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/shared
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_interface
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/interpreter
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/libadt
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/memory
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/oops
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/opto
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/prims
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/services
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/utilities
-I/Users/headius/projects/davinci/sources/hotspot/src/cpu/x86/vm
-I/Users/headius/projects/davinci/sources/hotspot/src/os/bsd/vm
-I/Users/headius/projects/davinci/sources/hotspot/src/os_cpu/bsd_x86/vm
-I../generated -DHOTSPOT_RELEASE_VERSION="\"17.0-b04\""
-DHOTSPOT_BUILD_TARGET="\"fastdebug\""
-DHOTSPOT_BUILD_USER="\"headius\"" -DHOTSPOT_LIB_ARCH=\"i386\"
-DJRE_RELEASE_VERSION="\"1.7.0-internal-fastdebug-headius_2009_11_12_16_34-b00\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fPIC
-fno-rtti -fno-exceptions -pthread -fcheck-new -m32 -march=i586
-mstackrealign -pipe -O3 -fno-strict-aliasing -DVM_LITTLE_ENDIAN
-Werror -Wpointer-arith -Wconversion -Wsign-compare    -D_XOPEN_SOURCE
-D_DARWIN_C_SOURCE -c -o annotationParser.o
/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime/annotationParser.cpp
cc1plus: warnings being treated as errors
/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime/annotationParser.hpp:
In member function 'constantTag AnnotationParser::get_tag(int)':
/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime/annotationParser.hpp:127:
warning: comparison is always false due to limited range of data type
Compiling /Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime/aprofiler.cpp
rm -f aprofiler.o
g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DASSERT -DFASTDEBUG -I.
-I../generated/adfiles -I../generated/jvmtifiles
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/asm
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/c1
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/ci
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/classfile
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/code
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/compiler
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/g1
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/parallelScavenge
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/parNew
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_implementation/shared
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/gc_interface
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/interpreter
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/libadt
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/memory
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/oops
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/opto
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/prims
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/services
-I/Users/headius/projects/davinci/sources/hotspot/src/share/vm/utilities
-I/Users/headius/projects/davinci/sources/hotspot/src/cpu/x86/vm
-I/Users/headius/projects/davinci/sources/hotspot/src/os/bsd/vm
-I/Users/headius/projects/davinci/sources/hotspot/src/os_cpu/bsd_x86/vm
-I../generated -DHOTSPOT_RELEASE_VERSION="\"17.0-b04\""
-DHOTSPOT_BUILD_TARGET="\"fastdebug\""
-DHOTSPOT_BUILD_USER="\"headius\"" -DHOTSPOT_LIB_ARCH=\"i386\"
-DJRE_RELEASE_VERSION="\"1.7.0-internal-fastdebug-headius_2009_11_12_16_34-b00\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DCOMPILER2 -DCOMPILER1 -fPIC
-fno-rtti -fno-exceptions -pthread -fcheck-new -m32 -march=i586
-mstackrealign -pipe -O3 -fno-strict-aliasing -DVM_LITTLE_ENDIAN
-Werror -Wpointer-arith -Wconversion -Wsign-compare    -D_XOPEN_SOURCE
-D_DARWIN_C_SOURCE -c -o aprofiler.o
/Users/headius/projects/davinci/sources/hotspot/src/share/vm/runtime/aprofiler.cpp
make[7]: *** [annotationParser.o] Error 1
make[7]: *** Waiting for unfinished jobs....
make[6]: *** [the_vm] Error 2
make[5]: *** [fastdebug] Error 2
make[4]: *** [generic_build2] Error 2
make[3]: *** [fastdebug] Error 2
make[2]: *** [hotspot-build] Error 2
make[1]: *** [generic_debug_build] Error 2
make: *** [build_fastdebug_image] Error 2


- Charlie


More information about the mlvm-dev mailing list