Reviewer needed: fix RH bug #789154 in IcedTea6 HEAD and IcedTea6-1.11
Pavel Tisnovsky
ptisnovs at redhat.com
Thu Mar 29 06:32:32 PDT 2012
Hi,
I'd like to push a fix for RH bug
Bug 789154 - javac error messages no longer contain the full path to the offending file
(https://bugzilla.redhat.com/show_bug.cgi?id=789154)
to IcedTea6 HEAD and IcedTea6-1.11
This fix removes the patch "revert-6885123.patch" which - as its name suggests -
reverts some changes done in OpenJDK6 in 6885123 fix (sound complicated).
By removing this patch the compiler is changed to write path name for compiled sources:
$ ./javac test/test.java
test/test.java:1: reached end of file while parsing
fdsafdsafds
^
1 error
ChangeLog entry:
2012-03-29 Pavel Tisnovsky <ptisnovs at redhat.com>
* patches/revert-6885123.patch: Removed to fix
RH bug #789154 - javac error messages no longer
contain the full path to the offending file.
* NEWS: Mention bugfix.
* Makefile.am: Updated.
Can anybody please review this change?
Thank you in advance,
Pavel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 6_11.diff
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120329/ad9cde0d/6_11.diff
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: head.diff
Url: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120329/ad9cde0d/head.diff
More information about the distro-pkg-dev
mailing list