You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by no...@intel.com on 2007/07/25 13:24:06 UTC

[build-test alert] BUILD PASSED Linux x86_64: drlvm

BUILD COMPLETE:	build.15

Date of build:	07/25/2007 18:13:35
Time to build:	10 minutes 11 seconds
Last changed:	07/25/2007 18:08:49
Last log entry:	HARMONY-4531 : (Added missing files) performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.

***********************************************************
Errors/Warnings:	(42)
            
[cc] /usr/bin/ar: creating libaprutil-1.a
[cc] /usr/bin/ar: creating liblog4cxx.a
[cc] /usr/bin/ar: creating libencoder.a
[cc] /usr/bin/ar: creating libport.a
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp: In
[cc]    function `jint jni_init()':
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:387: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:387: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:387: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:387: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp: In
[cc]    function `jint JNI_GetCreatedJavaVMs(JavaVM**, int, jsize*)':
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:426: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:426: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp: In
[cc]    function `jint JNI_CreateJavaVM(JavaVM**, JNIEnv**, void*)':
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:456: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:456: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: invalid
[cc]    access to non-static data member `JavaVM_Internal::link' of NULL object
[cc] /export/users/cc/cc-short/build/checkouts/drlvm/vm/vmcore/src/jni/jni.cpp:543: warning: (perhaps
[cc]    the `offsetof' macro was used incorrectly)

***********************************************************
Unit Tests: (0)
        
No Tests Run: This project doesn't have any tests

***********************************************************
Modifications since last successful build:	(57)
            
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/space_tune_mark_scan.cpp 07/25/2007 18:08:49 HARMONY-4531 : (Added missing files) performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/gc_ms.cpp 07/25/2007 18:08:49 HARMONY-4531 : (Added missing files) performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
added xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/gc_ms.h 07/25/2007 18:08:49 HARMONY-4531 : (Added missing files) performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator_alloc.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_alloc.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_gen_forward_pool.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_block.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/fix_repointed_refs.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_sweep.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/mark_scan_pool.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/gc_thread.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_alloc.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/trace_forward/fspace_nongen_forward_pool.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
deleted xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.h 07/25/2007 17:02:07 HARMONY-4531 : performance improvement patch and code refactoring. It also fixed a couple of bugs. (The main design in this patch is to include mark-sweep LOS for minor collection and always slide-compact LOS for major collection.