64-bit build error

Christian Thalinger christian.thalinger at oracle.com
Wed Feb 16 05:18:07 PST 2011


When I try to build a 64-bit debug VM I get:

/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp: In static member function ‘static void MemProfiler::do_trace()’:
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 6 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 8 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 9 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:142: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:147: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’
/Users/twisti/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:147: warning: format ‘%6llu’ expects type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’

-- Christian


More information about the macosx-port-dev mailing list