Jdk8 backports of 6904403 and 8044364

2015-07-10 Thread Andreas Eriksson
Hi, Just a heads up that I'm backporting these fixes to jdk8: https://bugs.openjdk.java.net/browse/JDK-6904403: assert(f == k->has_finalizer(),"inconsistent has_finalizer") with debug VM https://bugs.openjdk.java.net/browse/JDK-8044364: [TESTBUG] runtime/RedefineFinalizer test fails on windows

Re: RFR(XS): 8076471: Remove hprof agent tests in JDK

2015-07-10 Thread Alan Bateman
On 10/07/2015 13:55, Yekaterina Kantserova wrote: Hi, Could I please have a review of this fix. bug: https://bugs.openjdk.java.net/browse/JDK-8076471 webrev: http://cr.openjdk.java.net/~ykantser/8076471/webrev.00 More details can be found in JEP 240: Remove the JVM TI hprof Agent (https://b

RFR(XS): 8076471: Remove hprof agent tests in JDK

2015-07-10 Thread Yekaterina Kantserova
Hi, Could I please have a review of this fix. bug: https://bugs.openjdk.java.net/browse/JDK-8076471 webrev: http://cr.openjdk.java.net/~ykantser/8076471/webrev.00 More details can be found in JEP 240: Remove the JVM TI hprof Agent (https://bugs.openjdk.java.net/browse/JDK-8046661). Thanks, K