Changeset: 740e263c80c6
Author:hseigel
Date: 2013-08-15 20:04 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/740e263c80c6
8003424: Enable Class Data Sharing for CompressedOops
8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed
oops
8005
Changeset: 5649837a4cfa
Author:briangoetz
Date: 2013-08-12 12:06 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5649837a4cfa
8019401: Collectors.collectingAndThen
Reviewed-by: mduigou
Contributed-by: brian.go...@oracle.com
! src/share/classes/java/util/stream/Collectors.java
Changeset: 0d27309a87e0
Author:dxu
Date: 2013-08-15 14:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0d27309a87e0
8017109: Cleanup overrides warning in
src/solaris/classes/sun/print/AttributeClass.java
Reviewed-by: jgodinez
! src/solaris/classes/sun/print/AttributeClass
Changeset: 0ad00ae4fec6
Author:hannesw
Date: 2013-08-01 12:23 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/nashorn/rev/0ad00ae4fec6
8020132: Big object literal with numerical keys exceeds method size
Reviewed-by: lagergren, sundar
! src/jdk/nashorn/internal/codegen/CodeGene
Changeset: 05370ef9dccb
Author:ksrini
Date: 2013-07-31 08:37 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/05370ef9dccb
8014826: c.s.t.javac.tree.Pretty.visitNewArray() prints duplicate dimension
markers
Reviewed-by: jjg, vromero
! src/share/classes/com/sun/to
Changeset: 1c6bfb303ffc
Author:prr
Date: 2013-08-06 13:38 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/1c6bfb303ffc
8022175: Fix doclint warnings in javax.print
Reviewed-by: darcy
! src/share/classes/javax/print/DocFlavor.java
! src/share/classes/javax/print/MultiDo
Changeset: ceefd94ef326
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/ceefd94ef326
Added tag jdk8-b103 for changeset b7e64be81c8a
! .hgtags
Changeset: 42211ab0ab1c
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/42211ab0ab1c
Added tag jdk8-b103 for changeset 6cdc6ed98780
! .hgtags
Changeset: cc11a0efb4f9
Author:aefimov
Date: 2013-08-01 14:59 +0400
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/cc11a0efb4f9
8015987: The corba repo contains unneeded .sjava files
Reviewed-by: alanb, chegar, coffeys
- src/share/classes/com/sun/corba/se/impl/copyobject/
Changeset: a22fe9bd01e6
Author:cl
Date: 2013-08-15 09:25 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxp/rev/a22fe9bd01e6
Added tag jdk8-b103 for changeset b1ceab582fc6
! .hgtags
Hi Staffan,
Is this issue specific to G1 such as mbean.gc() doesn't collect the
"freed" obj? The test wants to verify the peak usage won't change when
GC frees up some space.
Mandy
On 8/15/2013 12:05 PM, Staffan Larsen wrote:
Please review this small update to the test. The fix allows for
Changeset: 5bb196aa183c
Author:dxu
Date: 2013-08-15 12:36 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5bb196aa183c
4858457: File.getCanonicalPath() throws IOException when invoked with "nul"
(win)
Reviewed-by: alanb
! src/windows/native/java/io/canonicalize_md.c
! test/j
Changeset: b4645069238a
Author:vinnie
Date: 2013-08-15 19:49 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4645069238a
8023108: Remove ShortRSAKey1024.sh from ProblemList.txt
Reviewed-by: mullan
! test/ProblemList.txt
Changeset: 3211caab58ba
Author:vinnie
Date: 2
Please review this small update to the test. The fix allows for no change in
heap usage to happen during a GC.
webrev: http://cr.openjdk.java.net/~sla/8023101/webrev.00/
bug: http://bugs.sun.com/view_bug.do?bug_id=8023101 (not available yet)
jbs: https://jbs.oracle.com/bugs/browse/JDK-8023101
Th
Hi,
It's been so long since I worked on either Swing or JConsole that I barely
recognize the code anymore. :)
I think the best practice here would be move the test w <= 0 || h <= 0 to to the
top of the paintComponent() method. There is a potential big problem with having
the return in the middle
Changeset: 6c307b4d0dd8
Author:sherman
Date: 2013-08-15 10:41 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c307b4d0dd8
7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented
ArrayIndexOutOfBoundsException
Summary: to add the throws clause
Reviewed-by:
On 8/15/2013 5:35 AM, Erik Gahlin wrote:
Mandy Chung skrev 2013-08-12 20:49:
Should L358, 359, 388 need to be guarded to validate the result value?
paintBorder and fillRect accepts negative and zero values so there
will not be an exception.
What happens if the variable h evaluated at L35
Changeset: 71b0089b146f
Author:erikj
Date: 2013-08-15 17:24 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/71b0089b146f
8015145: Smartjavac needs more flexibility with linking to sources
Reviewed-by: jjg, ohrstrom
! src/share/classes/com/sun/tools/sjavac/JavacState.jav
Changeset: e7137695dce3
Author:chegar
Date: 2013-08-15 15:16 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7137695dce3
8022126: Remove throws SocketException from DatagramPacket constructors
accepting SocketAddress
Reviewed-by: smarks, alanb, michaelm, darcy
! src/share/c
Changeset: b07b19182e40
Author:dl
Date: 2013-08-15 15:04 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b07b19182e40
8023104: ConcurrentHashMap typo
Reviewed-by: chegar, mduigou
! src/share/classes/java/util/concurrent/ConcurrentHashMap.java
Changeset: 3223342fb76e
Author:dl
Date: 2013-08-15 15:01 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3223342fb76e
8023103: FJ parallelism zero
8020537: java/util/concurrent/forkjoin/ThrowingRunnable.java
Reviewed-by: chegar, mduigou, alanb
! src/share/classes/java/util/co
Changeset: 7d7d553a8c61
Author:igerasim
Date: 2013-08-13 13:04 +0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d7d553a8c61
8022584: Memory leak in some NetworkInterface methods
Reviewed-by: alanb, dholmes, chegar, michaelm
! src/solaris/native/java/net/NetworkInterface.c
+ t
Changeset: b7b0beef5ded
Author:alanb
Date: 2013-08-15 13:42 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b7b0beef5ded
8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java
failing intermittently
Reviewed-by: chegar, dholmes, alanb
Contributed-by:
Jaroslav Bachorik skrev 2013-07-29 23:58:
Hi Erik,
I wonder whether it wouldn't be better to default the "w" to
sufficiently small non-null number (eg. 1) than just abandon the whole
process.
It feels more risky, the user will not be able to see anything anyway.
We might as well abandon.
Als
Mandy Chung skrev 2013-08-12 20:49:
Should L358, 359, 388 need to be guarded to validate the result value?
paintBorder and fillRect accepts negative and zero values so there will
not be an exception.
Erik
Mandy
On 7/29/2013 1:02 PM, Erik Grahlin wrote:
Please review a small change:
Desc
Changeset: 5ff3b55df2d4
Author:alanb
Date: 2013-08-15 11:54 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ff3b55df2d4
8022921: Remove experimental Profile attribute
Reviewed-by: mchung, chegar
! src/share/classes/java/net/URLClassLoader.java
! src/share/classes/java/util/j
26 matches
Mail list logo