Fri, 17 Aug 2012 12:51:23 -0700 7191322: add test for 7064927 to java.lang.instrument
dcubed [Fri, 17 Aug 2012 12:51:23 -0700] rev 13576
7191322: add test for 7064927 to java.lang.instrument Summary: Add support for canRetransform attribute to the test manager. Add test for 7064927. Reviewed-by: dsamersoff, sspitsyn, ohair
Fri, 17 Aug 2012 14:32:50 -0400 6500133: REGRESSION: CertificateParsingException for CRL Distribution Point with blank
mullan [Fri, 17 Aug 2012 14:32:50 -0400] rev 13575
6500133: REGRESSION: CertificateParsingException for CRL Distribution Point with blank Reviewed-by: mullan Contributed-by: jason.uh@oracle.com
Fri, 17 Aug 2012 17:10:56 +0800 7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms
dingxmin [Fri, 17 Aug 2012 17:10:56 +0800] rev 13574
7191275: Cleanup OS specific blocks in PlainDatagramSocketImpl.c to support more unix-like platforms Reviewed-by: chegar
Thu, 16 Aug 2012 14:35:26 +0100 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin
alanb [Thu, 16 Aug 2012 14:35:26 +0100] rev 13573
7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin Reviewed-by: alanb Contributed-by: Eric Wang <yiming.wang@oracle.com>
Thu, 16 Aug 2012 11:42:47 +0100 7191892: ProblemList.txt updates (8/2012)
alanb [Thu, 16 Aug 2012 11:42:47 +0100] rev 13572
7191892: ProblemList.txt updates (8/2012) Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Thu, 16 Aug 2012 11:14:42 +0100 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code
alanb [Thu, 16 Aug 2012 11:14:42 +0100] rev 13571
7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code Reviewed-by: andrew
Thu, 16 Aug 2012 10:48:43 +0100 7185965: Build error in javadoc make stage for bundles not containing crypto package
coffeys [Thu, 16 Aug 2012 10:48:43 +0100] rev 13570
7185965: Build error in javadoc make stage for bundles not containing crypto package Reviewed-by: chegar
Thu, 16 Aug 2012 10:35:35 +0100 7056731: Race condition in CORBA code causes re-use of ABORTed connections
coffeys [Thu, 16 Aug 2012 10:35:35 +0100] rev 13569
7056731: Race condition in CORBA code causes re-use of ABORTed connections Reviewed-by: lancea Contributed-by: d.macdonald@auckland.ac.nz
Wed, 15 Aug 2012 22:46:35 +0100 6931128: (spec) File attribute tests fail when run as root.
robm [Wed, 15 Aug 2012 22:46:35 +0100] rev 13568
6931128: (spec) File attribute tests fail when run as root. Reviewed-by: alanb
Wed, 15 Aug 2012 14:35:36 +0100 7110151: Use underlying platform's zlib library for Java zlib support
andrew [Wed, 15 Aug 2012 14:35:36 +0100] rev 13567
7110151: Use underlying platform's zlib library for Java zlib support Summary: Make SYSTEM_ZLIB more flexible by using ZLIB_{CFLAGS,LIBS} and building on more than just MACOSX. Reviewed-by: sherman, alanb
Thu, 09 Aug 2012 17:49:43 +0200 7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy
jfranck [Thu, 09 Aug 2012 17:49:43 +0200] rev 13566
7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy Reviewed-by: darcy, jjg
Mon, 13 Aug 2012 14:06:44 +0100 7190945: pkcs11 problem loading NSS libs on Ubuntu
vinnie [Mon, 13 Aug 2012 14:06:44 +0100] rev 13565
7190945: pkcs11 problem loading NSS libs on Ubuntu Reviewed-by: xuelei, alanb
Mon, 13 Aug 2012 13:41:23 +0100 7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value
chegar [Mon, 13 Aug 2012 13:41:23 +0100] rev 13564
7190254: NetworkInterface getFlags implementation should support full integer bit range for flags value Reviewed-by: chegar Contributed-by: Shirish Kuncolienkar <shirishk@linux.vnet.ibm.com>
Mon, 13 Aug 2012 19:51:48 +0800 7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
luchsh [Mon, 13 Aug 2012 19:51:48 +0800] rev 13563
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown Reviewed-by: alanb
Sun, 12 Aug 2012 22:56:45 +0100 7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c
chegar [Sun, 12 Aug 2012 22:56:45 +0100] rev 13562
7188755: Crash due to missing synchronization on gconf_client in DefaultProxySelector.c Reviewed-by: chegar Contributed-by: Christian Schulte <cs@schulte.it>
Fri, 10 Aug 2012 14:00:08 -0700 Merge
lana [Fri, 10 Aug 2012 14:00:08 -0700] rev 13561
Merge
Fri, 10 Aug 2012 12:48:22 -0700 Merge
lana [Fri, 10 Aug 2012 12:48:22 -0700] rev 13560
Merge
Fri, 10 Aug 2012 13:10:35 -0700 7185471: Avoid key expansion when AES cipher is re-init w/ the same key
valeriep [Fri, 10 Aug 2012 13:10:35 -0700] rev 13559
7185471: Avoid key expansion when AES cipher is re-init w/ the same key Summary: Saved the last cipher key value and skip key expansion if key value is the same. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 13:08:59 -0700 7107616: scalability bloker in javax.crypto.JceSecurityManager
valeriep [Fri, 10 Aug 2012 13:08:59 -0700] rev 13558
7107616: scalability bloker in javax.crypto.JceSecurityManager Summary: Changed the type of field "exemptCache" from HashMap to ConcurrentHashMap. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 13:08:23 -0700 7107613: scalability bloker in javax.crypto.CryptoPermissions
valeriep [Fri, 10 Aug 2012 13:08:23 -0700] rev 13557
7107613: scalability bloker in javax.crypto.CryptoPermissions Summary: Changed the type of field "perms" from Hashtable to ConcurrentHashMap. Reviewed-by: weijun, xuelei
Fri, 10 Aug 2012 09:17:14 -0400 Merge
mullan [Fri, 10 Aug 2012 09:17:14 -0400] rev 13556
Merge
Fri, 10 Aug 2012 09:12:12 -0400 7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null
mullan [Fri, 10 Aug 2012 09:12:12 -0400] rev 13555
7187962: sun.security.pkcs11.P11DSAKeyFactory.implTranslatePublicKey doesn't check if params is null Reviewed-by: valeriep
Thu, 09 Aug 2012 10:15:26 -0700 7189363: Regex Pattern compilation buggy for special sequences
sherman [Thu, 09 Aug 2012 10:15:26 -0700] rev 13554
7189363: Regex Pattern compilation buggy for special sequences Summary: fixed the incorrect implementation in expr(...) Reviewed-by: psandoz, alanb
Tue, 28 Aug 2012 12:20:26 -0700 Merge
lana [Tue, 28 Aug 2012 12:20:26 -0700] rev 13553
Merge
Tue, 28 Aug 2012 16:04:27 +0400 7186371: [macosx] Main menu shortcuts not displayed (7u6 regression)
serb [Tue, 28 Aug 2012 16:04:27 +0400] rev 13552
7186371: [macosx] Main menu shortcuts not displayed (7u6 regression) Reviewed-by: leonidr
Mon, 27 Aug 2012 11:48:09 -0700 Merge
lana [Mon, 27 Aug 2012 11:48:09 -0700] rev 13551
Merge
Fri, 24 Aug 2012 14:58:04 +0400 7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941)
anthony [Fri, 24 Aug 2012 14:58:04 +0400] rev 13550
7160609: [macosx] JDK crash in libjvm.dylib ( C [GeForceGLDriver+0x675a] gldAttachDrawable+0x941) Summary: Constrain window dimensions with screen bounds and GL_MAX_TEXTURE_SIZE Reviewed-by: art, serb
Fri, 24 Aug 2012 11:35:51 +0800 7193169: The code example in javadoc of Component.java misses 'implements' keyword
zhouyx [Fri, 24 Aug 2012 11:35:51 +0800] rev 13549
7193169: The code example in javadoc of Component.java misses 'implements' keyword Reviewed-by: anthony
Tue, 21 Aug 2012 14:37:16 +0400 6866747: J2SE_Swing_Reg:can not see any HSB tab
rupashka [Tue, 21 Aug 2012 14:37:16 +0400] rev 13548
6866747: J2SE_Swing_Reg:can not see any HSB tab Reviewed-by: alexsch
Mon, 20 Aug 2012 13:38:30 +0400 7189112: java.beans.Introspector misses write methods
malenkov [Mon, 20 Aug 2012 13:38:30 +0400] rev 13547
7189112: java.beans.Introspector misses write methods Reviewed-by: rupashka
Mon, 20 Aug 2012 13:16:18 +0800 7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null
dingxmin [Mon, 20 Aug 2012 13:16:18 +0800] rev 13546
7188612: JTable's AccessibleJTable throws IllegalComponentStateException instead of null Reviewed-by: rupashka
Fri, 17 Aug 2012 17:04:59 +0400 7190597: Nimbus: regtest for 4235420 fails
rupashka [Fri, 17 Aug 2012 17:04:59 +0400] rev 13545
7190597: Nimbus: regtest for 4235420 fails Reviewed-by: alexsch
Wed, 15 Aug 2012 15:02:34 +0400 7172187: [macosx] JAWT native CALayer not positioned over Canvas
serb [Wed, 15 Aug 2012 15:02:34 +0400] rev 13544
7172187: [macosx] JAWT native CALayer not positioned over Canvas Reviewed-by: art, anthony
Wed, 15 Aug 2012 14:33:44 +0400 7190543: Nimbus LaF: regression: JSplitPane is not opaque -- or should it?
rupashka [Wed, 15 Aug 2012 14:33:44 +0400] rev 13543
7190543: Nimbus LaF: regression: JSplitPane is not opaque -- or should it? Reviewed-by: alexsch
Tue, 14 Aug 2012 17:11:11 -0400 7190813: (launcher) RPATH needs to have additional paths
omajid [Tue, 14 Aug 2012 17:11:11 -0400] rev 13542
7190813: (launcher) RPATH needs to have additional paths Reviewed-by: anthony, ksrini
Mon, 13 Aug 2012 19:49:04 +0400 7177144: [macosx] Drag and drop not working (regression in 7u6)
kizune [Mon, 13 Aug 2012 19:49:04 +0400] rev 13541
7177144: [macosx] Drag and drop not working (regression in 7u6) Reviewed-by: art, serb
Mon, 13 Aug 2012 19:19:34 +0400 Merge
kizune [Mon, 13 Aug 2012 19:19:34 +0400] rev 13540
Merge
Mon, 13 Aug 2012 17:53:56 +0400 7159381: [macosx] Dock Icon defaults to Generic Java Application Category
leonidr [Mon, 13 Aug 2012 17:53:56 +0400] rev 13539
7159381: [macosx] Dock Icon defaults to Generic Java Application Category Reviewed-by: anthony
Mon, 13 Aug 2012 17:43:37 +0400 7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders
serb [Mon, 13 Aug 2012 17:43:37 +0400] rev 13538
7161437: [macosx] awt.FileDialog doesn't respond appropriately for mac when selecting folders Reviewed-by: art, anthony Contributed-by: Marco Dinacci <marco.dinacci@gmail.com>
Mon, 27 Aug 2012 11:28:08 -0700 Merge
lana [Mon, 27 Aug 2012 11:28:08 -0700] rev 13537
Merge
Fri, 17 Aug 2012 11:22:57 +0400 7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux.
bae [Fri, 17 Aug 2012 11:22:57 +0400] rev 13536
7150594: VM chash in JCK api/java_awt/Image/ConvolveOp/ tests for 64 bit jdk8 on linux. Reviewed-by: jgodinez, prr
Thu, 30 Aug 2012 10:27:23 -0700 Added tag jdk8-b54 for changeset 9b806d4f69be
katleman [Thu, 30 Aug 2012 10:27:23 -0700] rev 13535
Added tag jdk8-b54 for changeset 9b806d4f69be
Wed, 05 Jul 2017 18:20:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:49 +0200] rev 13534
Merge
Fri, 31 Aug 2012 16:17:41 -0700 Added tag hs24-b22 for changeset a83f6d24c373
jcoomes [Fri, 31 Aug 2012 16:17:41 -0700] rev 13533
Added tag hs24-b22 for changeset a83f6d24c373
Fri, 31 Aug 2012 16:17:40 -0700 Merge
jcoomes [Fri, 31 Aug 2012 16:17:40 -0700] rev 13532
Merge
Fri, 31 Aug 2012 12:59:10 -0700 Merge
jiangli [Fri, 31 Aug 2012 12:59:10 -0700] rev 13531
Merge
Fri, 31 Aug 2012 14:47:01 -0400 Merge
jiangli [Fri, 31 Aug 2012 14:47:01 -0400] rev 13530
Merge
Thu, 30 Aug 2012 11:20:01 -0400 7154641: Servicability agent should work on platforms other than x86, sparc
bpittore [Thu, 30 Aug 2012 11:20:01 -0400] rev 13529
7154641: Servicability agent should work on platforms other than x86, sparc Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Fri, 17 Aug 2012 16:47:04 -0700 Merge
amurillo [Fri, 17 Aug 2012 16:47:04 -0700] rev 13528
Merge
Wed, 08 Aug 2012 16:09:11 -0400 Merge
vladidan [Wed, 08 Aug 2012 16:09:11 -0400] rev 13527
Merge
Wed, 08 Aug 2012 15:43:51 -0400 7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC
jprovino [Wed, 08 Aug 2012 15:43:51 -0400] rev 13526
7153374: ARM ONLY .. linking problem with new compilers.. Need to use -fPIC Summary: add "arm" to the list of processors that need -fPIC Reviewed-by: vladidan, dholmes
Fri, 31 Aug 2012 10:48:08 -0700 Merge
twisti [Fri, 31 Aug 2012 10:48:08 -0700] rev 13525
Merge
Wed, 29 Aug 2012 13:02:40 -0700 7160161: Missed safepoint in non-Counted loop
kvn [Wed, 29 Aug 2012 13:02:40 -0700] rev 13524
7160161: Missed safepoint in non-Counted loop Summary: Do not remove safepoints during peeling optimization. Reviewed-by: twisti
Wed, 29 Aug 2012 14:49:05 -0400 7191926: Remove MKS dependency in Hotspot regression tests
coleenp [Wed, 29 Aug 2012 14:49:05 -0400] rev 13523
7191926: Remove MKS dependency in Hotspot regression tests Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
Tue, 28 Aug 2012 15:24:39 -0700 7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites
twisti [Tue, 28 Aug 2012 15:24:39 -0700] rev 13522
7192406: JSR 292: C2 needs exact return type information for invokedynamic and invokehandle call sites Reviewed-by: kvn
Mon, 27 Aug 2012 15:17:17 -0700 6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp
twisti [Mon, 27 Aug 2012 15:17:17 -0700] rev 13521
6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp Reviewed-by: kvn, dholmes, coleenp Contributed-by: Tao Mao <tao.mao@oracle.com>
Mon, 27 Aug 2012 09:46:38 -0700 7148109: C2 compiler consumes too much heap resources
kvn [Mon, 27 Aug 2012 09:46:38 -0700] rev 13520
7148109: C2 compiler consumes too much heap resources Summary: Add split_arena to allocate temporary arrays in PhaseChaitin::Split() and free them on method's exit. Reviewed-by: twisti
Fri, 31 Aug 2012 08:30:30 +0200 Merge
brutisso [Fri, 31 Aug 2012 08:30:30 +0200] rev 13519
Merge
Wed, 29 Aug 2012 13:02:54 -0700 7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles
johnc [Wed, 29 Aug 2012 13:02:54 -0700] rev 13518
7194409: os::javaTimeNanos() shows hot on CPU_CLK_UNHALTED profiles Summary: Add inline directives to os::Linux::supports_monotonic_clock() and os::Bsd::supports_monotonic_clock(). Reviewed-by: johnc, azeemj, mikael Contributed-by: Brandon Mitchell <brandon@twitter.com>
Tue, 28 Aug 2012 15:20:08 -0700 7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
johnc [Tue, 28 Aug 2012 15:20:08 -0700] rev 13517
7041879: G1: introduce stress testing parameter to cause frequent evacuation failures Summary: Add the flags G1EvacuationFailureALot flag (and supporting flags) to force trigger evacuation failures. The support flags control how often to trigger an evacuation failure and during which types of evacuation pause. This functionality is analogous to that of PromotionFailureALot for the other collectors. Reviewed-by: brutisso
Thu, 23 Aug 2012 10:21:12 +0200 7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code
brutisso [Thu, 23 Aug 2012 10:21:12 +0200] rev 13516
7178363: G1: Remove the serial code for PrintGCDetails and make it a special case of the parallel code Summary: Also reviewed by vitalyd@gmail.com. Introduced the WorkerDataArray class. Fixed some minor logging bugs. Reviewed-by: johnc, mgerdin
Fri, 24 Aug 2012 19:45:42 -0700 Merge
dcubed [Fri, 24 Aug 2012 19:45:42 -0700] rev 13515
Merge
Wed, 22 Aug 2012 10:01:51 +0200 7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X
sla [Wed, 22 Aug 2012 10:01:51 +0200] rev 13514
7192916: Hotspot development launcher should use DYLD_LIBRARY_PATH on OS X Reviewed-by: dholmes, dsamersoff, nloodin
Fri, 24 Aug 2012 16:23:59 -0700 7194004: new hotspot build - hs24-b22
amurillo [Fri, 24 Aug 2012 16:23:59 -0700] rev 13513
7194004: new hotspot build - hs24-b22 Reviewed-by: jcoomes
Thu, 30 Aug 2012 10:27:07 -0700 Added tag jdk8-b54 for changeset 0b41a071152f
katleman [Thu, 30 Aug 2012 10:27:07 -0700] rev 13512
Added tag jdk8-b54 for changeset 0b41a071152f
Wed, 05 Sep 2012 12:42:26 -0700 7196361: add hotspot/make/closed to hgforest.sh
jcoomes [Wed, 05 Sep 2012 12:42:26 -0700] rev 13511
7196361: add hotspot/make/closed to hgforest.sh Reviewed-by: ohair
Thu, 30 Aug 2012 10:26:55 -0700 Added tag jdk8-b54 for changeset c5705c72aff8
katleman [Thu, 30 Aug 2012 10:26:55 -0700] rev 13510
Added tag jdk8-b54 for changeset c5705c72aff8
Wed, 05 Jul 2017 18:20:34 +0200 Added tag jdk8-b54 for changeset 7c6aa31ff1b2
duke [Wed, 05 Jul 2017 18:20:34 +0200] rev 13509
Added tag jdk8-b54 for changeset 7c6aa31ff1b2
Wed, 05 Jul 2017 18:20:34 +0200 Merge jdk8-b54
duke [Wed, 05 Jul 2017 18:20:34 +0200] rev 13508
Merge
Wed, 05 Jul 2017 18:20:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:30 +0200] rev 13507
Merge
Thu, 23 Aug 2012 12:27:59 -0700 Added tag jdk8-b53 for changeset f7a4c716de5d
katleman [Thu, 23 Aug 2012 12:27:59 -0700] rev 13506
Added tag jdk8-b53 for changeset f7a4c716de5d
Wed, 05 Jul 2017 18:20:27 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:27 +0200] rev 13505
Merge
Thu, 23 Aug 2012 12:27:44 -0700 Added tag jdk8-b53 for changeset c45e8803a82b
katleman [Thu, 23 Aug 2012 12:27:44 -0700] rev 13504
Added tag jdk8-b53 for changeset c45e8803a82b
Wed, 05 Jul 2017 18:20:24 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:24 +0200] rev 13503
Merge
Thu, 23 Aug 2012 12:27:41 -0700 Added tag jdk8-b53 for changeset e18b2f956052
katleman [Thu, 23 Aug 2012 12:27:41 -0700] rev 13502
Added tag jdk8-b53 for changeset e18b2f956052
Wed, 05 Jul 2017 18:20:20 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:20 +0200] rev 13501
Merge
Thu, 23 Aug 2012 12:27:28 -0700 Added tag jdk8-b53 for changeset 7953230add35
katleman [Thu, 23 Aug 2012 12:27:28 -0700] rev 13500
Added tag jdk8-b53 for changeset 7953230add35
Wed, 05 Jul 2017 18:20:17 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:17 +0200] rev 13499
Merge
Wed, 29 Aug 2012 15:28:39 -0700 Merge
katleman [Wed, 29 Aug 2012 15:28:39 -0700] rev 13498
Merge
Thu, 23 Aug 2012 15:42:23 +0100 7192804: Build should not install jvisualvm man page for OpenJDK
andrew [Thu, 23 Aug 2012 15:42:23 +0100] rev 13497
7192804: Build should not install jvisualvm man page for OpenJDK Summary: OpenJDK builds don't ship VisualVM so shouldn't ship its man page either. Reviewed-by: dholmes
Thu, 23 Aug 2012 12:27:49 -0700 Added tag jdk8-b53 for changeset 08dbb62358cb
katleman [Thu, 23 Aug 2012 12:27:49 -0700] rev 13496
Added tag jdk8-b53 for changeset 08dbb62358cb
Wed, 05 Jul 2017 18:20:14 +0200 Merge
duke [Wed, 05 Jul 2017 18:20:14 +0200] rev 13495
Merge
Fri, 24 Aug 2012 15:51:20 -0700 Added tag hs24-b21 for changeset 2ab6bbc9883c
amurillo [Fri, 24 Aug 2012 15:51:20 -0700] rev 13494
Added tag hs24-b21 for changeset 2ab6bbc9883c
Fri, 24 Aug 2012 15:51:19 -0700 Merge
amurillo [Fri, 24 Aug 2012 15:51:19 -0700] rev 13493
Merge
Fri, 24 Aug 2012 11:48:32 -0700 Merge
twisti [Fri, 24 Aug 2012 11:48:32 -0700] rev 13492
Merge
Thu, 23 Aug 2012 09:13:16 -0700 7192965: assert(is_aligned_sets(size)) failed: mask is not aligned, adjacent sets
kvn [Thu, 23 Aug 2012 09:13:16 -0700] rev 13491
7192965: assert(is_aligned_sets(size)) failed: mask is not aligned, adjacent sets Summary: Change pair check to vector check in RA bias coloring code. Reviewed-by: jrose, twisti
Wed, 22 Aug 2012 11:55:40 -0700 7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
kvn [Wed, 22 Aug 2012 11:55:40 -0700] rev 13490
7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new' Summary: Fixed Pack node generation. Not vectorize shift instructions if count is not the same for all shifts and if count is vector. Reviewed-by: twisti
Wed, 22 Aug 2012 14:29:57 +0200 7171824: assert(_offset >= 1) failed: illegal call to offset()
roland [Wed, 22 Aug 2012 14:29:57 +0200] rev 13489
7171824: assert(_offset >= 1) failed: illegal call to offset() Summary: C1 value numbering hits unloaded klass. Reviewed-by: kvn, twisti
Tue, 21 Aug 2012 14:50:02 -0700 7192964: assert(false) failed: bad AD file
kvn [Tue, 21 Aug 2012 14:50:02 -0700] rev 13488
7192964: assert(false) failed: bad AD file Summary: Shifts with loop variant counts "a[i]=1<<b[i];" should not be vectorized since hw does not support it. Reviewed-by: twisti
Tue, 21 Aug 2012 10:48:50 -0700 7192167: JSR 292: C1 has old broken code which needs to be removed
twisti [Tue, 21 Aug 2012 10:48:50 -0700] rev 13487
7192167: JSR 292: C1 has old broken code which needs to be removed Reviewed-by: kvn, roland, jrose
Mon, 20 Aug 2012 09:58:58 -0700 7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
kvn [Mon, 20 Aug 2012 09:58:58 -0700] rev 13486
7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops Summary: In C2 add software membar after load from Reference.referent field to prevent commoning of loads across safepoint since GC can change its value. In C1 always generate Reference.get() intrinsic. Reviewed-by: roland, twisti, dholmes, johnc
Mon, 20 Aug 2012 09:07:21 -0700 6340864: Implement vectorization optimizations in hotspot-server
kvn [Mon, 20 Aug 2012 09:07:21 -0700] rev 13485
6340864: Implement vectorization optimizations in hotspot-server Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
Fri, 24 Aug 2012 09:45:08 +0200 Merge
brutisso [Fri, 24 Aug 2012 09:45:08 +0200] rev 13484
Merge
Thu, 23 Aug 2012 05:25:59 +0200 7193157: G1: Make some develpflags available in product builds
brutisso [Thu, 23 Aug 2012 05:25:59 +0200] rev 13483
7193157: G1: Make some develpflags available in product builds Summary: Also reviewed by: vitalyd@gmail.com. Make G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, G1OldCSetRegionLiveThresholdPercent and G1OldCSetRegionThresholdPercent experimental flags Reviewed-by: ysr, johnc, jmasa
Tue, 21 Aug 2012 14:10:39 -0700 7185699: G1: Prediction model discrepancies
johnc [Tue, 21 Aug 2012 14:10:39 -0700] rev 13482
7185699: G1: Prediction model discrepancies Summary: Correct the result value of G1CollectedHeap::pending_card_num(). Change the code that calculates the GC efficiency of a non-young heap region to use historical data from mixed GCs and the actual number of live bytes when predicting how long it would take to collect the region. Changes were also reviewed by Thomas Schatzl. Reviewed-by: azeemj, brutisso
Tue, 21 Aug 2012 10:05:57 -0700 7192128: G1: Extend fix for 6948537 to G1's BOT
johnc [Tue, 21 Aug 2012 10:05:57 -0700] rev 13481
7192128: G1: Extend fix for 6948537 to G1's BOT Summary: G1 does not appear to be immune to the issue described in CR 6948537 and increasing the size of old-generation PLABs appears to increase the liklihood of seeing the issue. Extend the fix for 6948537 to G1's BlockOffsetTable. Reviewed-by: brutisso, jmasa
Tue, 21 Aug 2012 19:25:20 -0700 Merge
dcubed [Tue, 21 Aug 2012 19:25:20 -0700] rev 13480
Merge
Fri, 17 Aug 2012 11:57:46 -0700 Merge
dcubed [Fri, 17 Aug 2012 11:57:46 -0700] rev 13479
Merge
Tue, 14 Aug 2012 13:56:46 -0400 7191124: Optimized build is broken due to inconsistent use of DEBUG_ONLY and NOT_PRODUCT macros in NMT
zgu [Tue, 14 Aug 2012 13:56:46 -0400] rev 13478
7191124: Optimized build is broken due to inconsistent use of DEBUG_ONLY and NOT_PRODUCT macros in NMT Summary: Updated all related variables and methods to use NOT_PRODUCT macros Reviewed-by: coleenp, acorn, kvn
Fri, 10 Aug 2012 23:16:52 -0700 7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
tbell [Fri, 10 Aug 2012 23:16:52 -0700] rev 13477
7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds Summary: Add some quotes around the classpath in the project file rule. Reviewed-by: dcubed
Mon, 06 Aug 2012 15:54:45 -0400 7116786: RFE: Detailed information on VerifyErrors
kamg [Mon, 06 Aug 2012 15:54:45 -0400] rev 13476
7116786: RFE: Detailed information on VerifyErrors Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
Mon, 06 Aug 2012 09:34:40 -0700 Merge
dcubed [Mon, 06 Aug 2012 09:34:40 -0700] rev 13475
Merge
Fri, 03 Aug 2012 18:34:28 -0700 7181175: Enable builds on Windows with MinGW/MSYS
dcubed [Fri, 03 Aug 2012 18:34:28 -0700] rev 13474
7181175: Enable builds on Windows with MinGW/MSYS Summary: This fix is the minimum number of Makefile changes to enable building HotSpot with MinGW/MSYS Reviewed-by: jcoomes, dcubed, tbell, ohair Contributed-by: volker.simonis@gmail.com
Thu, 02 Aug 2012 14:54:14 -0700 7188168: 7071904 broke the DEBUG_BINARIES option on Linux
dcubed [Thu, 02 Aug 2012 14:54:14 -0700] rev 13473
7188168: 7071904 broke the DEBUG_BINARIES option on Linux Summary: Change DEBUG_BINARIES option logic to be more clear. Reviewed-by: fparain, andrew
Wed, 01 Aug 2012 16:16:13 -0700 Merge
zgu [Wed, 01 Aug 2012 16:16:13 -0700] rev 13472
Merge
Wed, 01 Aug 2012 15:00:50 -0700 Merge
zgu [Wed, 01 Aug 2012 15:00:50 -0700] rev 13471
Merge
Wed, 01 Aug 2012 17:19:30 -0400 7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test
zgu [Wed, 01 Aug 2012 17:19:30 -0400] rev 13470
7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test 7187429: NMT ON: Merge failure should cause NMT to shutdown Summary: Fixed NMT assertion failures Reviewed-by: acorn, kvn
Wed, 01 Aug 2012 16:52:43 -0400 7129723: MAC: Some regression tests need to recognize Mac OS X platform
coleenp [Wed, 01 Aug 2012 16:52:43 -0400] rev 13469
7129723: MAC: Some regression tests need to recognize Mac OS X platform Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
Fri, 17 Aug 2012 15:41:04 -0700 Merge
amurillo [Fri, 17 Aug 2012 15:41:04 -0700] rev 13468
Merge
Tue, 07 Aug 2012 09:53:12 -0700 7189729: jprt.properties should include release jdk7u8
amurillo [Tue, 07 Aug 2012 09:53:12 -0700] rev 13467
7189729: jprt.properties should include release jdk7u8 Reviewed-by: jcoomes
Mon, 06 Aug 2012 12:20:14 -0700 6818524: G1: use ergonomic resizing of PLABs
johnc [Mon, 06 Aug 2012 12:20:14 -0700] rev 13466
6818524: G1: use ergonomic resizing of PLABs Summary: Employ PLABStats instances to record information about survivor and old PLABs, and use the recorded stats to adjust the sizes of survivor and old PLABS. Reviewed-by: johnc, ysr Contributed-by: Brandon Mitchell <brandon@twitter.com>
Wed, 15 Aug 2012 16:49:38 -0700 7191765: make jdk8 the default jprt release for hs24
amurillo [Wed, 15 Aug 2012 16:49:38 -0700] rev 13465
7191765: make jdk8 the default jprt release for hs24 Reviewed-by: jcoomes
Fri, 10 Aug 2012 23:19:43 -0700 7190772: new hotspot build - hs24-b21
amurillo [Fri, 10 Aug 2012 23:19:43 -0700] rev 13464
7190772: new hotspot build - hs24-b21 Reviewed-by: jcoomes
Thu, 23 Aug 2012 12:27:33 -0700 Added tag jdk8-b53 for changeset 441121a0bcde
katleman [Thu, 23 Aug 2012 12:27:33 -0700] rev 13463
Added tag jdk8-b53 for changeset 441121a0bcde
Thu, 23 Aug 2012 12:27:22 -0700 Added tag jdk8-b53 for changeset ead6122c3c52
katleman [Thu, 23 Aug 2012 12:27:22 -0700] rev 13462
Added tag jdk8-b53 for changeset ead6122c3c52
Wed, 05 Jul 2017 18:20:01 +0200 Added tag jdk8-b53 for changeset c7aa5cca1c01
duke [Wed, 05 Jul 2017 18:20:01 +0200] rev 13461
Added tag jdk8-b53 for changeset c7aa5cca1c01
Wed, 05 Jul 2017 18:20:00 +0200 Merge jdk8-b53
duke [Wed, 05 Jul 2017 18:20:00 +0200] rev 13460
Merge
Wed, 05 Jul 2017 18:19:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:56 +0200] rev 13459
Merge
Thu, 16 Aug 2012 11:43:32 -0700 Added tag jdk8-b52 for changeset 2d183808d5fd
katleman [Thu, 16 Aug 2012 11:43:32 -0700] rev 13458
Added tag jdk8-b52 for changeset 2d183808d5fd
Wed, 05 Jul 2017 18:19:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:53 +0200] rev 13457
Merge
Thu, 16 Aug 2012 11:43:20 -0700 Added tag jdk8-b52 for changeset 0408deebe989
katleman [Thu, 16 Aug 2012 11:43:20 -0700] rev 13456
Added tag jdk8-b52 for changeset 0408deebe989
Wed, 05 Jul 2017 18:19:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:51 +0200] rev 13455
Merge
Thu, 16 Aug 2012 11:43:18 -0700 Added tag jdk8-b52 for changeset 249b4f59d330
katleman [Thu, 16 Aug 2012 11:43:18 -0700] rev 13454
Added tag jdk8-b52 for changeset 249b4f59d330
Wed, 05 Jul 2017 18:19:48 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:48 +0200] rev 13453
Merge
Thu, 16 Aug 2012 11:43:09 -0700 Added tag jdk8-b52 for changeset 3a6dd182033b
katleman [Thu, 16 Aug 2012 11:43:09 -0700] rev 13452
Added tag jdk8-b52 for changeset 3a6dd182033b
Wed, 05 Jul 2017 18:19:45 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:45 +0200] rev 13451
Merge
Thu, 16 Aug 2012 11:43:24 -0700 Added tag jdk8-b52 for changeset 81d8f7cbdcbc
katleman [Thu, 16 Aug 2012 11:43:24 -0700] rev 13450
Added tag jdk8-b52 for changeset 81d8f7cbdcbc
Wed, 05 Jul 2017 18:19:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:42 +0200] rev 13449
Merge
Thu, 16 Aug 2012 11:43:12 -0700 Added tag jdk8-b52 for changeset c2e1881d85fa
katleman [Thu, 16 Aug 2012 11:43:12 -0700] rev 13448
Added tag jdk8-b52 for changeset c2e1881d85fa
Thu, 16 Aug 2012 11:43:06 -0700 Added tag jdk8-b52 for changeset 0e6fd20fd7a4
katleman [Thu, 16 Aug 2012 11:43:06 -0700] rev 13447
Added tag jdk8-b52 for changeset 0e6fd20fd7a4
Wed, 05 Jul 2017 18:19:34 +0200 Added tag jdk8-b52 for changeset b67041a6cb50
duke [Wed, 05 Jul 2017 18:19:34 +0200] rev 13446
Added tag jdk8-b52 for changeset b67041a6cb50
Wed, 05 Jul 2017 18:19:33 +0200 Merge jdk8-b52
duke [Wed, 05 Jul 2017 18:19:33 +0200] rev 13445
Merge
Wed, 05 Jul 2017 18:19:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:30 +0200] rev 13444
Merge
Fri, 10 Aug 2012 10:14:48 -0700 Merge
lana [Fri, 10 Aug 2012 10:14:48 -0700] rev 13443
Merge
Wed, 08 Aug 2012 22:17:27 +0530 7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {}
sundar [Wed, 08 Aug 2012 22:17:27 +0530] rev 13442
7178324: Crash when compiling for(i : x) try(AutoCloseable x = ...) {} Reviewed-by: darcy, jjg
Tue, 07 Aug 2012 20:24:18 -0700 Merge
lana [Tue, 07 Aug 2012 20:24:18 -0700] rev 13441
Merge
Thu, 02 Aug 2012 18:24:01 +0100 7187104: Inference cleanup: remove redundant exception classes in Infer.java
mcimadamore [Thu, 02 Aug 2012 18:24:01 +0100] rev 13440
7187104: Inference cleanup: remove redundant exception classes in Infer.java Summary: Remove unused exception classes in Infer.java Reviewed-by: jjg
Thu, 02 Aug 2012 18:23:21 +0100 7175538: Integrate efectively final check with DA/DU analysis
mcimadamore [Thu, 02 Aug 2012 18:23:21 +0100] rev 13439
7175538: Integrate efectively final check with DA/DU analysis Summary: Allow generalized effectively-final analysis for all local variables Reviewed-by: jjg, dlsmith
Thu, 02 Aug 2012 18:22:41 +0100 7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore [Thu, 02 Aug 2012 18:22:41 +0100] rev 13438
7175911: Simplify error reporting API in Check.CheckContext interface Summary: Make error messages generated during Check.checkType more uniform and more scalable Reviewed-by: jjg, dlsmith
Thu, 09 Aug 2012 18:02:43 -0700 Added tag jdk8-b51 for changeset 716ed0cb0cea
katleman [Thu, 09 Aug 2012 18:02:43 -0700] rev 13437
Added tag jdk8-b51 for changeset 716ed0cb0cea
Wed, 05 Jul 2017 18:19:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:25 +0200] rev 13436
Merge
Thu, 09 Aug 2012 18:01:45 -0700 Added tag jdk8-b51 for changeset d63c06178ebc
katleman [Thu, 09 Aug 2012 18:01:45 -0700] rev 13435
Added tag jdk8-b51 for changeset d63c06178ebc
Wed, 05 Jul 2017 18:19:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:22 +0200] rev 13434
Merge
Thu, 09 Aug 2012 18:01:36 -0700 Added tag jdk8-b51 for changeset f333428be769
katleman [Thu, 09 Aug 2012 18:01:36 -0700] rev 13433
Added tag jdk8-b51 for changeset f333428be769
Wed, 05 Jul 2017 18:19:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:19 +0200] rev 13432
Merge
Thu, 09 Aug 2012 18:00:30 -0700 Added tag jdk8-b51 for changeset 0efd681d5f54
katleman [Thu, 09 Aug 2012 18:00:30 -0700] rev 13431
Added tag jdk8-b51 for changeset 0efd681d5f54
Wed, 05 Jul 2017 18:19:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:16 +0200] rev 13430
Merge
Wed, 15 Aug 2012 18:04:14 -0700 Merge
katleman [Wed, 15 Aug 2012 18:04:14 -0700] rev 13429
Merge
Mon, 13 Aug 2012 16:26:19 -0700 Merge
mfang [Mon, 13 Aug 2012 16:26:19 -0700] rev 13428
Merge
Mon, 13 Aug 2012 10:45:43 +0800 7189611: Venezuela current Currency should be Bs.F.
youdwei [Mon, 13 Aug 2012 10:45:43 +0800] rev 13427
7189611: Venezuela current Currency should be Bs.F. Reviewed-by: okutsu
Fri, 10 Aug 2012 16:03:28 -0700 Merge
twisti [Fri, 10 Aug 2012 16:03:28 -0700] rev 13426
Merge
Thu, 09 Aug 2012 15:03:28 -0700 7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize
twisti [Thu, 09 Aug 2012 15:03:28 -0700] rev 13425
7190416: JSR 292: typo in InvokerBytecodeGenerator.getConstantPoolSize Reviewed-by: jrose
Tue, 07 Aug 2012 14:31:52 -0700 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
twisti [Tue, 07 Aug 2012 14:31:52 -0700] rev 13424
7188911: nightly failures after JSR 292 lazy method handle update (round 2) Reviewed-by: kvn, jrose
Tue, 24 Jul 2012 10:47:44 -0700 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti [Tue, 24 Jul 2012 10:47:44 -0700] rev 13423
7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, mhaupt, forax Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
Thu, 12 Jul 2012 00:12:52 -0700 7127687: MethodType leaks memory due to interning
jrose [Thu, 12 Jul 2012 00:12:52 -0700] rev 13422
7127687: MethodType leaks memory due to interning Summary: Replace internTable with a weak-reference version. Reviewed-by: sundar, forax, brutisso Contributed-by: james.laskey@oracle.com
Thu, 12 Jul 2012 00:12:28 -0700 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
jrose [Thu, 12 Jul 2012 00:12:28 -0700] rev 13421
7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited Reviewed-by: twisti
Thu, 12 Jul 2012 00:11:35 -0700 7129034: VM crash with a field setter method with a filterArguments
jrose [Thu, 12 Jul 2012 00:11:35 -0700] rev 13420
7129034: VM crash with a field setter method with a filterArguments Summary: add null checks before unsafe calls that take a variable base reference; update unit tests Reviewed-by: kvn, twisti
Thu, 12 Jul 2012 00:10:53 -0700 7153157: ClassValue.get does not return if computeValue calls remove
jrose [Thu, 12 Jul 2012 00:10:53 -0700] rev 13419
7153157: ClassValue.get does not return if computeValue calls remove Summary: Track intermediate states more precisely, according to spec. Reviewed-by: twisti, forax
Fri, 10 Aug 2012 10:15:52 -0700 Merge
lana [Fri, 10 Aug 2012 10:15:52 -0700] rev 13418
Merge
Thu, 09 Aug 2012 14:52:12 +0400 7183753: [TEST] Some colon in the diff for this test
dsamersoff [Thu, 09 Aug 2012 14:52:12 +0400] rev 13417
7183753: [TEST] Some colon in the diff for this test Summary: Reference output file contains extra colon Reviewed-by: sspitsyn, mgronlun
Wed, 08 Aug 2012 09:29:32 -0700 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes
ksrini [Wed, 08 Aug 2012 09:29:32 -0700] rev 13416
7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes Reviewed-by: darcy, jgish
Wed, 08 Aug 2012 15:31:22 +0100 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
alanb [Wed, 08 Aug 2012 15:31:22 +0100] rev 13415
7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Wed, 08 Aug 2012 12:37:02 +0100 7189533: GetJavaProperties should free temporary file if subsequent allocations fails
andrew [Wed, 08 Aug 2012 12:37:02 +0100] rev 13414
7189533: GetJavaProperties should free temporary file if subsequent allocations fails Summary: Add missing calls to free Reviewed-by: alanb, dholmes, sherman
Tue, 07 Aug 2012 20:23:41 -0700 Merge
lana [Tue, 07 Aug 2012 20:23:41 -0700] rev 13413
Merge
Tue, 07 Aug 2012 12:47:45 +0100 7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin
alanb [Tue, 07 Aug 2012 12:47:45 +0100] rev 13412
7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin Reviewed-by: alanb Contributed-by: Eric Wang <yiming.wang@oracle.com>
Tue, 31 Jul 2012 06:14:28 -0700 7146424: Wildcard expansion for single entry classpath
ksrini [Tue, 31 Jul 2012 06:14:28 -0700] rev 13411
7146424: Wildcard expansion for single entry classpath Reviewed-by: dholmes, darcy, jjh, sherman
Tue, 31 Jul 2012 06:10:01 -0700 7188114: (launcher) need an alternate command line parser for Windows
ksrini [Tue, 31 Jul 2012 06:10:01 -0700] rev 13410
7188114: (launcher) need an alternate command line parser for Windows Reviewed-by: darcy, dholmes, jjh Contributed-by: akhil.arora@oracle.com
Fri, 03 Aug 2012 13:40:03 -0700 7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
sherman [Fri, 03 Aug 2012 13:40:03 -0700] rev 13409
7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
Thu, 02 Aug 2012 18:12:18 -0700 7187876: ClassCastException in TCPTransport.executeAcceptLoop
dmocek [Thu, 02 Aug 2012 18:12:18 -0700] rev 13408
7187876: ClassCastException in TCPTransport.executeAcceptLoop Reviewed-by: dholmes, smarks
Thu, 02 Aug 2012 10:42:19 -0400 Merge
mullan [Thu, 02 Aug 2012 10:42:19 -0400] rev 13407
Merge
Thu, 02 Aug 2012 10:40:24 -0400 7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider)
mullan [Thu, 02 Aug 2012 10:40:24 -0400] rev 13406
7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider) Reviewed-by: mullan, xuelei, weijun Contributed-by: jason.uh@oracle.com
Wed, 01 Aug 2012 22:13:12 +0100 6844255: Potential stack corruption in GetJavaProperties
omajid [Wed, 01 Aug 2012 22:13:12 +0100] rev 13405
6844255: Potential stack corruption in GetJavaProperties Summary: Use dynamically allocated buffers for temp and encoding. Reviewed-by: alanb, andrew
Fri, 27 Jul 2012 16:17:11 -0400 6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence)
jgish [Fri, 27 Jul 2012 16:17:11 -0400] rev 13404
6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence) Summary: Change contentEquals( CharSequence cs ) to do synchronization if cs is a StringBuffer Reviewed-by: mduigou Contributed-by: Jim Gish <jim.gish@oracle.com>
Wed, 01 Aug 2012 11:08:11 -0400 Merge
mullan [Wed, 01 Aug 2012 11:08:11 -0400] rev 13403
Merge
Wed, 01 Aug 2012 11:06:44 -0400 7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID
mullan [Wed, 01 Aug 2012 11:06:44 -0400] rev 13402
7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID Reviewed-by: vinnie
Thu, 09 Aug 2012 18:02:01 -0700 Added tag jdk8-b51 for changeset 1325e8a540e5
katleman [Thu, 09 Aug 2012 18:02:01 -0700] rev 13401
Added tag jdk8-b51 for changeset 1325e8a540e5
Wed, 05 Jul 2017 18:19:08 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:08 +0200] rev 13400
Merge
Fri, 10 Aug 2012 23:07:38 -0700 Added tag hs24-b20 for changeset 25eb3939c390
amurillo [Fri, 10 Aug 2012 23:07:38 -0700] rev 13399
Added tag hs24-b20 for changeset 25eb3939c390
Fri, 10 Aug 2012 17:50:24 -0700 Merge
twisti [Fri, 10 Aug 2012 17:50:24 -0700] rev 13398
Merge
Fri, 10 Aug 2012 15:50:49 -0700 Merge
twisti [Fri, 10 Aug 2012 15:50:49 -0700] rev 13397
Merge
Tue, 07 Aug 2012 14:32:08 -0700 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
twisti [Tue, 07 Aug 2012 14:32:08 -0700] rev 13396
7188911: nightly failures after JSR 292 lazy method handle update (round 2) Reviewed-by: kvn, jrose
Wed, 01 Aug 2012 14:44:26 -0700 7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
twisti [Wed, 01 Aug 2012 14:44:26 -0700] rev 13395
7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13 Reviewed-by: kvn, jrose
Wed, 01 Aug 2012 14:10:32 -0700 7188227: VM should recognize M-series SPARC
kvn [Wed, 01 Aug 2012 14:10:32 -0700] rev 13394
7188227: VM should recognize M-series SPARC Summary: Check kstat data for SPARC-M. Reviewed-by: roland
Mon, 30 Jul 2012 09:49:25 -0700 7187454: stack overflow in C2 compiler thread on Solaris x86
kvn [Mon, 30 Jul 2012 09:49:25 -0700] rev 13393
7187454: stack overflow in C2 compiler thread on Solaris x86 Summary: Added new FormatBufferResource class to use thread's resource area for error message buffer. Reviewed-by: twisti
Fri, 27 Jul 2012 16:14:15 -0700 7187290: nightly failures after JSR 292 lazy method handle update
twisti [Fri, 27 Jul 2012 16:14:15 -0700] rev 13392
7187290: nightly failures after JSR 292 lazy method handle update Reviewed-by: kvn, twisti
Tue, 24 Jul 2012 10:51:00 -0700 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti [Tue, 24 Jul 2012 10:51:00 -0700] rev 13391
7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
Fri, 03 Aug 2012 13:24:02 -0700 7189086: new hotspot build - hs24-b20
amurillo [Fri, 03 Aug 2012 13:24:02 -0700] rev 13390
7189086: new hotspot build - hs24-b20 Reviewed-by: jcoomes
Thu, 09 Aug 2012 18:00:58 -0700 Added tag jdk8-b51 for changeset 90fa336b0a49
katleman [Thu, 09 Aug 2012 18:00:58 -0700] rev 13389
Added tag jdk8-b51 for changeset 90fa336b0a49
Thu, 09 Aug 2012 18:00:28 -0700 Added tag jdk8-b51 for changeset 3cb655c7a1f2
katleman [Thu, 09 Aug 2012 18:00:28 -0700] rev 13388
Added tag jdk8-b51 for changeset 3cb655c7a1f2
Wed, 05 Jul 2017 18:18:57 +0200 Added tag jdk8-b51 for changeset 382651d28f25
duke [Wed, 05 Jul 2017 18:18:57 +0200] rev 13387
Added tag jdk8-b51 for changeset 382651d28f25
Wed, 05 Jul 2017 18:18:57 +0200 Merge jdk8-b51
duke [Wed, 05 Jul 2017 18:18:57 +0200] rev 13386
Merge
Wed, 05 Jul 2017 18:18:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:53 +0200] rev 13385
Merge
(0) -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 +30000 tip