hg: hsx/hotspot-rt/hotspot: 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd

2013-05-16 Thread rickard . backman
Changeset: f49e0508a38a Author:rbackman Date: 2013-05-15 11:30 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f49e0508a38a 4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd Reviewed-by: coleenp, sspitsyn ! src/share/vm/prims/jvmtiExport.cpp

Re: RFR [8014676] Java debugger may fail to run

2013-05-16 Thread Alan Bateman
On 15/05/2013 22:05, Ivan Gerasimov wrote: Hello everybody! Would you please help with reviewing the fix? The fix is for jdk8. It is also applicable to jdk7 and will be proposed, if it's accepted here. WEBREV: http://cr.openjdk.java.net/~robm/8014676/webrev.01/

hg: jdk8/tl/jdk: 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up

2013-05-16 Thread chris . hegarty
Changeset: bb01cc14223c Author:ewang Date: 2013-05-16 10:59 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bb01cc14223c 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up Reviewed-by: alanb, dholmes, chegar ! test/java/lang/Thread/GenerifyStackTraces.ja

Re: RFR [8014676] Java debugger may fail to run

2013-05-16 Thread Ivan Gerasimov
On 16.05.2013 12:52, Alan Bateman wrote: On 15/05/2013 22:05, Ivan Gerasimov wrote: Hello everybody! Would you please help with reviewing the fix? The fix is for jdk8. It is also applicable to jdk7 and will be proposed, if it's accepted here. WEBREV: http://cr.openjdk.java.net/~robm/8014676

hg: hsx/hotspot-rt/hotspot: 8008169: test/runtime/7158804/Test7158804.sh has bad copyright header

2013-05-16 Thread christian . tornqvist
Changeset: 243469d929e6 Author:ctornqvi Date: 2013-05-16 15:31 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/243469d929e6 8008169: test/runtime/7158804/Test7158804.sh has bad copyright header Summary: Re-wrote test in Java in addition to fixing the Copyright notic

hg: jdk8/tl/jdk: 8014676: Java debugger may fail to run

2013-05-16 Thread dmitry . degrave
Changeset: 81c449fd18fe Author:dmeetry Date: 2013-05-16 19:28 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/81c449fd18fe 8014676: Java debugger may fail to run Summary: The problem is observed when the binaries for windows are placed under a path which contains a space Revi

hg: jdk8/tl/jdk: 2 new changesets

2013-05-16 Thread michael . x . mcmahon
Changeset: 74f91b7f4b66 Author:michaelm Date: 2013-05-16 17:28 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/74f91b7f4b66 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection Reviewed-by: alanb, chegar ! src/share/classes/sun/net/www/protoc

hg: jdk8/tl/jdk: 2 new changesets

2013-05-16 Thread daniel . fuchs
Changeset: da203779cb33 Author:jgish Date: 2013-05-16 11:19 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/da203779cb33 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup Summary: Use caller's classloader to load resource as an alternative to thre

hg: jdk8/tl/jdk: 7150552: network test hangs [macosx]

2013-05-16 Thread kurchi . subhra . hazra
Changeset: a8be9405bb4b Author:khazra Date: 2013-05-16 10:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a8be9405bb4b 7150552: network test hangs [macosx] Summary: Remove usage of test/sun/net/www/httptest Reviewed-by: chegar ! test/ProblemList.txt ! test/java/net/CookieH

hg: jdk8/tl/jdk: 8001163: [pack200] should support attributes introduced by JSR-308

2013-05-16 Thread kumar . x . srinivasan
Changeset: a13de892cefd Author:ksrini Date: 2013-05-15 18:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a13de892cefd 8001163: [pack200] should support attributes introduced by JSR-308 Reviewed-by: jrose ! src/share/classes/com/sun/java/util/jar/pack/Attribute.java ! src/

hg: hsx/hotspot-rt/hotspot: 8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag

2013-05-16 Thread christian . tornqvist
Changeset: 17db82f22f1e Author:ctornqvi Date: 2013-05-16 17:54 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/17db82f22f1e 8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag Summary: Corrected the class name Reviewed-by: co

hg: jdk8/tl/jdk: 6 new changesets

