BUILD COMPLETE: build.485

Date of build:  08/14/2007 00:37:12
Time to build:  43 minutes 30 seconds
Last changed:   08/13/2007 20:16:03
Last log entry: Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression test

Fix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception paths 
only are ignred by inliner"

Fix for HARMONY-2115 "[drlvm][jit][opt] syncopt optimization pass crashes 
because expects old CFG structure"

Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp 
and loop_unroll.cpp"



***********************************************************
Execution log (errors/warnings messages):       
Configuration:
     Hosting Java = 1.5.0_08 (Sun Microsystems Inc.)
    classlib root = /export/cruise/trunk/cc/projects/classlib/trunk
               os = Linux
             arch = ia32
              cxx = gcc
              cfg = debug
     svn revision = ${svn.revision}
       components = deploy
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

=====================================
DRLVM Regression Testing on platform: linux.x86
=====================================
        
The GC did not provide gc_add_weak_root_set_entry()
Running on JET
Running on OPT
Running on interpreter
The GC did not provide gc_add_weak_root_set_entry()
Running on JIT
Running on interpreter
Running on OPT
Running on OPT
==> VM Init callback
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h3341/InvokeAgentException;
Stopping test thread...
==> VM Init callback
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h3698/InvokeAgentException;
Exception location:     test()V : 15
Catch clause location:  test()V : 16
Top frame location:     test()V : 15
TEST PASSED
==> VM Init callback
==> Class Prepare callback
    for class: Lorg/apache/harmony/drlvm/tests/regression/h3730/StepM2N;
==> Breakpoint callback
    at: inner()V :0
==> Frame Pop callback
    at: inner()V
==> Single Step callback
    at: Lorg/apache/harmony/drlvm/tests/regression/h3730/StepM2N;.outer()V :25
    expected location reached
TEST PASSED
The GC did not provide gc_add_weak_root_set_entry()
==> VM Init callback
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h3894/InvokeAgentException;
Child threads:
0:      child thread 1
1:      child thread 4
2:      child thread 0
3:      child thread 7
4:      child thread 10
5:      child thread 2
6:      child thread 5
7:      child thread 13
8:      child thread 8
9:      child thread 11
10:     child thread 3
11:     child thread 6
12:     child thread 14
13:     child thread 9
14:     child thread 12
Child groups:
0:      empty child group 0
1:      empty child group 1
2:      child group 0
3:      child group 1
4:      child group 2
5:      child group 3
6:      child group 4
7:      child group 5
8:      child group 6
9:      child group 7
10:     child group 8
11:     child group 9
12:     child group 10
13:     child group 11
14:     child group 12
15:     child group 13
16:     child group 14
Checking threads...
Array length:           15
Expected length:        15
Checking groups...
Array length:           17
Expected length:        17
TEST PASSED
==> VM Init callback
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h3909/InvokeAgentException;
System group:   system
All threads:
0:      ref handler     in group: system
1:      finalizer       in group: system
ok
2:      main    in group: main
Found 1 finalizer threads. All in system group
TEST PASSED
==> VM Init callback
starting native thread...
native thread stated
==> VM Init finished
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h3982/InvokeAgentException;
All threads:
0:      attached_thread in group: main
1:      ref handler     in group: system
2:      finalizer       in group: system
3:      main    in group: main
Atached thread  stack [0]
TEST PASSED
native thread finished
The GC did not provide gc_add_weak_root_set_entry()
The GC did not provide gc_add_weak_root_set_entry()
==> VM Init callback
==> Exception callback
    for class: 
Lorg/apache/harmony/drlvm/tests/regression/h4512/InvokeAgentException;
    calling GetCurrentThreadCpuTime()...
    ok.
TEST PASSED
========================================
Regression testing report was stored in:
========================================
/export/cruise/trunk/cc/projects/drlvm/trunk/build/lnx_ia32_gcc_debug/semis/reg.tests/reports/html
========================================

***********************************************************
Unit Tests: (135)
        

***********************************************************
Modifications since last successful build:      (56)
            
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/dll_jit_intf.h 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/thread_manager.h 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/syncopt.cpp 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/inliner.cpp 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/dll_jit.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
added mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/H4292/Test.java 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/include/jit_intf_cpp.h 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
added mfursov  /harmony/enhanced/drlvm/trunk/src/test/regression/H4292 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Loop.cpp 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Loop.h 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_jit.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RuntimeInterface.cpp
 08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT 
craches instead of throwing SOE when synchronized method is invoked 
recursively" + regression testFix for HARMONY-4561 "[drlvm][jit] Code regions 
reachable by exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/Jitrino.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/mon_enter_exit.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32RuntimeInterface.h
 08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT 
craches instead of throwing SOE when synchronized method is invoked 
recursively" + regression testFix for HARMONY-4561 "[drlvm][jit] Code regions 
reachable by exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
added mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/H4292/run.test.xml 08/13/2007 
20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches instead of 
throwing SOE when synchronized method is invoked recursively" + regression 
testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by exception 
paths only are ignred by inliner"Fix for HARMONY-2115 "[drlvm][jit][opt] 
syncopt optimization pass crashes because expects old CFG structure"Fix for 
HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in Loop.cpp and 
loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/rt.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/main/Jitrino.h 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
 08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT 
