BUILD COMPLETE: build.349
Date of build: 05/24/2007 23:02:13
Time to build: 30 minutes 4 seconds
Last changed: 05/24/2007 22:31:02
Last log entry: Applied additional change for windows for HARMONY-3585
***********************************************************
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
=====================================
DRLVM Regression Testing on platform: linux.x86
=====================================
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h1857/TestClass (method tryMe()V)
couldn't load class
"org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h1857/MissedThrowable
The GC did not provide gc_add_weak_root_set_entry()
Running on JET
Running on OPT
Running on interpreter
vf_debug: VerifyError: (class:
org/apache/harmony/drlvm/tests/regression/h2103/SupClass, method: test()I)
Incompatible object argument for invokespecial
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h2808/finTest1 (method test()V)
couldn't load class "org/apache/harmony/drlvm/tests/regression/h2808/finTest2"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h2808/finTest2
Running on JIT
Running on interpreter
vf_debug: verifying class
org/apache/harmony/drlvm/tests/regression/h3048/MyTestSuper (method
<clinit>()V) couldn't load class
"org/apache/harmony/drlvm/tests/regression/h3048/MyException"
vf_debug: VerifyError: Couldn't load class:
org/apache/harmony/drlvm/tests/regression/h3048/MyException
Running on OPT
Running on OPT
==> 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 12
1: child thread 5
2: child thread 13
3: child thread 0
4: child thread 8
5: child thread 3
6: child thread 10
7: child thread 6
8: child thread 14
9: child thread 1
10: child thread 4
11: child thread 11
12: child thread 7
13: child thread 2
14: child thread 9
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
========================================
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: (78)
***********************************************************
Modifications since last successful build: (125)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 05/24/2007
22:31:02 Applied additional change for windows for HARMONY-3585
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.int
05/24/2007 22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni]
shutdown.TestFatalError fails on interpreterThe patch changes interface with
interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions.
This workarounds the problem on windows that recognizes stdout in different
DLLsdifferently.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/stack/stack_trace.cpp 05/24/2007
22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails
on interpreterThe patch changes interface with interpreter to pass file
descriptor instead of FILE* to stack_dumpfunctions. This workarounds the
problem on windows that recognizes stdout in different DLLsdifferently.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 05/24/2007
22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails
on interpreterThe patch changes interface with interpreter to pass file
descriptor instead of FILE* to stack_dumpfunctions. This workarounds the
problem on windows that recognizes stdout in different DLLsdifferently.
modified gshimansky
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.int
05/24/2007 22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni]
shutdown.TestFatalError fails on interpreterThe patch changes interface with
interpreter to pass file descriptor instead of FILE* to stack_dumpfunctions.
This workarounds the problem on windows that recognizes stdout in different
DLLsdifferently.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h 05/24/2007
22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails
on interpreterThe patch changes interface with interpreter to pass file
descriptor instead of FILE* to stack_dumpfunctions. This workarounds the
problem on windows that recognizes stdout in different DLLsdifferently.
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_exports.cpp 05/24/2007
22:26:45 Fixed bug in HARMONY-3585 [drlvm][jni] shutdown.TestFatalError fails
on interpreterThe patch changes interface with interpreter to pass file
descriptor instead of FILE* to stack_dumpfunctions. This workarounds the
problem on windows that recognizes stdout in different DLLsdifferently.
modified hindessm
/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysysinfo.c
05/24/2007 22:14:00 It looks like these comments might refer to the OS/X man
page but in factthey refer to the FreeBSD man page so I thought I should make
it obvious.
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h
05/24/2007 19:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of
vmmagic types and object fields in JET compiler
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 05/24/2007
19:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of vmmagic
types and object fields in JET compiler
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
05/24/2007 19:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support
of vmmagic types and object fields in JET compiler
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/magics.cpp
05/24/2007 19:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of
vmmagic types and object fields in JET compiler
modified varlax /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp
05/24/2007 19:56:39 Applied HARMONY-3784 [drlvm][jit][jet] Incorrect support of
vmmagic types and object fields in JET compiler
modified varlax
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/helper_inliner.cpp
05/24/2007 19:54:17 Applied HARMONY-3911 [drlvm][jit] wrong array element size
calculated for allocArray helper inlining
modified xli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java
05/24/2007 19:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray()
intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM
kernel test
modified xli
/harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/WeakHashMapTest.java
05/24/2007 19:34:15 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray()
intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM
kernel test
modified xli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java
05/24/2007 18:33:43 HARMONY-3883 : reverted
([classlib]WeakHashMap.keySet().toArray() intermittently throws
NoSuchElementException in java.lang.ThreadTest of DRLVM kernel test)
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java
05/24/2007 16:59:18 Compilation warning after HARMONY-3894 fixed.
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 05/24/2007
15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen_adapt.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 05/24/2007
15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_space.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.h
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/los_extention_mark_scan.cpp
05/24/2007 15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified xli
/harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 05/24/2007
15:17:25 HARMONY-3825 : [drlvm][gc_gen]Patch for heap size extension
modified hindessm
/harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/LogManager.java
05/24/2007 14:16:52 Applying patches from "[#HARMONY-3951] [classlib]
[logging] Updated Javadocclass description for java.util.logging.LogManager".
modified hindessm
/harmony/enhanced/classlib/trunk/modules/logging/src/main/java/java/util/logging/MemoryHandler.java
05/24/2007 14:09:49 Applying patches from "[#HARMONY-3950] [classlib]
[logging] Updated Javadocclass description for java.util.logging.MemoryHandler".
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.opt
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jet
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.int
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jit
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jet
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.int
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.jit
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
05/24/2007 12:20:59 HARMONY-3917 : [drlvm][test]gc.WeakReferenceTest &
gc.PhantomReferenceTest in drlvm smoke test expect more than Java API spec
requires
modified xli
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/WeakHashMap.java
05/24/2007 08:27:46 HARMONY-3883 : [classlib]WeakHashMap.keySet().toArray()
intermittently throws NoSuchElementException in java.lang.ThreadTest of DRLVM
kernel test
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_thread_group.cpp
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
added gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/H3894/ThreadGroupChildren.java
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
added gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/H3894/ThreadGroupChildren.cpp
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3894
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
added gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/H3894/run.test.xml 05/24/2007
04:14:44 Applied patch and regression test from HARMONY-3894 [drlvm][jvmti]
JVMTI function GetThreadGroupChildren() return no more than 10 child threds and
groups
modified gshimansky
/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
05/24/2007 04:14:44 Applied patch and regression test from HARMONY-3894
[drlvm][jvmti] JVMTI function GetThreadGroupChildren() return no more than 10
child threds and groups
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/method_lookup.cpp
05/24/2007 04:08:53 Applied HARMONY-3949 [drlvm][class_support] Known/proven
race conditions markup at "method_lookup.cpp":234 at CodeChunkInfo *
Method_Lookup_Table::find(void *,bool)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/object/vm_arrays.cpp 05/24/2007
04:07:52 Applied HARMONY-3947 [drlvm][object] Known/proven race conditions
markup at vm_arrays.cpp":414 at increment_array_copy_counter()
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/vm_strings.cpp 05/24/2007
04:06:53 Applied HARMONY-3945 [drlvm][util] Known/proven race conditions markup
at "vm_strings.cpp":604
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class.cpp 05/24/2007
04:05:51 Applied HARMONY-3932 [drlvm][class_support] Known/proven race
conditions markup at vm\vmcore\src\class_support\Class.cpp at is_instanceof()
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CRLSelector.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/CollectionCertStoreParameters.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ExtendedKeyUsage.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extensions.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/TBSCertList.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermissionCollection.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Permissions.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertPathImpl.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValueComparator.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicy.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/Name.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/Extension.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x501/AttributeTypeAndValue.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CertificateIssuer.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/cert/X509CertFactoryImpl.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/LDAPCertStoreParameters.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/InformationObjectSet.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AlgorithmIdentifier.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/CRLNumber.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/IssuingDistributionPoint.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/BasicPermissionCollection.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPrivateKeyImpl.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/TimestampTest.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonFlags.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/AuthorityKeyIdentifier.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/KeyStoreTest.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAPublicKeyImpl.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/cert/X509CertSelector.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/tsp/PKIStatusInfo.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/BasicConstraints.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/InvalidityDate.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/asn1/ASN1Choice.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/GeneralName.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/x509/ReasonCode.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/Services.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/SHA1withDSA_SignatureImpl.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified ayza
/harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Timestamp.java
05/24/2007 01:48:39 Applying slightly updated version of the patch for
HARMONY-3015 ([classlib][security] Fixes for some minor bugs in the security
module found by FindBugs)
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp
05/23/2007 22:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks
VM so that it doesn't even start
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ClassLoader.java
05/23/2007 22:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks
VM so that it doesn't even start
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java
05/23/2007 22:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks
VM so that it doesn't even start
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp
05/23/2007 22:39:08 Reverted commit 540942 for HARMONY-3462 because it breaks
VM so that it doesn't even start
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 05/23/2007
21:48:53 Applied HARMONY-3927 [drlvm][verifier] DRLVM crashes or throw no error
instead of throwing VerifyError if an instruction call has type inconsistency
modified gshimansky
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/IRBuilder.cpp 05/23/2007
21:31:24 Fixed compilation on gcc 4.1.1 after HARMONY-3874 was committed. The
redundant initialization of helperArgs causes compiler to report a warning
modified ayza
/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/image/ImageLoader.java
05/23/2007 20:24:33 Removing obsolete call to Thread.interrupt(). This is an
additional fix for HARMONY-3602.
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/gc/root_set_enum_common.cpp
05/23/2007 19:54:51 Postfix to HARMONY-3462, corrected spotted issues.
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ClassLoader.java
05/23/2007 19:54:51 Postfix to HARMONY-3462, corrected spotted issues.
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Class.java
05/23/2007 19:54:51 Postfix to HARMONY-3462, corrected spotted issues.
modified varlax
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp
05/23/2007 19:54:51 Postfix to HARMONY-3462, corrected spotted issues.