|
Quick Lists
|
|
Bug ID:
|
6855297
|
|
Votes
|
0
|
|
Synopsis
|
Windows build breaks after 6811297
|
|
Category
|
java:classes_net
|
|
Reported Against
|
|
|
Release Fixed
|
7(b64)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
1-Very High
|
|
Related Bugs
|
|
|
Submit Date
|
26-JUN-2009
|
|
Description
|
Windows build breaks.
# Running javac:
C:/jprt/products/P1/JDK17~1.0-L/JDK17~1.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
-source 5 -target 5 -encoding ascii
-Xbootclasspath:../../../build/windows-i586/classes -sourcepath
../../../src/closed/windows/classes;../../../src/closed/share/classes;../../../build/windows-i586/gensrc;../../../src/windows/classes;../../../src/share/classes
-d ../../../build/windows-i586/classes
@../../../build/windows-i586/tmp/java/java.lang/java/.classes.list.filtered
..\..\..\src\windows\classes\sun\net\www\protocol\http\NTLMAuthentication.java:181:
cannot find customer
NTLMAuthSequence seq = (NTLMAuthSequence)conn.authObj;
^
customer : variable authObj
location: class HttpURLConnection
..\..\..\src\windows\classes\sun\net\www\protocol\http\NTLMAuthentication.java:184:
cannot find customer
conn.authObj = seq;
^
customer : variable authObj
location: class HttpURLConnection
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
C:\jprt\slashjava\devtools\win32\bin\gnumake.exe[2]: *** [.compile.classlist]
Error 1
C:\jprt\slashjava\devtools\win32\bin\gnumake.exe[2]: Leaving directory
`C:/temp/jprt/P1/B/110637.ab23780/source/make/java/java'
C:\jprt\slashjava\devtools\win32\bin\gnumake.exe[1]: *** [all] Error 1
C:\jprt\slashjava\devtools\win32\bin\gnumake.exe[1]: Leaving directory
`C:/temp/jprt/P1/B/110637.ab23780/source/make/java'
C:\jprt\slashjava\devtools\win32\bin\gnumake.exe: *** [all] Error 1
Posted Date : 2009-06-26 12:11:34.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
authObj member was removed by mistake need to be put back in.
Posted Date : 2009-06-26 12:11:35.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |