Changeset: 76d88a752a03
Author:psandoz
Date: 2013-07-30 11:32 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/76d88a752a03
8021863: Stream.concat incorrectly calculates unsized state
Reviewed-by: chegar
! src/share/classes/java/util/stream/Streams.java
!
test/java/util/strea
Changeset: f9ee986a9fea
Author:ccheung
Date: 2013-07-30 14:14 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f9ee986a9fea
8021296: [TESTBUG] Test8017498.sh fails to find "gcc" and fails to compile on
some Linux releases
Summary: Added checking for gcc and simplifi
Changeset: 09a77a1bdbc3
Author:henryjen
Date: 2013-07-30 15:47 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/09a77a1bdbc3
8020977: StringJoiner merges with itself not as expected
Reviewed-by: psandoz, chegar, mduigou, smarks
! src/share/classes/java/util/StringJoiner.java
!
Changeset: 8bc1bbd5b659
Author:sherman
Date: 2013-07-30 14:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8bc1bbd5b659
8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
Summary: Correct to use fixed locale, not locale of test environment
Reviewed-by:
Nice catch, thanks Shanliang.
Erik
Shanliang skrev 2013-07-30 09:14:
Hi Erik,
src/share/classes/sun/tools/jconsole/VMPanel.java
156 if (insets == null) {
157 insets = (Insets) insets.clone();
158 insets.right += connectedIcon24.getIconWidth() + 8;
159
Thanks Serguei for the comments. Some comments inline. I updated the
webrevs at
http://cr.openjdk.java.net/~bpittore/8014135/jdk/webrev.02/
http://cr.openjdk.java.net/~bpittore/8014135/hotspot/webrev.01/
http://cr.openjdk.java.net/~bpittore/8014135/javadoc/index.html
http://cr.openjdk.java.net/~
Changeset: c76f89695c90
Author:juh
Date: 2013-07-30 11:04 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c76f89695c90
8021833: javadoc cleanup in java.net
Summary: and converted to {@code }; package.html to
package-info.java
Reviewed-by: darcy, chegar
! src/share/classes/
The updated webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2013/hotspot/7187554-JVMTI-JSR292.3/
Thanks,
Serguei
On 7/29/13 10:11 PM, David Holmes wrote:
Hi Serguei,
I'm fine with restoring to what was in the first webrev.
Further trimming of the JVMTI code is something the embedded folk
Thanks Jaroslav, will fix.
If a reviewer could also have a look, it would be great.
Thanks
Erik
Jaroslav Bachorik skrev 2013-07-29 22:52:
Just a small nit - the copyright year should be updated.
Other than that it looks fine.
I can sponsor the push.
-JB-
On 07/29/2013 12:50 PM, Erik Gahlin
Thanks, David!
>Run this through a JPRT test build for productEmb to check that the
minimal VM builds ok.
Yes, I'll test it with a JPRT test build.
Thanks,
Serguei
On 7/29/13 10:11 PM, David Holmes wrote:
Hi Serguei,
I'm fine with restoring to what was in the first webrev.
Further trimmi
Hi Sundar,
Thank you very much for taking a look at this. It has been quite a while
since sa.js was broken, and it's a pain to use CLHSDB without sa.js
functioning.
Could you please sponsor this patch, and help me find another Reviewer to
get this in?
By the way, my OpenJDK username is kmo.
Than
Hi Kris,
All the JavaScript changes look good to me. Thanks for taking care of
rhino-vs-nashorn compatibility issues.
PS. I used to work in hotspot serviceability agent in the past. Now, I'm
with the nashorn team.
Thanks
-Sundar
On Monday 29 July 2013 01:23 PM, Krystal Mok wrote:
Hi all,
Looks fine to me.
Shanliang
Erik Gahlin wrote:
Please review a small change.
Description:
If several threads are selected in the Threads list in the Threads
tab, some thread info is still shown in the thread info panel.
Solution:
Only allow one thread to be selected at a time, so thread inf
Looks fine to me.
Shanliang
Erik Gahlin wrote:
Please review a small change.
Description:
Memory graph in Memory tab is not redrawn until the next redraw interval.
Bug:
http://monaco.us.oracle.com/detail.jsf?cr=6417702
Webrev:
http://cr.openjdk.java.net/~egahlin/6417702/
Testing:
Verified t
Looks fine to me.
Shanliang
Erik Gahlin wrote:
Please review a small change.
Description:
Strings should be changed to "navigating tabular data structure" or
"tabular data navigation"
Solution:
Inserted "Data" into the titles "Composite Navigation" and "Tabular
Navigation".
Bug:
http://m
Hi Erik,
src/share/classes/sun/tools/jconsole/VMPanel.java
156 if (insets == null) {
157 insets = (Insets) insets.clone();
158 insets.right += connectedIcon24.getIconWidth() + 8;
159 UIManager.put("TabbedPane.tabAreaInsets", insets);
160 }
Shou
16 matches
Mail list logo