hg: jdk8/tl/langtools: 8025139: javac patch for using bootstrap compiler for debugging is not working properly

2013-09-26 Thread vicente . romero
Changeset: 13eba2e322e6
Author:vromero
Date:  2013-09-26 19:06 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/13eba2e322e6

8025139: javac patch for using bootstrap compiler for debugging is not working 
properly
Reviewed-by: jjg

! make/netbeans/langtools/build.xml
! make/tools/anttasks/SelectToolTask.java



hg: jdk8/tl/jdk: 8025173: HashMap.put() replacing an existing key can trigger a resize()

2013-09-26 Thread mike . duigou
Changeset: 8f27030686a6
Author:bchristi
Date:  2013-09-26 11:13 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8f27030686a6

8025173: HashMap.put() replacing an existing key can trigger a resize()
Summary: Ensure that HashMap is not resized if we're just replacing a value
Reviewed-by: alanb, martin

! src/share/classes/java/util/HashMap.java
+ test/java/util/HashMap/ReplaceExisting.java