[Bug 1538] HttpCallerInfo missing from rt.jar when bootstrapping is enabled
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Nov 13 01:27:29 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1538
--- Comment #1 from Joachim Breuer <icedtea at jmbreuer.net> ---
With IcedTea 2.4.3 as built in gentoo (with jbootstrap enabled), I no longer
experience the problems caused by the missing HttpCallerInfo class.
But still, the HttpCallerInfo class is missing from the generated rt.jar:
$ javap -c sun.net.www.protocol.http.HttpCallerInfo
Error: class not found: sun.net.www.protocol.http.HttpCallerInfo
although it is referenced from HttpURLConnection:
$ javap -c sun.net.www.protocol.http.HttpURLConnection | grep HttpCallerInfo
593: new #325 // class
sun/net/www/protocol/http/HttpCallerInfo
615: invokespecial #326 // Method
sun/net/www/protocol/http/HttpCallerInfo."<init>":(Ljava/net/URL;Ljava/lang/String;I)V
620: invokespecial #327 // Method
sun/net/www/protocol/http/AuthenticationHeader."<init>":(Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Z)V
929: new #325 // class
sun/net/www/protocol/http/HttpCallerInfo
937: invokespecial #335 // Method
sun/net/www/protocol/http/HttpCallerInfo."<init>":(Ljava/net/URL;)V
942: invokespecial #327 // Method
sun/net/www/protocol/http/AuthenticationHeader."<init>":(Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Z)V
306: new #325 // class
sun/net/www/protocol/http/HttpCallerInfo
328: invokespecial #326 // Method
sun/net/www/protocol/http/HttpCallerInfo."<init>":(Ljava/net/URL;Ljava/lang/String;I)V
333: invokespecial #327 // Method
sun/net/www/protocol/http/AuthenticationHeader."<init>":(Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Z)V
For more details, see the update on the corresponding gentoo bug:
https://bugs.gentoo.org/show_bug.cgi?id=464224#c17
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131113/426a4845/attachment.html
More information about the distro-pkg-dev
mailing list