BUILD COMPLETE: build.53

Date of build:  2007-09-19 04:49:28 +0700
Time to build:  255 minutes 44 seconds
Last changed:   09/19/2007 03:56:53
Last log entry: hdk

***********************************************************
Errors/Warnings:        (29)
            
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] cl : Command line warning D9035 : option 'GZ' has been deprecated and will 
be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 130
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 130
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 130
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 130
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 130

***********************************************************
Unit Tests: (4304)
        
All Tests Passed

***********************************************************
Modifications since last successful build:      (30)
            
add cc-hdk log20070919035653Lbuild.230 09/19/2007 03:56:53hdk
add cc-hdk log20070919035653Lbuild.230 09/19/2007 03:56:53hdk
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_step.cpp 09/19/2007 
02:49:13 Fixed the problem with lazy resolution for invokestatic and 
invokespecialbytecodes when target method is not resolved yet. In this case no 
singlestep breakpoint should be set until the method is resolved and 
compiled.This is a 2nd fix for HARMONY-4724.
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_step.cpp 09/19/2007 
02:49:13 Fixed the problem with lazy resolution for invokestatic and 
invokespecialbytecodes when target method is not resolved yet. In this case no 
singlestep breakpoint should be set until the method is resolved and 
compiled.This is a 2nd fix for HARMONY-4724.
add cc-hdk log20070918224111Lbuild.229 09/18/2007 22:41:11hdk
add cc-hdk log20070918224111Lbuild.229 09/18/2007 22:41:11hdk
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JInternalFrame.java
 09/18/2007 22:15:53 Patch for HARMONY-4796 "[class][swing] JInternalFrame 
needs to call UpdateUI instead of Internal UpdateUIForFrame"
modified apetrenko  
/harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JInternalFrame.java
 09/18/2007 22:15:53 Patch for HARMONY-4796 "[class][swing] JInternalFrame 
needs to call UpdateUI instead of Internal UpdateUIForFrame"
add cc-hdk log20070918214314Lbuild.228 09/18/2007 21:43:14hdk
add cc-hdk log20070918214314Lbuild.228 09/18/2007 21:43:14hdk
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/process.c
 09/18/2007 17:28:20 Delete the local references created by 
GetObjectArrayElement to avoidgrowing the local reference frame capacity.  (The 
env array is oftenfairly large so the frame capacity would grow excessively - 
from 16references to 1k references was quite common in my testing.  The 
default16 references are now sufficient.)Also, moved envString variable 
declaration to more appropriate scope.It is now more consistent with the scope 
of the element variable inthe earlier loop.
modified hindessm  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/process.c
 09/18/2007 17:28:20 Delete the local references created by 
GetObjectArrayElement to avoidgrowing the local reference frame capacity.  (The 
env array is oftenfairly large so the frame capacity would grow excessively - 
from 16references to 1k references was quite common in my testing.  The 
default16 references are now sufficient.)Also, moved envString variable 
declaration to more appropriate scope.It is now more consistent with the scope 
of the element variable inthe earlier loop.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java
 09/18/2007 17:26:01 Apply patch HARMONY-4809 ([classlib] [pack200] Test for 
unpacking an archive containing a class file but no bytecode)
added tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/test/resources/org/apache/harmony/pack200/tests/InterfaceOnly.pack
 09/18/2007 17:26:01 Apply patch HARMONY-4809 ([classlib] [pack200] Test for 
unpacking an archive containing a class file but no bytecode)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java
 09/18/2007 17:26:01 Apply patch HARMONY-4809 ([classlib] [pack200] Test for 
unpacking an archive containing a class file but no bytecode)
added tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/test/resources/org/apache/harmony/pack200/tests/InterfaceOnly.pack
 09/18/2007 17:26:01 Apply patch HARMONY-4809 ([classlib] [pack200] Test for 
unpacking an archive containing a class file but no bytecode)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/CpBands.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttrDefinitionBands.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Codec.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BHSDCodec.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayoutMap.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BandSet.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayout.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/CpBands.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttrDefinitionBands.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Codec.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BHSDCodec.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayoutMap.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/BandSet.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/AttributeLayout.java
 09/18/2007 17:22:05 Apply patch HARMONY-4808 ([classlib] [pack200] Completed 
parsing of attribute definition bands)

Reply via email to