<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 04/20/09 11:10, Andrew Haley wrote:
<blockquote cite="mid:49ECBA79.8070204@redhat.com" type="cite">
<pre wrap="">Andrew Haley wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Kelly O'Hair wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I created the sun bug for this. (Sure wish someone would fix jcheck... ;^)
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
Looks ok to me.
Xiomara would like to integrate the build forest to jdk7/jdk7 (master
forest)
today or tomorrow, so we'll need this fix in for that.
Is that a problem?
</pre>
</blockquote>
<pre wrap="">Not at all. I'll push it now.
</pre>
</blockquote>
<pre wrap=""><!---->
Pushed. I have no idea whether this fixes Xiomara's Windows problem or not.
</pre>
</blockquote>
<br>
Those last putbacks broke the build at a different point :-(. Maybe we
should wait until Kelly can take a look before trying another push
again.<br>
<br>
# Java sources to be compiled: (listed in file
C:/BUILD_AREA/jdk7/build/windows-i586-fastdebug/tmp/sun/sun.tracing/.classes.list)<br>
../../../src/share/classes/sun/tracing/MultiplexProviderFactory.java<br>
../../../src/share/classes/sun/tracing/NullProviderFactory.java<br>
../../../src/share/classes/sun/tracing/PrintStreamProviderFactory.java<br>
../../../src/share/classes/sun/tracing/ProbeSkeleton.java<br>
../../../src/share/classes/sun/tracing/ProviderSkeleton.java<br>
../../../src/share/classes/sun/tracing/dtrace/Activation.java<br>
../../../src/share/classes/sun/tracing/dtrace/DTraceProbe.java<br>
../../../src/share/classes/sun/tracing/dtrace/DTraceProvider.java<br>
../../../src/share/classes/sun/tracing/dtrace/DTraceProviderFactory.java<br>
../../../src/share/classes/sun/tracing/dtrace/JVM.java<br>
../../../src/share/classes/sun/tracing/package-info.java<br>
# Running javac:<br>
C:/jdk1.6.0/bin/javac -J-XX:ThreadStackSize=768 -J-XX:-PrintVMOptions
-J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client
-J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g
-source 1.5 -target 5 -encoding ascii
-Xbootclasspath:C:/BUILD_AREA/jdk7/build/windows-i586-fastdebug/classes
-sourcepath
../../../src/closed/windows/classes;../../../src/closed/share/classes;C:/BUILD_AREA/jdk7/build/windows-i586-fastdebug/gensrc;../../../src/windows/classes;../../../src/share/classes
-d C:/BUILD_AREA/jdk7/build/windows-i586-fastdebug/classes
@C:/BUILD_AREA/jdk7/build/windows-i586-fastdebug/tmp/sun/sun.tracing/.classes.list.filtered<br>
..\..\..\src\share\classes\sun\tracing\MultiplexProviderFactory.java:75:
type parameters of <T>T cannot be determined; no unique maximal
instance exists for type variable T with upper bounds
T,com.sun.tracing.Provider<br>
return provider.newProxyInstance();<br>
^<br>
..\..\..\src\share\classes\sun\tracing\NullProviderFactory.java:63:
type parameters of <T>T cannot be determined; no unique maximal
instance exists for type variable T with upper bounds
T,com.sun.tracing.Provider<br>
return provider.newProxyInstance();<br>
^<br>
..\..\..\src\share\classes\sun\tracing\PrintStreamProviderFactory.java:64:
type parameters of <T>T cannot be determined; no unique maximal
instance exists for type variable T with upper bounds
T,com.sun.tracing.Provider<br>
return provider.newProxyInstance();<br>
^<br>
..\..\..\src\share\classes\sun\tracing\dtrace\DTraceProviderFactory.java:81:
type parameters of <T>T cannot be determined; no unique maximal
instance exists for type variable T with upper bounds
T,com.sun.tracing.Provider<br>
T proxy = jsdt.newProxyInstance();<br>
^<br>
4 errors<br>
gnumake[5]: *** [.compile.classlist] Error 1<br>
gnumake[5]: Leaving directory `C:/BUILD_AREA/jdk7/jdk/make/sun/tracing'<br>
gnumake[4]: *** [all] Error 1<br>
gnumake[4]: Leaving directory `C:/BUILD_AREA/jdk7/jdk/make/sun'<br>
gnumake[3]: *** [all] Error 1<br>
gnumake[3]: Leaving directory `C:/BUILD_AREA/jdk7/jdk/make'<br>
<br>
-Xiomara<br>
<br>
<blockquote cite="mid:49ECBA79.8070204@redhat.com" type="cite">
<pre wrap="">
Andrew.
</pre>
</blockquote>
<br>
</body>
</html>