craches instead of throwing SOE when synchronized method is invoked 
recursively" + regression testFix for HARMONY-4561 "[drlvm][jit] Code regions 
reachable by exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/jet.h 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlJITInterface.cpp 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/CodeGenIntfc.h 
08/13/2007 20:16:03 Fix for HARMONY-4292 "[drlvm][jit][opt] Jitrino.OPT craches 
instead of throwing SOE when synchronized method is invoked recursively" + 
regression testFix for HARMONY-4561 "[drlvm][jit] Code regions reachable by 
exception paths only are ignred by inliner"Fix for HARMONY-2115 
"[drlvm][jit][opt] syncopt optimization pass crashes because expects old CFG 
structure"Fix for HARMONY-4622 "[drlvm][jit][opt] Duplicated functionality in 
Loop.cpp and loop_unroll.cpp"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/unix/org/apache/harmony/awt/gl/linux/XGraphics2D.java
 08/13/2007 18:50:40 Patch for HARMONY-4580 "[classlib][awt] JavaTextRenderer 
should be moved out of CommonGraphics2D class"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/BufferedImageGraphics2D.java
 08/13/2007 18:50:40 Patch for HARMONY-4580 "[classlib][awt] JavaTextRenderer 
should be moved out of CommonGraphics2D class"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/CommonGraphics2D.java
 08/13/2007 18:50:40 Patch for HARMONY-4580 "[classlib][awt] JavaTextRenderer 
should be moved out of CommonGraphics2D class"
modified mloenko  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.cpp 08/13/2007 
17:34:11 fix reg.test failures in debug mode
modified mloenko  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/tpool.h 08/13/2007 
17:34:11 fix reg.test failures in debug mode
modified mloenko  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/vf_resolve.cpp 
08/13/2007 17:34:11 fix reg.test failures in debug mode
modified varlax  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd_solver.cpp
 08/13/2007 16:13:48 GCC compilation fixed
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/helpers.c
 08/13/2007 15:00:45 Fix bug for getPlatformIsReadOnly/getPlatformIsWriteOnly 
on unix platforms.[root shall have all permissions to read/write.]
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/HashMapTest.java
 08/13/2007 14:56:25 Apply patch for HARMONY-4603 ( [classlib][util] 
LinkedHashMap.clone() has problem when override the removeEldestEntry method).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/LinkedHashMap.java
 08/13/2007 14:56:25 Apply patch for HARMONY-4603 ( [classlib][util] 
LinkedHashMap.clone() has problem when override the removeEldestEntry method).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/LinkedHashMapTest.java
 08/13/2007 14:56:25 Apply patch for HARMONY-4603 ( [classlib][util] 
LinkedHashMap.clone() has problem when override the removeEldestEntry method).
modified leoli  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java
 08/13/2007 14:56:25 Apply patch for HARMONY-4603 ( [classlib][util] 
LinkedHashMap.clone() has problem when override the removeEldestEntry method).
modified mloenko  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier-3363/vf_resolve.cpp 
08/13/2007 12:53:33 resolve classes in 'forced' case in similar way as 
'unforced'
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.jit
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.int
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
 08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified xli  /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_platform.h 
08/12/2007 18:46:27 HARMONY-4601: [drlvm][gc_gen] Thread termination in 
thread.SmallStackThreadTest is terribly slow
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd_solver.cpp
 08/12/2007 14:52:37 Applying patches from HARMONY-4476 
([drlvm][jit][opt][abcd] Two-state Inequality Graph for both Lower and Upper 
problems, to ensure correctness and simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd_solver.h
 08/12/2007 14:52:37 Applying patches from HARMONY-4476 
([drlvm][jit][opt][abcd] Two-state Inequality Graph for both Lower and Upper 
problems, to ensure correctness and simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.cpp 08/12/2007 
14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] Two-state 
Inequality Graph for both Lower and Upper problems, to ensure correctness and 
simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.cpp 
08/12/2007 14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] 
Two-state Inequality Graph for both Lower and Upper problems, to ensure 
correctness and simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/insertpi.cpp 
08/12/2007 14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] 
Two-state Inequality Graph for both Lower and Upper problems, to ensure 
correctness and simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/optimizer.h 08/12/2007 
14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] Two-state 
Inequality Graph for both Lower and Upper problems, to ensure correctness and 
simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.h 
08/12/2007 14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] 
Two-state Inequality Graph for both Lower and Upper problems, to ensure 
correctness and simplify the code, ability to dump stats)
modified egor  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/insertpi.h 
08/12/2007 14:52:37 Applying patches from HARMONY-4476 ([drlvm][jit][opt][abcd] 
Two-state Inequality Graph for both Lower and Upper problems, to ensure 
correctness and simplify the code, ability to dump stats)

Reply via email to