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
Thu, 02 Aug 2012 15:37:22 -0700 Added tag jdk8-b50 for changeset 1081f6a5c2ef
katleman [Thu, 02 Aug 2012 15:37:22 -0700] rev 13384
Added tag jdk8-b50 for changeset 1081f6a5c2ef
Wed, 05 Jul 2017 18:18:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:50 +0200] rev 13383
Merge
Thu, 02 Aug 2012 15:35:19 -0700 Added tag jdk8-b50 for changeset 4b4d56b18674
katleman [Thu, 02 Aug 2012 15:35:19 -0700] rev 13382
Added tag jdk8-b50 for changeset 4b4d56b18674
Wed, 05 Jul 2017 18:18:47 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:47 +0200] rev 13381
Merge
Thu, 02 Aug 2012 15:35:03 -0700 Added tag jdk8-b50 for changeset c0935ebf58d0
katleman [Thu, 02 Aug 2012 15:35:03 -0700] rev 13380
Added tag jdk8-b50 for changeset c0935ebf58d0
Wed, 05 Jul 2017 18:18:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:43 +0200] rev 13379
Merge
Thu, 02 Aug 2012 15:32:46 -0700 Added tag jdk8-b50 for changeset 48c6010d07a1
katleman [Thu, 02 Aug 2012 15:32:46 -0700] rev 13378
Added tag jdk8-b50 for changeset 48c6010d07a1
Wed, 05 Jul 2017 18:18:40 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:40 +0200] rev 13377
Merge
Mon, 06 Aug 2012 15:53:34 -0700 Merge
lana [Mon, 06 Aug 2012 15:53:34 -0700] rev 13376
Merge
Tue, 31 Jul 2012 18:38:38 -0700 Merge
lana [Tue, 31 Jul 2012 18:38:38 -0700] rev 13375
Merge
Mon, 30 Jul 2012 22:32:59 +0100 7120665: Change Java SE spec so that external networking not required
michaelm [Mon, 30 Jul 2012 22:32:59 +0100] rev 13374
7120665: Change Java SE spec so that external networking not required Reviewed-by: alanb
Mon, 30 Jul 2012 04:57:27 +0100 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
dxu [Mon, 30 Jul 2012 04:57:27 +0100] rev 13373
7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win] Reviewed-by: alanb
Fri, 27 Jul 2012 22:26:19 -0700 Merge
lana [Fri, 27 Jul 2012 22:26:19 -0700] rev 13372
Merge
Fri, 27 Jul 2012 16:53:15 -0700 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
dmocek [Fri, 27 Jul 2012 16:53:15 -0700] rev 13371
7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup Reviewed-by: smarks, jgish
Thu, 26 Jul 2012 22:00:55 +0100 7179879: SSLSocket connect times out instead of throwing socket closed exception
coffeys [Thu, 26 Jul 2012 22:00:55 +0100] rev 13370
7179879: SSLSocket connect times out instead of throwing socket closed exception Reviewed-by: xuelei, chegar
Thu, 26 Jul 2012 20:38:44 +0800 7187051: ShortRSAKeynnn.sh tests should do cleanup before start test
weijun [Thu, 26 Jul 2012 20:38:44 +0800] rev 13369
7187051: ShortRSAKeynnn.sh tests should do cleanup before start test Reviewed-by: xuelei
Wed, 25 Jul 2012 12:47:28 -0700 7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build
sherman [Wed, 25 Jul 2012 12:47:28 -0700] rev 13368
7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build Summary: fixed the test case Reviewed-by: alanb
Tue, 24 Jul 2012 13:38:50 -0700 7184287: (prefs) BackingStoreException when calling flush on root node[macosx]
khazra [Tue, 24 Jul 2012 13:38:50 -0700] rev 13367
7184287: (prefs) BackingStoreException when calling flush on root node[macosx] Summary: Change implementation to enable user without administrative privileges to call flush Reviewed-by: alanb
Tue, 24 Jul 2012 12:17:39 -0700 6653797: Reimplement JDK charset repository charsets.jar
sherman [Tue, 24 Jul 2012 12:17:39 -0700] rev 13366
6653797: Reimplement JDK charset repository charsets.jar Summary: Migrated all jis based charsets to new implementation Reviewed-by: okutsu
Tue, 24 Jul 2012 03:31:44 -0700 7185576: Need to consider the connection timeout at test/com/sun/jndi/ldap/InvalidLdapFilters.java
xuelei [Tue, 24 Jul 2012 03:31:44 -0700] rev 13365
7185576: Need to consider the connection timeout at test/com/sun/jndi/ldap/InvalidLdapFilters.java Reviewed-by: vinnie
Tue, 24 Jul 2012 09:20:44 +0800 7179796: GSSExceptionImpl outputs duplicate mech oid
weijun [Tue, 24 Jul 2012 09:20:44 +0800] rev 13364
7179796: GSSExceptionImpl outputs duplicate mech oid Reviewed-by: valeriep
Sun, 22 Jul 2012 20:32:12 +0100 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux
alanb [Sun, 22 Jul 2012 20:32:12 +0100] rev 13363
6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux Reviewed-by: chegar
Sat, 21 Jul 2012 19:56:55 +0800 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
weijun [Sat, 21 Jul 2012 19:56:55 +0800] rev 13362
7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout Reviewed-by: xuelei
Sat, 21 Jul 2012 19:56:53 +0800 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes
weijun [Sat, 21 Jul 2012 19:56:53 +0800] rev 13361
7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes Reviewed-by: xuelei
Thu, 19 Jul 2012 21:23:53 -0700 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X
sherman [Thu, 19 Jul 2012 21:23:53 -0700] rev 13360
7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X Summary: to support Unicode nfd/nfc file path on Macos Reviewed-by: alanb
Thu, 19 Jul 2012 18:19:04 +0100 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently
chegar [Thu, 19 Jul 2012 18:19:04 +0100] rev 13359
7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently Reviewed-by: chegar Contributed-by: Eric Wang <yiming.wang@oracle.com>
Wed, 18 Jul 2012 15:19:22 -0700 7185051: Remove TestProviderLeak.java from the ProblemList
khazra [Wed, 18 Jul 2012 15:19:22 -0700] rev 13358
7185051: Remove TestProviderLeak.java from the ProblemList Summary: Remove TestProviderLeak.java from jdk test problem list. Reviewed-by: khazra Contributed-by: dan.xu@oracle.com
Mon, 30 Jul 2012 14:31:01 +0400 7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
alexsch [Mon, 30 Jul 2012 14:31:01 +0400] rev 13357
7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails Reviewed-by: serb, bagiras
Mon, 30 Jul 2012 13:35:10 +0400 7187618: PropertyDescriptor Performance Slow
malenkov [Mon, 30 Jul 2012 13:35:10 +0400] rev 13356
7187618: PropertyDescriptor Performance Slow Reviewed-by: rupashka
Fri, 27 Jul 2012 22:39:44 -0700 Merge
lana [Fri, 27 Jul 2012 22:39:44 -0700] rev 13355
Merge
Fri, 27 Jul 2012 19:41:24 +0400 7149068: java/awt/Window/Grab/GrabTest.java failed
denis [Fri, 27 Jul 2012 19:41:24 +0400] rev 13354
7149068: java/awt/Window/Grab/GrabTest.java failed Reviewed-by: art, ant
Wed, 25 Jul 2012 19:14:02 +0400 4650871: Classes in sunw.* should be removed from workspace and rt.jar
malenkov [Wed, 25 Jul 2012 19:14:02 +0400] rev 13353
4650871: Classes in sunw.* should be removed from workspace and rt.jar Reviewed-by: art, rupashka
Wed, 25 Jul 2012 13:41:46 +0400 7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests
rupashka [Wed, 25 Jul 2012 13:41:46 +0400] rev 13352
7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests Reviewed-by: alexsch
Tue, 24 Jul 2012 16:26:05 +0400 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
alexsch [Tue, 24 Jul 2012 16:26:05 +0400] rev 13351
7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue Reviewed-by: rupashka
Mon, 23 Jul 2012 17:41:43 +0400 7185512: The printout doesn't match image on screen.
alexsch [Mon, 23 Jul 2012 17:41:43 +0400] rev 13350
7185512: The printout doesn't match image on screen. Reviewed-by: serb, bagiras
Thu, 19 Jul 2012 19:41:59 +0400 7181027: [macosx] Unable to use headless mode
leonidr [Thu, 19 Jul 2012 19:41:59 +0400] rev 13349
7181027: [macosx] Unable to use headless mode Reviewed-by: anthony
Thu, 19 Jul 2012 19:09:30 +0400 7124330: [macosx] javax.swing.JComboBox throws unexpected ClassCastException
rupashka [Thu, 19 Jul 2012 19:09:30 +0400] rev 13348
7124330: [macosx] javax.swing.JComboBox throws unexpected ClassCastException Reviewed-by: kizune
Thu, 02 Aug 2012 15:36:39 -0700 Added tag jdk8-b50 for changeset 9e9deec19f0f
katleman [Thu, 02 Aug 2012 15:36:39 -0700] rev 13347
Added tag jdk8-b50 for changeset 9e9deec19f0f
Wed, 05 Jul 2017 18:18:31 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:31 +0200] rev 13346
Merge
Fri, 03 Aug 2012 13:13:43 -0700 Added tag hs24-b19 for changeset a8397f4de214
amurillo [Fri, 03 Aug 2012 13:13:43 -0700] rev 13345
Added tag hs24-b19 for changeset a8397f4de214
Fri, 03 Aug 2012 13:13:42 -0700 Merge
amurillo [Fri, 03 Aug 2012 13:13:42 -0700] rev 13344
Merge
Tue, 31 Jul 2012 18:37:13 -0700 Merge
dcubed [Tue, 31 Jul 2012 18:37:13 -0700] rev 13343
Merge
Tue, 31 Jul 2012 16:01:56 -0400 7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
andrew [Tue, 31 Jul 2012 16:01:56 -0400] rev 13342
7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0 Summary: Templates need this object if not using template parameter in call Reviewed-by: coleenp, kamg, dholmes
Mon, 30 Jul 2012 07:21:15 -0700 Merge
zgu [Mon, 30 Jul 2012 07:21:15 -0700] rev 13341
Merge
Mon, 30 Jul 2012 10:25:52 -0400 7186778: MachO decoder implementation for MacOSX
zgu [Mon, 30 Jul 2012 10:25:52 -0400] rev 13340
7186778: MachO decoder implementation for MacOSX Summary: Implementation of decoder for Apple's MacOSX. The implementation is based on the patch provided by Kevin Walls. Reviewed-by: coleenp, kamg, kevinw
Fri, 27 Jul 2012 21:41:17 -0700 Merge
jmasa [Fri, 27 Jul 2012 21:41:17 -0700] rev 13339
Merge
Thu, 26 Jul 2012 23:43:36 -0700 Merge
jmasa [Thu, 26 Jul 2012 23:43:36 -0700] rev 13338
Merge
Tue, 24 Jul 2012 14:48:58 -0700 Merge
jmasa [Tue, 24 Jul 2012 14:48:58 -0700] rev 13337
Merge
Thu, 19 Jul 2012 15:15:54 -0700 7114678: G1: various small fixes, code cleanup, and refactoring
tonyp [Thu, 19 Jul 2012 15:15:54 -0700] rev 13336
7114678: G1: various small fixes, code cleanup, and refactoring Summary: Various cleanups as a prelude to introducing iterators for HeapRegions. Reviewed-by: johnc, brutisso
Tue, 17 Jul 2012 12:24:05 -0700 7182260: G1: Fine grain RSet freeing bottleneck
johnc [Tue, 17 Jul 2012 12:24:05 -0700] rev 13335
7182260: G1: Fine grain RSet freeing bottleneck Summary: Chain the fine grain PerRegionTables in an individual RSet together and free them in bulk using a single operation. Reviewed-by: johnc, brutisso Contributed-by: Thomas Schatzl <thomas.schatzl@jku.at>
Tue, 17 Jul 2012 14:57:02 -0700 7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head()
johnc [Tue, 17 Jul 2012 14:57:02 -0700] rev 13334
7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head() Summary: Assertion incorrectly checks that _head is NULL and should be checking that _tail is NULL instead. Reviewed-by: johnc Contributed-by: Brandon Mitchell <brandon@twitter.com>
Tue, 17 Jul 2012 11:52:10 -0700 7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
johnc [Tue, 17 Jul 2012 11:52:10 -0700] rev 13333
7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv() Summary: Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication. Reviewed-by: azeemj, brutisso
Fri, 27 Jul 2012 16:51:44 -0700 7187463: new hotspot build - hs24-b19
amurillo [Fri, 27 Jul 2012 16:51:44 -0700] rev 13332
7187463: new hotspot build - hs24-b19 Reviewed-by: jcoomes
Thu, 02 Aug 2012 15:33:31 -0700 Added tag jdk8-b50 for changeset 91311c4d5882
katleman [Thu, 02 Aug 2012 15:33:31 -0700] rev 13331
Added tag jdk8-b50 for changeset 91311c4d5882
Thu, 02 Aug 2012 15:32:36 -0700 Added tag jdk8-b50 for changeset 3d3a1c3550f3
katleman [Thu, 02 Aug 2012 15:32:36 -0700] rev 13330
Added tag jdk8-b50 for changeset 3d3a1c3550f3
Wed, 05 Jul 2017 18:18:18 +0200 Added tag jdk8-b50 for changeset 38fe5ab02890
duke [Wed, 05 Jul 2017 18:18:18 +0200] rev 13329
Added tag jdk8-b50 for changeset 38fe5ab02890
Wed, 05 Jul 2017 18:18:18 +0200 Merge jdk8-b50
duke [Wed, 05 Jul 2017 18:18:18 +0200] rev 13328
Merge
Wed, 05 Jul 2017 18:18:14 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:14 +0200] rev 13327
Merge
Thu, 26 Jul 2012 16:48:41 -0700 Added tag jdk8-b49 for changeset b47c53dc4c45
cl [Thu, 26 Jul 2012 16:48:41 -0700] rev 13326
Added tag jdk8-b49 for changeset b47c53dc4c45
Wed, 05 Jul 2017 18:18:11 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:11 +0200] rev 13325
Merge
Thu, 26 Jul 2012 16:48:28 -0700 Added tag jdk8-b49 for changeset 521a481677ff
cl [Thu, 26 Jul 2012 16:48:28 -0700] rev 13324
Added tag jdk8-b49 for changeset 521a481677ff
Wed, 05 Jul 2017 18:18:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:07 +0200] rev 13323
Merge
Thu, 26 Jul 2012 16:48:26 -0700 Added tag jdk8-b49 for changeset 23117496a054
cl [Thu, 26 Jul 2012 16:48:26 -0700] rev 13322
Added tag jdk8-b49 for changeset 23117496a054
Wed, 05 Jul 2017 18:18:04 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:04 +0200] rev 13321
Merge
Thu, 26 Jul 2012 16:48:11 -0700 Added tag jdk8-b49 for changeset 530f4983fc73
cl [Thu, 26 Jul 2012 16:48:11 -0700] rev 13320
Added tag jdk8-b49 for changeset 530f4983fc73
Wed, 05 Jul 2017 18:18:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:01 +0200] rev 13319
Merge
Thu, 26 Jul 2012 16:48:33 -0700 Added tag jdk8-b49 for changeset be20c8b5a9da
cl [Thu, 26 Jul 2012 16:48:33 -0700] rev 13318
Added tag jdk8-b49 for changeset be20c8b5a9da
Wed, 05 Jul 2017 18:17:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:57 +0200] rev 13317
Merge
Fri, 27 Jul 2012 12:08:33 -0700 Added tag hs24-b18 for changeset bf02c20037ae
amurillo [Fri, 27 Jul 2012 12:08:33 -0700] rev 13316
Added tag hs24-b18 for changeset bf02c20037ae
Fri, 27 Jul 2012 12:08:32 -0700 Merge
amurillo [Fri, 27 Jul 2012 12:08:32 -0700] rev 13315
Merge
Thu, 26 Jul 2012 16:55:42 -0700 Merge
jiangli [Thu, 26 Jul 2012 16:55:42 -0700] rev 13314
Merge
Tue, 24 Jul 2012 13:16:26 -0400 Merge
jiangli [Tue, 24 Jul 2012 13:16:26 -0400] rev 13313
Merge
Mon, 16 Jul 2012 15:31:18 -0400 7147464: Java crashed while executing method with over 8k of dneg operations
dlong [Mon, 16 Jul 2012 15:31:18 -0400] rev 13312
7147464: Java crashed while executing method with over 8k of dneg operations Summary: replace recursive method with iterative Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
Thu, 26 Jul 2012 17:24:31 -0400 7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses.
jiangli [Thu, 26 Jul 2012 17:24:31 -0400] rev 13311
7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses. Summary: Lower compiler optimization level when compiling jvmtiClassFileReconstituter.cpp as a workaround for the solaris x86 5.10 cc bug. Reviewed-by: kvn, coleenp
Mon, 23 Jul 2012 14:28:38 -0700 7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
asaha [Mon, 23 Jul 2012 14:28:38 -0700] rev 13310
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
Mon, 23 Jul 2012 13:04:59 -0700 7185775: new hotspot build - hs24-b18
amurillo [Mon, 23 Jul 2012 13:04:59 -0700] rev 13309
7185775: new hotspot build - hs24-b18 Reviewed-by: jcoomes
Mon, 23 Jul 2012 12:54:21 -0700 Added tag hs24-b17 for changeset bc3545585f1d
amurillo [Mon, 23 Jul 2012 12:54:21 -0700] rev 13308
Added tag hs24-b17 for changeset bc3545585f1d
Mon, 23 Jul 2012 12:54:20 -0700 Merge
amurillo [Mon, 23 Jul 2012 12:54:20 -0700] rev 13307
Merge
Fri, 20 Jul 2012 12:09:31 -0400 Merge
coleenp [Fri, 20 Jul 2012 12:09:31 -0400] rev 13306
Merge
Thu, 19 Jul 2012 06:24:46 -0700 Merge
zgu [Thu, 19 Jul 2012 06:24:46 -0700] rev 13305
Merge
Thu, 19 Jul 2012 09:15:50 -0400 Merge
zgu [Thu, 19 Jul 2012 09:15:50 -0400] rev 13304
Merge
Mon, 16 Jul 2012 14:05:34 -0400 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
zgu [Mon, 16 Jul 2012 14:05:34 -0400] rev 13303
7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address Summary: Assertion on stack base is not necessary Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:10:12 -0400 Merge
zgu [Thu, 19 Jul 2012 09:10:12 -0400] rev 13302
Merge
Mon, 16 Jul 2012 14:10:34 -0400 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
zgu [Mon, 16 Jul 2012 14:10:34 -0400] rev 13301
7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest Summary: Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:05:42 -0400 7182543: NMT ON: Aggregate a few NMT related bugs
zgu [Thu, 19 Jul 2012 09:05:42 -0400] rev 13300
7182543: NMT ON: Aggregate a few NMT related bugs Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads Reviewed-by: acorn, coleenp, dholmes, kvn
Tue, 17 Jul 2012 22:16:17 -0700 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
asaha [Tue, 17 Jul 2012 22:16:17 -0700] rev 13299
7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms Reviewed-by: kamg
Mon, 16 Jul 2012 04:06:44 -0700 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
fparain [Mon, 16 Jul 2012 04:06:44 -0700] rev 13298
7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM Reviewed-by: kamg, coleenp, ctornqvi
Thu, 19 Jul 2012 16:17:41 -0700 Merge
kvn [Thu, 19 Jul 2012 16:17:41 -0700] rev 13297
Merge
Tue, 17 Jul 2012 11:16:13 -0700 Merge
kvn [Tue, 17 Jul 2012 11:16:13 -0700] rev 13296
Merge
Mon, 16 Jul 2012 19:50:52 -0700 Merge
kvn [Mon, 16 Jul 2012 19:50:52 -0700] rev 13295
Merge
Mon, 16 Jul 2012 17:10:22 -0700 7181494: cleanup avx and vectors code
kvn [Mon, 16 Jul 2012 17:10:22 -0700] rev 13294
7181494: cleanup avx and vectors code Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
Mon, 16 Jul 2012 11:14:41 -0700 7087357: JSR 292: remove obsolete code after 7085860
twisti [Mon, 16 Jul 2012 11:14:41 -0700] rev 13293
7087357: JSR 292: remove obsolete code after 7085860 Reviewed-by: kvn, never
Fri, 13 Jul 2012 17:48:26 -0700 7123926: Some CTW test crash: !_control.contains(ctrl)
kvn [Fri, 13 Jul 2012 17:48:26 -0700] rev 13292
7123926: Some CTW test crash: !_control.contains(ctrl) Summary: Don't eliminate Integer::toString() call node during String concatenation optimization if it has several uses. Reviewed-by: twisti
Thu, 12 Jul 2012 00:39:53 -0700 6711908: JVM needs direct access to some annotations
jrose [Thu, 12 Jul 2012 00:39:53 -0700] rev 13291
6711908: JVM needs direct access to some annotations Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
Tue, 17 Jul 2012 14:33:17 -0700 Merge
jmasa [Tue, 17 Jul 2012 14:33:17 -0700] rev 13290
Merge
Mon, 16 Jul 2012 13:00:26 -0700 Merge
jmasa [Mon, 16 Jul 2012 13:00:26 -0700] rev 13289
Merge
Wed, 11 Jul 2012 22:47:38 +0200 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso [Wed, 11 Jul 2012 22:47:38 +0200] rev 13288
7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause Summary: Also reviewed by: vitalyd@gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class Reviewed-by: johnc
Tue, 17 Jul 2012 12:32:26 -0400 Merge
jiangli [Tue, 17 Jul 2012 12:32:26 -0400] rev 13287
Merge
Fri, 13 Jul 2012 20:14:27 -0400 Merge
jiangli [Fri, 13 Jul 2012 20:14:27 -0400] rev 13286
Merge
Thu, 05 Jul 2012 20:54:45 -0400 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145.
jiangli [Thu, 05 Jul 2012 20:54:45 -0400] rev 13285
7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145. Summary: Need to copy the inlined exception table to the new constMethodOop during method rewriting. Reviewed-by: coleenp, dholmes
Thu, 05 Jul 2012 18:47:41 -0400 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop.
jiangli [Thu, 05 Jul 2012 18:47:41 -0400] rev 13284
7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop. Summary: Use read_pointer(J...) to access from 'constMethod' base in name_for_methodOop(), libjvm_db.c. Reviewed-by: kvn, coleenp
Mon, 02 Jul 2012 04:19:22 -0400 Merge
bdelsart [Mon, 02 Jul 2012 04:19:22 -0400] rev 13283
Merge
Tue, 26 Jun 2012 19:08:44 -0400 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table.
jiangli [Tue, 26 Jun 2012 19:08:44 -0400] rev 13282
7178145: Change constMethodOop::_exception_table to optionally inlined u2 table. Summary: Change constMethodOop::_exception_table to optionally inlined u2 table. Reviewed-by: bdelsart, coleenp, kamg
Fri, 13 Jul 2012 14:16:21 -0700 7184050: new hotspot build - hs24-b17
amurillo [Fri, 13 Jul 2012 14:16:21 -0700] rev 13281
7184050: new hotspot build - hs24-b17 Reviewed-by: jcoomes
Thu, 26 Jul 2012 16:48:17 -0700 Added tag jdk8-b49 for changeset 9e2de5dca700
cl [Thu, 26 Jul 2012 16:48:17 -0700] rev 13280
Added tag jdk8-b49 for changeset 9e2de5dca700
Thu, 26 Jul 2012 16:48:07 -0700 Added tag jdk8-b49 for changeset f66321de53db
cl [Thu, 26 Jul 2012 16:48:07 -0700] rev 13279
Added tag jdk8-b49 for changeset f66321de53db
Wed, 05 Jul 2017 18:17:39 +0200 Added tag jdk8-b49 for changeset cecd7026f30c
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13278
Added tag jdk8-b49 for changeset cecd7026f30c
Wed, 05 Jul 2017 18:17:39 +0200 Merge jdk8-b49
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13277
Merge
Wed, 05 Jul 2017 18:17:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:35 +0200] rev 13276
Merge
Tue, 24 Jul 2012 11:05:52 -0700 Merge
lana [Tue, 24 Jul 2012 11:05:52 -0700] rev 13275
Merge
Mon, 16 Jul 2012 17:05:13 -0700 Merge
lana [Mon, 16 Jul 2012 17:05:13 -0700] rev 13274
Merge
Fri, 13 Jul 2012 12:58:50 +0100 7181578: javac reports uninitialized variable with nested try...finally blocks
mcimadamore [Fri, 13 Jul 2012 12:58:50 +0100] rev 13273
7181578: javac reports uninitialized variable with nested try...finally blocks Summary: regression introduced in refactoring of Flow.java Reviewed-by: jjg
Mon, 23 Jul 2012 12:38:49 -0700 Added tag jdk8-b48 for changeset 9d19a5f8d2ad
cl [Mon, 23 Jul 2012 12:38:49 -0700] rev 13272
Added tag jdk8-b48 for changeset 9d19a5f8d2ad
Wed, 05 Jul 2017 18:17:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:29 +0200] rev 13271
Merge
Mon, 23 Jul 2012 12:38:24 -0700 Added tag jdk8-b48 for changeset 2bd7c6c12449
cl [Mon, 23 Jul 2012 12:38:24 -0700] rev 13270
Added tag jdk8-b48 for changeset 2bd7c6c12449
Wed, 05 Jul 2017 18:17:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:25 +0200] rev 13269
Merge
Tue, 24 Jul 2012 11:05:30 -0700 Merge
lana [Tue, 24 Jul 2012 11:05:30 -0700] rev 13268
Merge
Mon, 16 Jul 2012 17:02:36 -0700 Merge
lana [Mon, 16 Jul 2012 17:02:36 -0700] rev 13267
Merge
Thu, 12 Jul 2012 21:06:52 -0700 7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
joehw [Thu, 12 Jul 2012 21:06:52 -0700] rev 13266
7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled Summary: removing the hack of using escapeNonUSAscii. this is the same patch as 7166896 for 7u8. Reviewed-by: psandoz, lancea
Mon, 23 Jul 2012 12:38:21 -0700 Added tag jdk8-b48 for changeset ff4cbdd893ef
cl [Mon, 23 Jul 2012 12:38:21 -0700] rev 13265
Added tag jdk8-b48 for changeset ff4cbdd893ef
Wed, 05 Jul 2017 18:17:20 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:20 +0200] rev 13264
Merge
Mon, 23 Jul 2012 12:38:01 -0700 Added tag jdk8-b48 for changeset 7a93e19ba08f
cl [Mon, 23 Jul 2012 12:38:01 -0700] rev 13263
Added tag jdk8-b48 for changeset 7a93e19ba08f
Wed, 05 Jul 2017 18:17:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:16 +0200] rev 13262
Merge
Tue, 24 Jul 2012 11:06:38 -0700 Merge
lana [Tue, 24 Jul 2012 11:06:38 -0700] rev 13261
Merge
Wed, 18 Jul 2012 16:09:35 -0700 Merge
lana [Wed, 18 Jul 2012 16:09:35 -0700] rev 13260
Merge
Wed, 18 Jul 2012 18:46:17 +0100 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
michaelm [Wed, 18 Jul 2012 18:46:17 +0100] rev 13259
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name Reviewed-by: khazra, chegar
Wed, 18 Jul 2012 10:04:45 -0700 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java
dmocek [Wed, 18 Jul 2012 10:04:45 -0700] rev 13258
7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java Reviewed-by: smarks
Tue, 17 Jul 2012 19:57:31 -0700 7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
sherman [Tue, 17 Jul 2012 19:57:31 -0700] rev 13257
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[]) Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface Reviewed-by: alanb
Tue, 17 Jul 2012 11:01:44 -0700 7142596: RMI JPRT tests are failing
dmocek [Tue, 17 Jul 2012 11:01:44 -0700] rev 13256
7142596: RMI JPRT tests are failing Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb Contributed-by: olivier.lagneau@oracle.com
Mon, 16 Jul 2012 22:05:16 -0700 Merge
lana [Mon, 16 Jul 2012 22:05:16 -0700] rev 13255
Merge
Mon, 16 Jul 2012 17:04:32 -0700 Merge
lana [Mon, 16 Jul 2012 17:04:32 -0700] rev 13254
Merge
Tue, 17 Jul 2012 11:57:37 +0800 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
weijun [Tue, 17 Jul 2012 11:57:37 +0800] rev 13253
7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified Reviewed-by: mullan
Tue, 17 Jul 2012 11:28:16 +0800 7183203: ShortRSAKeynnn.sh tests intermittent failure
weijun [Tue, 17 Jul 2012 11:28:16 +0800] rev 13252
7183203: ShortRSAKeynnn.sh tests intermittent failure Reviewed-by: xuelei
Mon, 16 Jul 2012 16:30:11 -0700 7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors.
khazra [Mon, 16 Jul 2012 16:30:11 -0700] rev 13251
7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors. Summary: Increase Xmx to 20 MB and add mechanisms to eat up most of the JVM free memory. Reviewed-by: wetmore Contributed-by: dan.xu@oracle.com
Mon, 16 Jul 2012 22:38:49 +0100 6880559: Enable PKCS11 64-bit windows builds
vinnie [Mon, 16 Jul 2012 22:38:49 +0100] rev 13250
6880559: Enable PKCS11 64-bit windows builds Reviewed-by: valeriep
Sat, 14 Jul 2012 18:00:42 -0700 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
ksrini [Sat, 14 Jul 2012 18:00:42 -0700] rev 13249
7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path Reviewed-by: alanb, sherman
Fri, 13 Jul 2012 16:02:26 -0700 7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
khazra [Fri, 13 Jul 2012 16:02:26 -0700] rev 13248
7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar
Wed, 11 Jul 2012 17:10:34 +0800 6966259: Make PrincipalName and Realm immutable
weijun [Wed, 11 Jul 2012 17:10:34 +0800] rev 13247
6966259: Make PrincipalName and Realm immutable Reviewed-by: xuelei
Mon, 09 Jul 2012 22:26:08 +0100 7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
robm [Mon, 09 Jul 2012 22:26:08 +0100] rev 13246
7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled Reviewed-by: dholmes, chegar
Fri, 06 Jul 2012 10:36:19 +0800 7181353: Update error message to distinguish native OOM and java OOM in net
zhouyx [Fri, 06 Jul 2012 10:36:19 +0800] rev 13245
7181353: Update error message to distinguish native OOM and java OOM in net Reviewed-by: chegar
Thu, 05 Jul 2012 15:13:45 -0700 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
smarks [Thu, 05 Jul 2012 15:13:45 -0700] rev 13244
7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
Thu, 05 Jul 2012 15:12:10 -0700 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
smarks [Thu, 05 Jul 2012 15:12:10 -0700] rev 13243
6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
Wed, 18 Jul 2012 16:07:45 -0700 Merge
lana [Wed, 18 Jul 2012 16:07:45 -0700] rev 13242
Merge
Wed, 18 Jul 2012 18:25:49 +0400 7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
alexsch [Wed, 18 Jul 2012 18:25:49 +0400] rev 13241
7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7 Reviewed-by: bae, kizune
Tue, 17 Jul 2012 12:59:57 +0400 7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
bagiras [Tue, 17 Jul 2012 12:59:57 +0400] rev 13240
7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater Reviewed-by: anthony, ant
Mon, 16 Jul 2012 14:49:27 -0700 Merge
lana [Mon, 16 Jul 2012 14:49:27 -0700] rev 13239
Merge
Mon, 16 Jul 2012 14:04:03 +0400 7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List
serb [Mon, 16 Jul 2012 14:04:03 +0400] rev 13238
7170657: [macosx] There seems to be no keyboard/mouse action to select non-contiguous items in List Reviewed-by: rupashka
Mon, 16 Jul 2012 14:00:36 +0400 7181438: [OGL] Incorrect alpha used, during blit from SW to the texture.
serb [Mon, 16 Jul 2012 14:00:36 +0400] rev 13237
7181438: [OGL] Incorrect alpha used, during blit from SW to the texture. Reviewed-by: prr, campbell
Thu, 12 Jul 2012 16:54:47 +0200 7022041: TitleBorder Null Pointer Exception
ptisnovs [Thu, 12 Jul 2012 16:54:47 +0200] rev 13236
7022041: TitleBorder Null Pointer Exception Summary: Added check if getTitleFont() and getTitleColor() don't return null Reviewed-by: alexsch
Fri, 06 Jul 2012 14:20:27 +0400 7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7
anthony [Fri, 06 Jul 2012 14:20:27 +0400] rev 13235
7177173: [macosx] JFrame.setExtendedState(JFrame.MAXIMIZED_BOTH) not working as expected in JDK 7 Summary: Avoid unnecessary changes to the extended state Reviewed-by: art, serb
Wed, 04 Jul 2012 15:36:48 +0400 7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar
serb [Wed, 04 Jul 2012 15:36:48 +0400] rev 13234
7124513: [macosx] Support NSTexturedBackgroundWindowMask/different titlebar styles to create unified toolbar Reviewed-by: anthony, art
Wed, 04 Jul 2012 14:38:14 +0400 7124244: [macosx] Shaped windows support
serb [Wed, 04 Jul 2012 14:38:14 +0400] rev 13233
7124244: [macosx] Shaped windows support Reviewed-by: anthony, art
Tue, 17 Jul 2012 16:35:49 -0700 7183251: Netbeans editor renders text wrong on JDK 7u6 build 17
prr [Tue, 17 Jul 2012 16:35:49 -0700] rev 13232
7183251: Netbeans editor renders text wrong on JDK 7u6 build 17 Reviewed-by: igor, jgodinez
Mon, 16 Jul 2012 16:49:29 -0700 Merge
lana [Mon, 16 Jul 2012 16:49:29 -0700] rev 13231
Merge
Thu, 12 Jul 2012 16:24:56 -0700 7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7.
prr [Thu, 12 Jul 2012 16:24:56 -0700] rev 13230
7183458: Metrics of space character in algorithmically emboldened font have changed in JDK 7. Reviewed-by: igor, jgodinez
Mon, 23 Jul 2012 12:38:34 -0700 Added tag jdk8-b48 for changeset b070f2471114
cl [Mon, 23 Jul 2012 12:38:34 -0700] rev 13229
Added tag jdk8-b48 for changeset b070f2471114
Wed, 05 Jul 2017 18:17:04 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:04 +0200] rev 13228
Merge
Mon, 23 Jul 2012 12:38:08 -0700 Added tag jdk8-b48 for changeset 16ab57e58669
cl [Mon, 23 Jul 2012 12:38:08 -0700] rev 13227
Added tag jdk8-b48 for changeset 16ab57e58669
Tue, 24 Jul 2012 11:05:27 -0700 Merge
lana [Tue, 24 Jul 2012 11:05:27 -0700] rev 13226
Merge
Wed, 18 Jul 2012 16:08:20 -0700 Merge
lana [Wed, 18 Jul 2012 16:08:20 -0700] rev 13225
Merge
Mon, 16 Jul 2012 17:01:41 -0700 Merge
lana [Mon, 16 Jul 2012 17:01:41 -0700] rev 13224
Merge
Mon, 16 Jul 2012 22:41:04 +0100 6880559: Enable PKCS11 64-bit windows builds
vinnie [Mon, 16 Jul 2012 22:41:04 +0100] rev 13223
6880559: Enable PKCS11 64-bit windows builds Reviewed-by: valeriep
Mon, 23 Jul 2012 12:37:58 -0700 Added tag jdk8-b48 for changeset 60b5f491c654
cl [Mon, 23 Jul 2012 12:37:58 -0700] rev 13222
Added tag jdk8-b48 for changeset 60b5f491c654
Wed, 05 Jul 2017 18:16:53 +0200 Added tag jdk8-b48 for changeset 086271e35b0a
duke [Wed, 05 Jul 2017 18:16:53 +0200] rev 13221
Added tag jdk8-b48 for changeset 086271e35b0a
Wed, 05 Jul 2017 18:16:52 +0200 Merge jdk8-b48
duke [Wed, 05 Jul 2017 18:16:52 +0200] rev 13220
Merge
Wed, 05 Jul 2017 18:16:48 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:48 +0200] rev 13219
Merge
Thu, 12 Jul 2012 16:48:37 -0700 Added tag jdk8-b47 for changeset f0b04f0fc310
katleman [Thu, 12 Jul 2012 16:48:37 -0700] rev 13218
Added tag jdk8-b47 for changeset f0b04f0fc310
Wed, 05 Jul 2017 18:16:44 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:44 +0200] rev 13217
Merge
Thu, 12 Jul 2012 16:48:15 -0700 Added tag jdk8-b47 for changeset eb447c603031
katleman [Thu, 12 Jul 2012 16:48:15 -0700] rev 13216
Added tag jdk8-b47 for changeset eb447c603031
Wed, 05 Jul 2017 18:16:39 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:39 +0200] rev 13215
Merge
Thu, 12 Jul 2012 16:48:13 -0700 Added tag jdk8-b47 for changeset 6ab81ecbfa0d
katleman [Thu, 12 Jul 2012 16:48:13 -0700] rev 13214
Added tag jdk8-b47 for changeset 6ab81ecbfa0d
Wed, 05 Jul 2017 18:16:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:35 +0200] rev 13213
Merge
Thu, 12 Jul 2012 16:47:53 -0700 Added tag jdk8-b47 for changeset 89587a8ac2f4
katleman [Thu, 12 Jul 2012 16:47:53 -0700] rev 13212
Added tag jdk8-b47 for changeset 89587a8ac2f4
Wed, 05 Jul 2017 18:16:31 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:31 +0200] rev 13211
Merge
Thu, 12 Jul 2012 16:48:24 -0700 Added tag jdk8-b47 for changeset 2bfc7517a106
katleman [Thu, 12 Jul 2012 16:48:24 -0700] rev 13210
Added tag jdk8-b47 for changeset 2bfc7517a106
Wed, 05 Jul 2017 18:16:27 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:27 +0200] rev 13209
Merge
Fri, 13 Jul 2012 14:06:34 -0700 Added tag hs24-b16 for changeset 3db9eaf7c6ab
amurillo [Fri, 13 Jul 2012 14:06:34 -0700] rev 13208
Added tag hs24-b16 for changeset 3db9eaf7c6ab
Fri, 13 Jul 2012 14:06:33 -0700 Merge
amurillo [Fri, 13 Jul 2012 14:06:33 -0700] rev 13207
Merge
Thu, 12 Jul 2012 14:19:15 -0700 Merge
kvn [Thu, 12 Jul 2012 14:19:15 -0700] rev 13206
Merge
Wed, 11 Jul 2012 14:50:30 -0700 7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic
kvn [Wed, 11 Jul 2012 14:50:30 -0700] rev 13205
7181658: CTW: assert(t->meet(t0) == t) failed: Not monotonic Summary: Use uncast node equivalence checks in CmpUNode::sub. Reviewed-by: kvn, twisti Contributed-by: vladimir.x.ivanov@oracle.com
Mon, 02 Jul 2012 12:59:43 -0700 7180769: assert(tboth->klass_is_exact()) failed: klass should be exact
kvn [Mon, 02 Jul 2012 12:59:43 -0700] rev 13204
7180769: assert(tboth->klass_is_exact()) failed: klass should be exact Summary: Use class exactness as part of the condition for class compare optimization instead of assert. Reviewed-by: twisti, roland
Mon, 02 Jul 2012 09:58:06 +0200 7177917: Failed test java/lang/Math/PowTests.java
roland [Mon, 02 Jul 2012 09:58:06 +0200] rev 13203
7177917: Failed test java/lang/Math/PowTests.java Summary: When c2 intrinsifies pow/exp, it should never inline the java implementations. Reviewed-by: kvn
Thu, 12 Jul 2012 14:26:25 -0400 Merge
coleenp [Thu, 12 Jul 2012 14:26:25 -0400] rev 13202
Merge
Mon, 09 Jul 2012 01:28:37 -0700 6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
fparain [Mon, 09 Jul 2012 01:28:37 -0700] rev 13201
6294277: java -Xdebug crashes on SourceDebugExtension attribute larger than 64K Reviewed-by: sspitsyn, dholmes, coleenp, kamg
Thu, 28 Jun 2012 11:37:28 +0200 7178703: Fix handling of quoted arguments and better error messages in dcmd
sla [Thu, 28 Jun 2012 11:37:28 +0200] rev 13200
7178703: Fix handling of quoted arguments and better error messages in dcmd Reviewed-by: coleenp, mgronlun, rbackman
Wed, 04 Jul 2012 15:55:45 -0400 7181200: JVM new hashing code breaks SA in product mode
coleenp [Wed, 04 Jul 2012 15:55:45 -0400] rev 13199
7181200: JVM new hashing code breaks SA in product mode Summary: Made new_hash() overloaded rather than a virtual function so SA code doesn't need to be changed. Reviewed-by: kvn, acorn, dholmes, fparain
Tue, 03 Jul 2012 17:35:00 -0700 7129724: MAC: Core file location is wrong in crash report
mikael [Tue, 03 Jul 2012 17:35:00 -0700] rev 13198
7129724: MAC: Core file location is wrong in crash report Summary: Updated core path location to reflect macosx default Reviewed-by: dholmes, kamg
Tue, 03 Jul 2012 01:41:29 -0400 7179383: MaxDirectMemorySize argument parsing is broken for values >2G
dholmes [Tue, 03 Jul 2012 01:41:29 -0400] rev 13197
7179383: MaxDirectMemorySize argument parsing is broken for values >2G Summary: change hotspot flag to be unsigned Reviewed-by: dholmes, sla, fparain, brutisso Contributed-by: Chris Dennis <cdennis@terracottatech.com>
Mon, 02 Jul 2012 13:11:28 -0400 Merge
coleenp [Mon, 02 Jul 2012 13:11:28 -0400] rev 13196
Merge
Thu, 28 Jun 2012 17:03:16 -0400 6995781: Native Memory Tracking (Phase 1)
zgu [Thu, 28 Jun 2012 17:03:16 -0400] rev 13195
6995781: Native Memory Tracking (Phase 1) 7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
Mon, 02 Jul 2012 10:54:17 -0400 7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used
kamg [Mon, 02 Jul 2012 10:54:17 -0400] rev 13194
7167142: Consider a warning when finding a .hotspotrc or .hotspot_compiler file that isn't used Summary: Send warnings to output stream Reviewed-by: dholmes, fparain
Fri, 29 Jun 2012 17:12:15 -0700 7180882: new hotspot build - hs24-b16
amurillo [Fri, 29 Jun 2012 17:12:15 -0700] rev 13193
7180882: new hotspot build - hs24-b16 Reviewed-by: jcoomes
Thu, 12 Jul 2012 16:48:00 -0700 Added tag jdk8-b47 for changeset a655fb35e798
katleman [Thu, 12 Jul 2012 16:48:00 -0700] rev 13192
Added tag jdk8-b47 for changeset a655fb35e798
Wed, 18 Jul 2012 14:18:48 -0700 Merge
katleman [Wed, 18 Jul 2012 14:18:48 -0700] rev 13191
Merge
Mon, 16 Jul 2012 11:43:23 -0700 7184406: Adjust get_source/hgforest script to allow for trailing // characters
ohair [Mon, 16 Jul 2012 11:43:23 -0700] rev 13190
7184406: Adjust get_source/hgforest script to allow for trailing // characters Reviewed-by: tbell
Thu, 12 Jul 2012 16:47:51 -0700 Added tag jdk8-b47 for changeset 89d0de913efd
katleman [Thu, 12 Jul 2012 16:47:51 -0700] rev 13189
Added tag jdk8-b47 for changeset 89d0de913efd
Wed, 05 Jul 2017 18:16:12 +0200 Added tag jdk8-b47 for changeset b820143a6f1c
duke [Wed, 05 Jul 2017 18:16:12 +0200] rev 13188
Added tag jdk8-b47 for changeset b820143a6f1c
Wed, 05 Jul 2017 18:16:12 +0200 Merge jdk8-b47
duke [Wed, 05 Jul 2017 18:16:12 +0200] rev 13187
Merge
Wed, 05 Jul 2017 18:16:08 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:08 +0200] rev 13186
Merge
Sun, 08 Jul 2012 20:34:14 -0700 Merge
ohair [Sun, 08 Jul 2012 20:34:14 -0700] rev 13185
Merge
Thu, 28 Jun 2012 14:59:20 -0700 7180594: Fix GenStubs in langtools for build-infra builds
erikj [Thu, 28 Jun 2012 14:59:20 -0700] rev 13184
7180594: Fix GenStubs in langtools for build-infra builds Reviewed-by: ohair
Thu, 05 Jul 2012 18:44:44 -0700 Added tag jdk8-b46 for changeset b7b7fb648bf6
katleman [Thu, 05 Jul 2012 18:44:44 -0700] rev 13183
Added tag jdk8-b46 for changeset b7b7fb648bf6
Wed, 05 Jul 2017 18:16:03 +0200 Merge
duke [Wed, 05 Jul 2017 18:16:03 +0200] rev 13182
Merge
Thu, 05 Jul 2012 18:44:26 -0700 Added tag jdk8-b46 for changeset a454fca4fd87
katleman [Thu, 05 Jul 2012 18:44:26 -0700] rev 13181
Added tag jdk8-b46 for changeset a454fca4fd87
Wed, 05 Jul 2017 18:15:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:59 +0200] rev 13180
Merge
Tue, 10 Jul 2012 11:40:47 -0700 Merge
lana [Tue, 10 Jul 2012 11:40:47 -0700] rev 13179
Merge
Tue, 03 Jul 2012 18:24:03 -0700 Merge
lana [Tue, 03 Jul 2012 18:24:03 -0700] rev 13178
Merge
Tue, 26 Jun 2012 22:47:23 -0700 Merge
lana [Tue, 26 Jun 2012 22:47:23 -0700] rev 13177
Merge
Tue, 26 Jun 2012 15:28:21 -0700 7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException
joehw [Tue, 26 Jun 2012 15:28:21 -0700] rev 13176
7166896: DocumentBuilder.parse(String uri) is not IPv6 enabled. It throws MalformedURLException Summary: skip the added international character handling for general paths Reviewed-by: lancea
Thu, 05 Jul 2012 18:44:22 -0700 Added tag jdk8-b46 for changeset b5166f281c42
katleman [Thu, 05 Jul 2012 18:44:22 -0700] rev 13175
Added tag jdk8-b46 for changeset b5166f281c42
Wed, 05 Jul 2017 18:15:54 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:54 +0200] rev 13174
Merge
Tue, 10 Jul 2012 11:40:40 -0700 Merge
lana [Tue, 10 Jul 2012 11:40:40 -0700] rev 13173
Merge
Tue, 03 Jul 2012 18:23:04 -0700 Merge
lana [Tue, 03 Jul 2012 18:23:04 -0700] rev 13172
Merge
Wed, 27 Jun 2012 21:09:29 +0100 7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8
coffeys [Wed, 27 Jun 2012 21:09:29 +0100] rev 13171
7162902: Umbrella port of a number of corba bug fixes from JDK 6 to jdk7u/8 Reviewed-by: lancea
Thu, 05 Jul 2012 18:44:04 -0700 Added tag jdk8-b46 for changeset 3b78e26c0c38
katleman [Thu, 05 Jul 2012 18:44:04 -0700] rev 13170
Added tag jdk8-b46 for changeset 3b78e26c0c38
Wed, 05 Jul 2017 18:15:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:49 +0200] rev 13169
Merge
Wed, 11 Jul 2012 16:02:18 -0700 Merge
katleman [Wed, 11 Jul 2012 16:02:18 -0700] rev 13168
Merge
Thu, 05 Jul 2012 13:31:38 -0700 Merge
ohair [Thu, 05 Jul 2012 13:31:38 -0700] rev 13167
Merge
Tue, 03 Jul 2012 16:01:59 -0700 7181501: Add some GenerateNativeHeader annotations and misc Mac adjustments to makefiles
erikj [Tue, 03 Jul 2012 16:01:59 -0700] rev 13166
7181501: Add some GenerateNativeHeader annotations and misc Mac adjustments to makefiles Reviewed-by: ohair
Tue, 03 Jul 2012 11:45:34 -0700 7181508: Remove GenerateNativeHeader on awt java file
erikj [Tue, 03 Jul 2012 11:45:34 -0700] rev 13165
7181508: Remove GenerateNativeHeader on awt java file Reviewed-by: ohair
Tue, 03 Jul 2012 16:10:44 -0700 7181504: Update of latest build-infra Makefiles
erikj [Tue, 03 Jul 2012 16:10:44 -0700] rev 13164
7181504: Update of latest build-infra Makefiles Reviewed-by: ohair
Tue, 10 Jul 2012 11:41:40 -0700 Merge
lana [Tue, 10 Jul 2012 11:41:40 -0700] rev 13163
Merge
Tue, 03 Jul 2012 20:58:02 -0700 Merge
lana [Tue, 03 Jul 2012 20:58:02 -0700] rev 13162
Merge
Tue, 03 Jul 2012 20:29:16 -0700 7180038: regression test failure, SSLEngineBadBufferArrayAccess.java
xuelei [Tue, 03 Jul 2012 20:29:16 -0700] rev 13161
7180038: regression test failure, SSLEngineBadBufferArrayAccess.java Reviewed-by: weijun
Tue, 03 Jul 2012 18:24:22 -0700 Merge
lana [Tue, 03 Jul 2012 18:24:22 -0700] rev 13160
Merge
Tue, 03 Jul 2012 14:56:58 -0400 7133344: Document the java.security.properties system property feature in the java.security file
mullan [Tue, 03 Jul 2012 14:56:58 -0400] rev 13159
7133344: Document the java.security.properties system property feature in the java.security file Reviewed-by: hawtin, mullan, weijun Contributed-by: jason.uh@oracle.com
Mon, 02 Jul 2012 14:11:44 -0700 7176907: additional warnings cleanup in java.util, java.util.regexp, java.util.zip
smarks [Mon, 02 Jul 2012 14:11:44 -0700] rev 13158
7176907: additional warnings cleanup in java.util, java.util.regexp, java.util.zip Reviewed-by: forax, khazra, smarks Contributed-by: Mani Sarkar <sadhak001@gmail.com>
Mon, 02 Jul 2012 19:32:35 +0100 7174887: Deadlock in jndi ldap connection cleanup
robm [Mon, 02 Jul 2012 19:32:35 +0100] rev 13157
7174887: Deadlock in jndi ldap connection cleanup Reviewed-by: xuelei
Fri, 29 Jun 2012 16:16:13 -0700 7170938: (str) incorrect wording in doc for String.subSequence
smarks [Fri, 29 Jun 2012 16:16:13 -0700] rev 13156
7170938: (str) incorrect wording in doc for String.subSequence Reviewed-by: forax, mduigou Contributed-by: Joe Bowbeer <joe.bowbeer@gmail.com>
Fri, 29 Jun 2012 15:36:14 -0700 7100996: (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads
jgish [Fri, 29 Jun 2012 15:36:14 -0700] rev 13155
7100996: (spec str) IndexOutOfBoundsException when using a StringBuffer from multiple threads Summary: add usage note to clarify thread safety Reviewed-by: briangoetz, mduigou Contributed-by: jim.gish@oracle.com
Thu, 28 Jun 2012 22:44:21 -0700 7175845: jar uf changes file permissions unexpectedly
sherman [Thu, 28 Jun 2012 22:44:21 -0700] rev 13154
7175845: jar uf changes file permissions unexpectedly 7177216: native2ascii changes file permissions of input file Summary: undo the File.createTempFile change in jar and native2ascii Reviewed-by: asaha
Wed, 27 Jun 2012 21:10:26 +0100 6893617: JDK 6 CNCtx always uses the default ORB
coffeys [Wed, 27 Jun 2012 21:10:26 +0100] rev 13153
6893617: JDK 6 CNCtx always uses the default ORB Reviewed-by: lancea
Wed, 27 Jun 2012 00:09:30 -0700 Merge
lana [Wed, 27 Jun 2012 00:09:30 -0700] rev 13152
Merge
Tue, 26 Jun 2012 22:59:26 -0700 Merge
lana [Tue, 26 Jun 2012 22:59:26 -0700] rev 13151
Merge
Wed, 27 Jun 2012 01:36:28 -0400 7161229: PriorityBlockingQueue keeps hard reference to last removed element
dholmes [Wed, 27 Jun 2012 01:36:28 -0400] rev 13150
7161229: PriorityBlockingQueue keeps hard reference to last removed element Reviewed-by: dholmes, forax, alanb Contributed-by: Doug Lea <dl@cs.oswego.edu>
Tue, 26 Jun 2012 13:27:26 +0100 4244896: (process) Provide System.getPid(), System.killProcess(String pid)
robm [Tue, 26 Jun 2012 13:27:26 +0100] rev 13149
4244896: (process) Provide System.getPid(), System.killProcess(String pid) Reviewed-by: alanb
Tue, 03 Jul 2012 20:56:24 -0700 Merge
lana [Tue, 03 Jul 2012 20:56:24 -0700] rev 13148
Merge
Thu, 28 Jun 2012 14:05:06 +0400 7169111: Unreadable menu bar with Ambiance theme in GTK L&F
rupashka [Thu, 28 Jun 2012 14:05:06 +0400] rev 13147
7169111: Unreadable menu bar with Ambiance theme in GTK L&F Reviewed-by: kizune
Wed, 27 Jun 2012 12:54:48 -0700 Merge
lana [Wed, 27 Jun 2012 12:54:48 -0700] rev 13146
Merge
Tue, 26 Jun 2012 17:29:10 +0400 7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation.
anthony [Tue, 26 Jun 2012 17:29:10 +0400] rev 13145
7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation. Summary: Don't add SystemTrayPeer to the peers map Reviewed-by: art, leonidr
Tue, 26 Jun 2012 16:46:00 +0400 7024749: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75
bagiras [Tue, 26 Jun 2012 16:46:00 +0400] rev 13144
7024749: JDK7 b131---a crash in: Java_sun_awt_windows_ThemeReader_isGetThemeTransitionDurationDefined+0x75 Reviewed-by: art, ant
Tue, 26 Jun 2012 13:46:09 +0400 7142091: [macosx] RFE: Refactoring of peer initialization/disposing
serb [Tue, 26 Jun 2012 13:46:09 +0400] rev 13143
7142091: [macosx] RFE: Refactoring of peer initialization/disposing Reviewed-by: anthony, art
Tue, 03 Jul 2012 20:54:45 -0700 Merge
lana [Tue, 03 Jul 2012 20:54:45 -0700] rev 13142
Merge
Wed, 27 Jun 2012 18:39:43 -0700 Merge
lana [Wed, 27 Jun 2012 18:39:43 -0700] rev 13141
Merge
Tue, 26 Jun 2012 09:54:29 -0700 7164282: check for NULL return from malloc is testing wrong variable name.
prr [Tue, 26 Jun 2012 09:54:29 -0700] rev 13140
7164282: check for NULL return from malloc is testing wrong variable name. Reviewed-by: igor, flar
Tue, 26 Jun 2012 09:53:27 -0700 7176447: Lunix/Solaris fontpath.c : double free(family)
prr [Tue, 26 Jun 2012 09:53:27 -0700] rev 13139
7176447: Lunix/Solaris fontpath.c : double free(family) Reviewed-by: igor, flar
Tue, 26 Jun 2012 09:38:25 -0700 7145771: [macosx] CreateFont/Register.java test fails because of cached results of getAllFonts()
prr [Tue, 26 Jun 2012 09:38:25 -0700] rev 13138
7145771: [macosx] CreateFont/Register.java test fails because of cached results of getAllFonts() Reviewed-by: igor, flar
Thu, 05 Jul 2012 18:44:32 -0700 Added tag jdk8-b46 for changeset c35f7a2acbec
katleman [Thu, 05 Jul 2012 18:44:32 -0700] rev 13137
Added tag jdk8-b46 for changeset c35f7a2acbec
Wed, 05 Jul 2017 18:15:39 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:39 +0200] rev 13136
Merge
Thu, 05 Jul 2012 18:44:09 -0700 Added tag jdk8-b46 for changeset 7604568cf818
katleman [Thu, 05 Jul 2012 18:44:09 -0700] rev 13135
Added tag jdk8-b46 for changeset 7604568cf818
Wed, 11 Jul 2012 16:00:14 -0700 Merge
katleman [Wed, 11 Jul 2012 16:00:14 -0700] rev 13134
Merge
Thu, 05 Jul 2012 18:27:07 -0700 7182051: Update of latest build-infra Makefiles (missing files)
erikj [Thu, 05 Jul 2012 18:27:07 -0700] rev 13133
7182051: Update of latest build-infra Makefiles (missing files) Reviewed-by: ohair
Tue, 03 Jul 2012 16:11:12 -0700 7181504: Update of latest build-infra Makefiles
erikj [Tue, 03 Jul 2012 16:11:12 -0700] rev 13132
7181504: Update of latest build-infra Makefiles Reviewed-by: ohair
Thu, 05 Jul 2012 18:43:57 -0700 Added tag jdk8-b46 for changeset 8e117f8b08eb
katleman [Thu, 05 Jul 2012 18:43:57 -0700] rev 13131
Added tag jdk8-b46 for changeset 8e117f8b08eb
Wed, 05 Jul 2017 18:15:28 +0200 Added tag jdk8-b46 for changeset 600c9a1feb01
duke [Wed, 05 Jul 2017 18:15:28 +0200] rev 13130
Added tag jdk8-b46 for changeset 600c9a1feb01
Wed, 05 Jul 2017 18:15:28 +0200 Merge jdk8-b46
duke [Wed, 05 Jul 2017 18:15:28 +0200] rev 13129
Merge
Wed, 05 Jul 2017 18:15:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:25 +0200] rev 13128
Merge
Thu, 28 Jun 2012 09:33:16 -0700 Added tag jdk8-b45 for changeset b34aca67a4db
katleman [Thu, 28 Jun 2012 09:33:16 -0700] rev 13127
Added tag jdk8-b45 for changeset b34aca67a4db
Wed, 05 Jul 2017 18:15:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:22 +0200] rev 13126
Merge
Thu, 28 Jun 2012 09:32:55 -0700 Added tag jdk8-b45 for changeset 466ddaf02777
katleman [Thu, 28 Jun 2012 09:32:55 -0700] rev 13125
Added tag jdk8-b45 for changeset 466ddaf02777
Wed, 05 Jul 2017 18:15:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:19 +0200] rev 13124
Merge
Thu, 28 Jun 2012 09:32:52 -0700 Added tag jdk8-b45 for changeset a21c904ee700
katleman [Thu, 28 Jun 2012 09:32:52 -0700] rev 13123
Added tag jdk8-b45 for changeset a21c904ee700
Wed, 05 Jul 2017 18:15:17 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:17 +0200] rev 13122
Merge
Thu, 28 Jun 2012 09:32:28 -0700 Added tag jdk8-b45 for changeset 27f3d36a24d5
katleman [Thu, 28 Jun 2012 09:32:28 -0700] rev 13121
Added tag jdk8-b45 for changeset 27f3d36a24d5
Wed, 05 Jul 2017 18:15:14 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:14 +0200] rev 13120
Merge
Thu, 28 Jun 2012 09:33:05 -0700 Added tag jdk8-b45 for changeset 82534e9c5cc7
katleman [Thu, 28 Jun 2012 09:33:05 -0700] rev 13119
Added tag jdk8-b45 for changeset 82534e9c5cc7
Wed, 05 Jul 2017 18:15:11 +0200 Merge
duke [Wed, 05 Jul 2017 18:15:11 +0200] rev 13118
Merge
Fri, 29 Jun 2012 17:04:40 -0700 Added tag hs24-b15 for changeset e4f98cec6edd
amurillo [Fri, 29 Jun 2012 17:04:40 -0700] rev 13117
Added tag hs24-b15 for changeset e4f98cec6edd
Fri, 29 Jun 2012 17:04:39 -0700 Merge
amurillo [Fri, 29 Jun 2012 17:04:39 -0700] rev 13116
Merge
Fri, 29 Jun 2012 14:28:10 -0700 7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
coleenp [Fri, 29 Jun 2012 14:28:10 -0700] rev 13115
7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping Summary: libjvm_g_db.so and libjvm_g_dtrace.so links in .diz file still had 64 directory Reviewed-by: kamg, dholmes, sspitsyn
Fri, 29 Jun 2012 11:15:38 -0700 Merge
jcoomes [Fri, 29 Jun 2012 11:15:38 -0700] rev 13114
Merge
Mon, 25 Jun 2012 16:00:55 -0700 6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets
johnc [Mon, 25 Jun 2012 16:00:55 -0700] rev 13113
6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets Summary: Remove the per-thread expansion tables (PosParPRT) and associated expansion and compaction from the fine grain RSet entries. This code has been unused for a while. Reviewed-by: johnc, brutisso Contributed-by: Thomas Schatzl <thomas.schatzl@jku.at>
Thu, 28 Jun 2012 10:35:28 -0700 Merge
kvn [Thu, 28 Jun 2012 10:35:28 -0700] rev 13112
Merge
Tue, 26 Jun 2012 09:06:16 -0700 7179138: Incorrect result with String concatenation optimization
kvn [Tue, 26 Jun 2012 09:06:16 -0700] rev 13111
7179138: Incorrect result with String concatenation optimization Summary: check for and skip diamond shaped NULL check code for the result of toString() Reviewed-by: twisti, roland
Fri, 22 Jun 2012 10:40:48 -0700 7178280: Failed new vector regression tests
kvn [Fri, 22 Jun 2012 10:40:48 -0700] rev 13110
7178280: Failed new vector regression tests Summary: When looking for the same value in an other register check that all parts of that register has the same value. Reviewed-by: johnc, twisti
Thu, 21 Jun 2012 09:52:38 +0200 7129715: MAC: SIGBUS in nsk stress test
roland [Thu, 21 Jun 2012 09:52:38 +0200] rev 13109
7129715: MAC: SIGBUS in nsk stress test Summary: StackOverflowError may get lost on OSX. Reviewed-by: kvn, dcubed
Tue, 19 Jun 2012 15:12:56 -0700 7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear()
kvn [Tue, 19 Jun 2012 15:12:56 -0700] rev 13108
7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear() Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc Reviewed-by: twisti
Mon, 18 Jun 2012 15:17:30 -0700 7157365: jruby/bench.bench_timeout crashes with JVM internal error
twisti [Mon, 18 Jun 2012 15:17:30 -0700] rev 13107
7157365: jruby/bench.bench_timeout crashes with JVM internal error Reviewed-by: jrose, kvn
Mon, 18 Jun 2012 12:29:21 -0700 7176856: add the JRE name to the error log
twisti [Mon, 18 Jun 2012 12:29:21 -0700] rev 13106
7176856: add the JRE name to the error log Reviewed-by: coleenp, jrose, kvn, twisti Contributed-by: Krystal Mok <sajia@taobao.com>
Mon, 18 Jun 2012 09:52:31 +0200 7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
roland [Mon, 18 Jun 2012 09:52:31 +0200] rev 13105
7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length. Reviewed-by: kvn, twisti
Fri, 15 Jun 2012 01:25:19 -0700 7119644: Increase superword's vector size up to 256 bits
kvn [Fri, 15 Jun 2012 01:25:19 -0700] rev 13104
7119644: Increase superword's vector size up to 256 bits Summary: Increase vector size up to 256-bits for YMM AVX registers on x86. Reviewed-by: never, twisti, roland
Thu, 28 Jun 2012 04:21:07 -0400 Merge
bdelsart [Thu, 28 Jun 2012 04:21:07 -0400] rev 13103
Merge
Mon, 25 Jun 2012 15:34:06 -0400 7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC
dlong [Mon, 25 Jun 2012 15:34:06 -0400] rev 13102
7156729: PPC: R_PPC_REL24 relocation error related to some libraries built without -fPIC Summary: build powerpc with -fPIC Reviewed-by: mikael, vladidan, roland Contributed-by: dean.long@oracle.com
Fri, 22 Jun 2012 14:00:39 -0400 7177409: Perf regression in JVM_GetClassDeclaredFields after generic signature changes.
jiangli [Fri, 22 Jun 2012 14:00:39 -0400] rev 13101
7177409: Perf regression in JVM_GetClassDeclaredFields after generic signature changes. Summary: In fieldDescriptor::generic_signature() returns NULL immediately if the field has no generic signature. Reviewed-by: dholmes, coleenp, jcoomes
Tue, 19 Jun 2012 21:16:20 -0700 7178113: build environment change
collins [Tue, 19 Jun 2012 21:16:20 -0700] rev 13100
7178113: build environment change Summary: Simple change to enable proper builds of arm target Reviewed-by: ohair, dholmes
Wed, 27 Jun 2012 15:23:36 +0200 7178667: ALT_EXPORT_PATH does not export server jvm on macosx
sla [Wed, 27 Jun 2012 15:23:36 +0200] rev 13099
7178667: ALT_EXPORT_PATH does not export server jvm on macosx Summary: Missing .PHONY targets in makefile Reviewed-by: dholmes, dsamersoff
Mon, 25 Jun 2012 18:59:52 -0700 Merge
coleenp [Mon, 25 Jun 2012 18:59:52 -0700] rev 13098
Merge
Mon, 25 Jun 2012 21:33:35 -0400 7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table
coleenp [Mon, 25 Jun 2012 21:33:35 -0400] rev 13097
7178670: runtime/7158800/BadUtf8.java fails in SymbolTable::rehash_table Summary: Cannot delete _buckets and HashtableEntries in shared space (CDS) Reviewed-by: acorn, kvn, dlong, dcubed, kamg
Mon, 25 Jun 2012 14:34:35 +0200 7178846: IterateThroughHeap: heap_iteration_callback passes a negative size
sla [Mon, 25 Jun 2012 14:34:35 +0200] rev 13096
7178846: IterateThroughHeap: heap_iteration_callback passes a negative size Summary: Missing cast caused integer overflow Reviewed-by: rbackman, dholmes
Fri, 22 Jun 2012 15:39:16 -0700 7177128: SA cannot get correct system properties after 7126277
minqi [Fri, 22 Jun 2012 15:39:16 -0700] rev 13095
7177128: SA cannot get correct system properties after 7126277 Summary: Bug fix of 7126277 changed hashing algorithm and also changed key as final field, this led SA unable to set correct value for key. Solution by reading key/value and insert them into the new table. Reviewed-by: dholmes, mikael Contributed-by: yumin.qi@oracle.com
Fri, 22 Jun 2012 15:35:30 -0700 7175133: jinfo failed to get system properties after 6924259
minqi [Fri, 22 Jun 2012 15:35:30 -0700] rev 13094
7175133: jinfo failed to get system properties after 6924259 Summary: String offset and count fields as fix of 6924259 were removed, and become optional. SA still use offset and count fields to read String contents and failed. Fix if they exist, use them other then use value field only to read, this keeps consistent with the changes in 6924259. Reviewed-by: dholmes, mikael Contributed-by: yumin.qi@oracle.com
Wed, 20 Jun 2012 14:29:23 -0700 Merge
dcubed [Wed, 20 Jun 2012 14:29:23 -0700] rev 13093
Merge
Wed, 20 Jun 2012 14:18:25 -0700 7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips)
dcubed [Wed, 20 Jun 2012 14:18:25 -0700] rev 13092
7175255: symlinks are wrong, which caused jdk8-promote-2 to fail (client/64/64 directories in debuginfo zips) Summary: Fix bad paths in client/64 and server/64 debug info and symlink creation Reviewed-by: ohair, dholmes
Mon, 18 Jun 2012 11:33:17 +0200 Merge
sla [Mon, 18 Jun 2012 11:33:17 +0200] rev 13091
Merge
Fri, 15 Jun 2012 07:51:37 -0400 7177307: fix fo CR7158800 doesn't contain Test7158800.sh
coleenp [Fri, 15 Jun 2012 07:51:37 -0400] rev 13090
7177307: fix fo CR7158800 doesn't contain Test7158800.sh Summary: forgot to hg add it Reviewed-by: pbk, kamg, dlong, kvn, fparain
Thu, 14 Jun 2012 22:55:40 -0700 Merge
poonam [Thu, 14 Jun 2012 22:55:40 -0700] rev 13089
Merge
Thu, 14 Jun 2012 02:12:46 -0700 6310967: SA: jstack -m produce failures in output
poonam [Thu, 14 Jun 2012 02:12:46 -0700] rev 13088
6310967: SA: jstack -m produce failures in output Summary: While looking for the sender frame check that the frame pointer should not be less than the stack pointer. Reviewed-by: dholmes, sla
Wed, 13 Jun 2012 19:52:59 -0400 7158800: Improve storage of symbol tables
coleenp [Wed, 13 Jun 2012 19:52:59 -0400] rev 13087
7158800: Improve storage of symbol tables Summary: Use an alternate version of hashing algorithm for symbol string tables and after a certain bucket size to improve performance Reviewed-by: pbk, kamg, dlong, kvn, fparain
Fri, 15 Jun 2012 14:17:28 -0700 7175515: new hotspot build - hs24-b15
amurillo [Fri, 15 Jun 2012 14:17:28 -0700] rev 13086
7175515: new hotspot build - hs24-b15 Reviewed-by: jcoomes
(0) -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 +30000 tip