BUILD FAILED:
Ant Error Message:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/build.xml:472: The
following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/targets/reg.test.xml:128:
The following error occurred while executing this line:
/export/cruise/trunk/cc/projects/drlvm/trunk/build/make/targets/reg.test.xml:169:
gcc failed with return code 1
Date of build: 07/25/2007 19:24:10
Time to build: 10 seconds
Last changed: 07/25/2007 18:54:38
Last log entry: Fix for HARMONY-4514 with regression test
Fix for HARMONY-4520
***********************************************************
Execution log (errors/warnings messages):
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:2:19:
jvmti.h: No such file or directory
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:4:
error: syntax
error before `(' token
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:10:
error: syntax
error before `=' token
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:14:
error: syntax
error before `->' token
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:17:
error: syntax
error before `Agent_OnLoad'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:24:
error: '
jvmtiCapabilities' is used as a type, but is not defined as a type.
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:25:
error: syntax
error before `=' token
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:30:
error: ISO
C++ forbids declaration of `result' with no type
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:30:
error: `
jvmti_env' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:30:
error: `
capabilities' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:31:
error: syntax
error before `if'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:34:
error: '
jvmtiEventCallbacks' is used as a type, but is not defined as a type.
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:35:
error: `
callbacks' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:35:
error: `
jvmtiEventCallbacks' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:35:
error: ISO
C++ forbids declaration of `memset' with no type
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:35:
error: `
int memset' redeclared as different kind of symbol
/usr/include/string.h:58: error: previous declaration of `void* memset(void*,
int, long unsigned int)'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:35:
error: initializer
list being treated as compound expression
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:36:
error: syntax
error before `.' token
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: ISO
C++ forbids declaration of `result' with no type
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: redefinition
of `int result'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:30:
error: `
int result' previously defined here
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: `
jvmti_env' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: `
callbacks' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: `
jint' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: syntax
error before `sizeof'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:44:
error: ISO
C++ forbids declaration of `result' with no type
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:44:
error: redefinition
of `int result'
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:39:
error: `
int result' previously defined here
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:44:
error: `
jvmti_env' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:44:
error: `
JVMTI_ENABLE' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:44:
error: `
JVMTI_EVENT_VM_INIT' was not declared in this scope
/export/cruise/trunk/cc/projects/drlvm/trunk/src/test/regression/H2151/VMInit1.cpp:45:
error: syntax
Configuration:
Hosting Java = 1.5.0_09 (Sun Microsystems Inc.)
classlib root = /export/cruise/trunk/cc/projects/classlib/trunk
os = Linux
arch = em64t
cxx = gcc
cfg = debug
svn revision = ${svn.revision}
components = deploy
***********************************************************
Unit Tests: (0)
No Tests Run: This project doesn't have any tests or tests were not run
***********************************************************
Modifications since last successful build: (66)
added mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/H4514/Test.java 07/25/2007
18:54:38 Fix for HARMONY-4514 with regression testFix for HARMONY-4520
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RuntimeInterface.cpp
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/Jitrino.cpp
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H4514
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
added mfursov
/harmony/enhanced/drlvm/trunk/src/test/regression/H4514/run.test.xml 07/25/2007
18:54:38 Fix for HARMONY-4514 with regression testFix for HARMONY-4520
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BCMap.h
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
modified mfursov
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32GCMap.cpp
07/25/2007 18:54:38 Fix for HARMONY-4514 with regression testFix for
HARMONY-4520
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.