2013-05-16 Thread vincent . x . ryan
Changeset: 9abf5dc83823 Author:vinnie Date: 2013-05-14 18:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9abf5dc83823 7194075: Various classes of sunec.jar are duplicated in rt.jar Reviewed-by: mullan, vinnie Contributed-by: Stephen Flores ! make/sun/security/ec/Makefile

hg: jdk8/tl/jdk: 4487672: (proxy) Proxy constructor should check for null argument

2013-05-16 Thread mandy . chung
Changeset: 5e8959ab64af Author:mchung Date: 2013-05-16 15:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e8959ab64af 4487672: (proxy) Proxy constructor should check for null argument Reviewed-by: alanb, lancea ! src/share/classes/java/lang/reflect/Proxy.java ! test/java/

hg: hsx/hotspot-rt/hotspot: 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException

2013-05-16 Thread kevin . walls
Changeset: 78332b46e604 Author:kevinw Date: 2013-05-16 12:40 +0100 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/78332b46e604 6313816: SA: jstack -m fails on Win32 : UnalignedAddressException Reviewed-by: sla, poonam - agent/src/share/classes/sun/jvm/hotspot/debugger/

hg: hsx/hotspot-rt/hotspot: 2 new changesets

2013-05-16 Thread david . holmes
Changeset: 205dd30230e1 Author:shade Date: 2013-05-17 01:43 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/205dd30230e1 8012939: @Contended doesn't work correctly with inheritance Summary: Fix instance_size miscalculation. Reviewed-by: jrose, kvn ! src/share/vm/cl

hg: hsx/hotspot-rt/corba: 6 new changesets

2013-05-16 Thread john . coomes
Changeset: 8f0a461776a9 Author:dmeetry Date: 2013-04-29 16:44 +0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/8f0a461776a9 4504275: CORBA boolean type unions do not generate compilable code from idlj Summary: JLS doesn't allow boolean type in switch statement, hence s

hg: hsx/hotspot-rt/jaxp: 7 new changesets

2013-05-16 Thread john . coomes
Changeset: fad6560cb32a Author:dfuchs Date: 2013-04-17 15:23 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/fad6560cb32a 8005954: JAXP Plugability Layer should use java.util.ServiceLoader Summary: This fix replaces manual processing of files under META-INF/services i

hg: hsx/hotspot-rt: 9 new changesets

2013-05-16 Thread john . coomes
Changeset: e34781a0566b Author:mduigou Date: 2013-04-24 21:46 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/e34781a0566b 8013185: Add java.util.stream to CORE_PKGS.gmk in root repo Reviewed-by: mduigou Contributed-by: Henry Jen ! common/makefiles/javadoc/CORE_PKGS.gmk

hg: hsx/hotspot-rt/jaxws: 2 new changesets

2013-05-16 Thread john . coomes
Changeset: 3e5b9ea5ac35 Author:katleman Date: 2013-05-09 10:04 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/3e5b9ea5ac35 Added tag jdk8-b89 for changeset 88838e08e4ef ! .hgtags Changeset: 0bb1a9fa56b0 Author:katleman Date: 2013-05-16 12:14 -0700 URL:

hg: hsx/hotspot-rt/jdk: 81 new changesets

2013-05-16 Thread john . coomes
Changeset: b0c41789f500 Author:jgodinez Date: 2013-04-25 10:14 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/b0c41789f500 8009199: Printed text become garbage on Mac OSX Reviewed-by: bae, prr ! src/macosx/native/sun/awt/CTextPipe.m Changeset: f4aa34a7a44d Author:

hg: hsx/hotspot-rt/langtools: 17 new changesets

2013-05-16 Thread john . coomes
Changeset: ed918a442b83 Author:jlahoda Date: 2013-04-17 15:54 +0200 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/ed918a442b83 8008174: DocTree API should provide start and end positions for tree nodes Summary: Adding DocSourcePositions to allow access to DocTree star

hg: hsx/hotspot-rt/nashorn: 40 new changesets

2013-05-16 Thread john . coomes
Changeset: aa8170c0dec9 Author:sundar Date: 2013-04-15 20:12 +0530 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/nashorn/rev/aa8170c0dec9 8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error Reviewed-by: lagergren, jlaskey !