hg: jdk7u/jdk7u-dev/langtools: 8013485: javac can't handle annotations with a from a previous compilation unit

2014-11-19 Thread rob . mckenna
Changeset: 9755f64a08e2 Author:jfranck Date: 2013-05-08 14:10 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/langtools/rev/9755f64a08e2 8013485: javac can't handle annotations with a from a previous compilation unit Reviewed-by: mcimadamore ! src/share/classes/com/sun/tool

Re: [7u-dev] Request for approval: 8013485 - javac can't handle annotations with a from a previous compilation unit

2014-11-19 Thread Naoto Sato
Approved. Naoto On 11/19/14, 2:55 PM, Rob McKenna wrote: Hi folks, Requesting approval for this straightforward backport to 7: https://bugs.openjdk.java.net/browse/JDK-8013485 http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/780014a234fa -Rob

[7u-dev] Request for approval: 8013485 - javac can't handle annotations with a from a previous compilation unit

2014-11-19 Thread Rob McKenna
Hi folks, Requesting approval for this straightforward backport to 7: https://bugs.openjdk.java.net/browse/JDK-8013485 http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/780014a234fa -Rob

hg: jdk7u/jdk7u-dev/hotspot: 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared

2014-11-19 Thread poonam . bajaj
Changeset: aa79052bdf62 Author:poonam Date: 2014-11-19 10:32 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/aa79052bdf62 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared Reviewed-by: johnc ! src/share/vm/gc_implementation/p

Re: [7u-dev] Request for approval for 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared

2014-11-19 Thread Rob McKenna
Approved. Needs a valid noreg label. -Rob On 19/11/14 14:47, Poonam Bajaj wrote: Hello, Requesting approval for this simple backport to 7u. The code changes remove the unnecessary asserts. The patch applies cleanly to jdk7u repo. Bug:JDK-6976528

[7u-dev] Request for approval for 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared

2014-11-19 Thread Poonam Bajaj
Hello, Requesting approval for this simple backport to 7u. The code changes remove the unnecessary asserts. The patch applies cleanly to jdk7u repo. Bug:JDK-6976528 : PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been clear

hg: jdk7u/jdk7u-dev/hotspot: 8058583: Remove CompilationRepeat

2014-11-19 Thread rickard . backman
Changeset: 546d5fb8cc54 Author:aeriksso Date: 2014-11-19 10:22 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/546d5fb8cc54 8058583: Remove CompilationRepeat Reviewed-by: neliasso, kvn ! src/share/vm/c1/c1_globals.hpp ! src/share/vm/compiler/compileBroker.cpp ! sr