Request for review: Rework cause-chaining in Exceptions was:JDK 8 code review request for 6380161 (reflect) Exception from newInstance() not chained to cause.
Alan Bateman
Alan.Bateman at oracle.com
Tue Aug 16 20:37:39 UTC 2011
Sebastian Sickelmann wrote:
> It would be great to have a webrev for them.
> I rebased my patches on dd218ad64d5c of
> http://hg.openjdk.java.net/jdk8/tl/jdk/
>
> The patches are here:
> https://bugs.openjdk.java.net/attachment.cgi?id=236 (diff view:
> https://bugs.openjdk.java.net/attachment.cgi?id=236&action=diff)
> https://bugs.openjdk.java.net/attachment.cgi?id=237 (diff view:
> https://bugs.openjdk.java.net/attachment.cgi?id=237&action=diff)
> https://bugs.openjdk.java.net/attachment.cgi?id=238 (diff view:
> https://bugs.openjdk.java.net/attachment.cgi?id=238&action=diff)
>
> Is there a way to create webrev on my linux box (ubuntu)? Is there a
> good description for it?
>
> I have another(RuntimeException) patch here:
> https://bugs.openjdk.java.net/attachment.cgi?id=239 (diff view:
> https://bugs.openjdk.java.net/attachment.cgi?id=239&action=diff)
> Maybe i can create a webrev on my own for this.
>
> -- Sebastian
If you are on Linux then webrev is easy to use. It's located in the
top-level repo in the make/scripts directory, just do webrev.ksh -N to
generate a webrev from the files that "hg status" indicates has changed.
The output will go to a webrev directory that you can publish on any
http servers.
-Alan
More information about the core-libs-dev
mailing list