katleman [Thu, 10 May 2012 10:25:14 -0700] rev 12603
Added tag jdk8-b38 for changeset 5904985dac0a
duke [Wed, 05 Jul 2017 18:10:39 +0200] rev 12602
Merge
amurillo [Fri, 11 May 2012 14:47:25 -0700] rev 12601
Added tag hs24-b10 for changeset fcb3aef57178
amurillo [Fri, 11 May 2012 14:47:24 -0700] rev 12600
Merge
jcoomes [Fri, 11 May 2012 06:37:47 -0700] rev 12599
Merge
brutisso [Thu, 10 May 2012 14:16:34 +0200] rev 12598
7167069: 6 VM flags crash the VM when queried via jinfo
Summary: Added missing double format to Flag::print_as_flag()
Reviewed-by: dholmes, stefank, coleenp
stefank [Thu, 10 May 2012 11:27:10 +0200] rev 12597
7167437: Can't build on linux without precompiled headers
Reviewed-by: brutisso, mgerdin
kvn [Wed, 09 May 2012 10:54:29 -0700] rev 12596
Merge
kvn [Tue, 08 May 2012 15:47:04 -0700] rev 12595
7167266: missing copyright notes in 3rd party code
Summary: add missing copyright notes to the regression test file.
Reviewed-by: twisti, johnc
kvn [Mon, 07 May 2012 12:37:46 -0700] rev 12594
7160610: Unknown Native Code compilation issue
Summary: When constructing input vector use type of vector's operation which use it since element's sizes should match.
Reviewed-by: never, twisti
twisti [Tue, 24 Apr 2012 12:15:32 -0700] rev 12593
7157695: Add windows implementation of socket interface
Reviewed-by: kvn, dholmes, twisti
Contributed-by: Nils Eliasson <nils.eliasson@oracle.com>
never [Wed, 18 Apr 2012 16:08:34 -0700] rev 12592
7161796: PhaseStringOpts::fetch_static_field tries to fetch field from the Klass instead of the mirror
Reviewed-by: twisti
never [Tue, 17 Apr 2012 11:04:22 -0700] rev 12591
7162094: LateInlineCallGenerator::do_late_inline crashed on uninitialized _call_node
Reviewed-by: never, twisti
Contributed-by: nils.eliasson@oracle.com
iveresov [Wed, 11 Apr 2012 19:15:46 -0700] rev 12590
7160539: JDeveloper crashes on 64-bit Windows
Summary: x64 C1 needs to zero upper 32bits when doing l2i conversion
Reviewed-by: never, kvn
jiangli [Tue, 10 Apr 2012 09:31:04 -0700] rev 12589
7159772: instanceKlass::all_fields_count() returns incorrect total field count
Summary: Fix instanceKlass::all_fields_count() bug.
Reviewed-by: kvn, never
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
jprovino [Sat, 05 May 2012 10:24:55 -0400] rev 12588
Merge
jiangli [Wed, 02 May 2012 13:21:36 -0400] rev 12587
7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support.
Summary: Change the _host_klass to be conditionally created embedded instanceKlass field.
Reviewed-by: jrose, coleenp, dholmes
amurillo [Fri, 04 May 2012 15:26:05 -0700] rev 12586
7166615: new hotspot build - hs24-b10
Reviewed-by: jcoomes
katleman [Thu, 10 May 2012 10:25:00 -0700] rev 12585
Added tag jdk8-b38 for changeset dd5e885125b4
katleman [Wed, 16 May 2012 22:06:41 -0700] rev 12584
Merge
ohair [Fri, 11 May 2012 17:52:57 -0700] rev 12583
7167976: Fix broken get_source.sh script
Reviewed-by: tbell
ohair [Thu, 10 May 2012 08:26:26 -0700] rev 12582
7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest
Reviewed-by: erikj, asaha, chegar, sla, dholmes, mbykov, coleenp
katleman [Thu, 10 May 2012 10:24:54 -0700] rev 12581
Added tag jdk8-b38 for changeset ab7f1daeaf13
duke [Wed, 05 Jul 2017 18:10:28 +0200] rev 12580
Added tag jdk8-b38 for changeset 4cc5610a6dd6
duke [Wed, 05 Jul 2017 18:10:27 +0200] rev 12579
Merge
duke [Wed, 05 Jul 2017 18:10:25 +0200] rev 12578
Merge
katleman [Wed, 09 May 2012 13:08:07 -0700] rev 12577
Added tag jdk8-b37 for changeset ac17e6eab3e8
duke [Wed, 05 Jul 2017 18:10:22 +0200] rev 12576
Merge
katleman [Wed, 09 May 2012 13:07:50 -0700] rev 12575
Added tag jdk8-b37 for changeset cc70c2a4a56c
duke [Wed, 05 Jul 2017 18:10:18 +0200] rev 12574
Merge
katleman [Wed, 09 May 2012 13:07:49 -0700] rev 12573
Added tag jdk8-b37 for changeset 19c92373018b
duke [Wed, 05 Jul 2017 18:10:15 +0200] rev 12572
Merge
katleman [Wed, 09 May 2012 13:11:47 -0700] rev 12571
Merge
katleman [Wed, 09 May 2012 13:07:38 -0700] rev 12570
Added tag jdk8-b37 for changeset 64ed6b4e402e
lana [Tue, 01 May 2012 11:29:58 -0700] rev 12569
Merge
lana [Thu, 26 Apr 2012 14:14:38 -0700] rev 12568
Merge
coffeys [Fri, 20 Apr 2012 17:34:25 +0100] rev 12567
7161925: sjava files in corba don't have copyright string and legal notice
Reviewed-by: chegar
Contributed-by: misha.bykov@oracle.com
jmelvin [Mon, 16 Apr 2012 17:10:35 -0400] rev 12566
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
duke [Wed, 05 Jul 2017 18:10:11 +0200] rev 12565
Merge
katleman [Wed, 09 May 2012 13:13:41 -0700] rev 12564
Merge
katleman [Wed, 09 May 2012 13:07:57 -0700] rev 12563
Added tag jdk8-b37 for changeset 6cc8efda172c
lana [Tue, 08 May 2012 13:08:17 -0700] rev 12562
Merge
lana [Wed, 02 May 2012 10:17:29 -0700] rev 12561
Merge
vinnie [Wed, 02 May 2012 14:50:46 +0100] rev 12560
7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
Reviewed-by: mullan
mchung [Tue, 01 May 2012 19:45:34 -0700] rev 12559
7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary
Reviewed-by: alanb, mullan, prr
lana [Tue, 01 May 2012 11:30:51 -0700] rev 12558
Merge
xuelei [Tue, 01 May 2012 03:48:26 -0700] rev 12557
7158688: Typo in SSLContext Spec
Reviewed-by: weijun, wetmore
alanb [Tue, 01 May 2012 11:17:20 +0100] rev 12556
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
Reviewed-by: chegar
xuelei [Fri, 27 Apr 2012 04:25:50 -0700] rev 12555
6996372: synchronizing handshaking hash
Summary: remove the unnecessary synchronization. Also reviewed by David Schlosnagle (schlosna@gmail.com)
Reviewed-by: weijun
lana [Thu, 26 Apr 2012 14:21:19 -0700] rev 12554
Merge
khazra [Thu, 26 Apr 2012 12:04:29 -0700] rev 12553
7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
Summary: Enable user to read/write preferences to persistent storage
Reviewed-by: alanb
khazra [Wed, 25 Apr 2012 12:31:31 -0700] rev 12552
7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
Summary: Insert null check of argument in remove()'s implementation
Reviewed-by: forax, chegar, alanb
khazra [Tue, 24 Apr 2012 14:59:45 -0700] rev 12551
7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
Summary: Get default interface for Mac OS X when interface is not set
Reviewed-by: chegar
ksrini [Tue, 24 Apr 2012 10:37:01 -0700] rev 12550
7151434: java -jar -XX crashes java launcher
Reviewed-by: mchung, darcy
youdwei [Tue, 24 Apr 2012 21:06:16 +0800] rev 12549
7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
Reviewed-by: okutsu
sla [Mon, 23 Apr 2012 16:34:32 +0200] rev 12548
7163524: Add SecTaskAccess attribute to jstack [macosx]
Reviewed-by: dholmes
alanb [Sun, 22 Apr 2012 21:22:17 +0100] rev 12547
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
Reviewed-by: chegar
alanb [Sun, 22 Apr 2012 19:12:39 +0100] rev 12546
Merge
alanb [Sun, 22 Apr 2012 19:09:02 +0100] rev 12545
7163395: jdk8/tl no longer builds on Mac
Reviewed-by: chegar, ohair, ksrini
ksrini [Sun, 22 Apr 2012 06:54:38 -0700] rev 12544
6981776: Pack200 must support -target 7 bytecodes
Summary: pack200 implementation of JSR-200 updated for JSR-292 changes
Reviewed-by: jrose, ksrini
Contributed-by: john.r.rose@oracle.com, kumar.x.srinivasan@oracle.com
zhouyx [Fri, 20 Apr 2012 16:11:28 +0800] rev 12543
7159982: ZipFile uses static for error message when malformed zip file encountered
Reviewed-by: alanb, dholmes
khazra [Thu, 19 Apr 2012 18:11:28 -0700] rev 12542
7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN
Summary: Update Windows native code to infer WLAN interface type in Windows Vista and later
Reviewed-by: chegar, alanb
khazra [Thu, 19 Apr 2012 13:26:06 -0700] rev 12541
7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
Summary: Enable finding "foo1.jar"
Reviewed-by: chegar
vinnie [Thu, 19 Apr 2012 16:58:34 +0100] rev 12540
7162823: Modify the list of excluded tests (ProblemList
Reviewed-by: alanb
coleenp [Thu, 19 Apr 2012 10:53:35 -0400] rev 12539
Merge
jmelvin [Mon, 16 Apr 2012 18:09:53 -0400] rev 12538
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
psandoz [Thu, 19 Apr 2012 14:05:07 +0100] rev 12537
7162262: (fs) Typo in java.nio.file.Path class description
Reviewed-by: alanb
lana [Wed, 02 May 2012 09:54:57 -0700] rev 12536
Merge
alexsch [Wed, 02 May 2012 17:54:18 +0400] rev 12535
7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
Reviewed-by: anthony, leonidr
dcherepanov [Wed, 02 May 2012 13:53:06 +0400] rev 12534
7154062: [macosx] Mouse cursor isn't updated in applets
Reviewed-by: anthony, art
lana [Thu, 26 Apr 2012 18:15:49 -0700] rev 12533
Merge
alexp [Thu, 26 Apr 2012 21:25:14 +0400] rev 12532
7124328: [macosx] javax.swing.JDesktopPane.getAllFramesInLayer returns unexpected value
Reviewed-by: anthony
alexp [Thu, 26 Apr 2012 21:16:12 +0400] rev 12531
7124210: [macosx] Replacing text in a TextField does generate an extra TextEvent
Reviewed-by: serb
luchsh [Thu, 26 Apr 2012 12:39:11 +0800] rev 12530
7154030: java.awt.Component.hide() does not repaint parent component
Reviewed-by: rupashka
leonidr [Wed, 25 Apr 2012 18:15:57 +0400] rev 12529
7154480: [macosx] Not all popup menu items are visible
Reviewed-by: art
alexsch [Wed, 25 Apr 2012 16:48:12 +0400] rev 12528
7163482: [macosx] Regtest closed/javax/swing/JTree/4908142/bug4908142.java intermittent failure
Reviewed-by: rupashka
anthony [Tue, 24 Apr 2012 20:39:40 +0400] rev 12527
7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen
Summary: Document the environment variables and add tests
Reviewed-by: ksrini
anthony [Tue, 24 Apr 2012 19:12:47 +0400] rev 12526
7163898: add isLoggable() check to doLog()
Summary: Add the check and return immediately if it's false
Reviewed-by: anthony, mchung, sla
Contributed-by: Nicolas Carranza <nicarran@gmail.com>
anthony [Tue, 24 Apr 2012 17:47:50 +0400] rev 12525
7150109: [macosx] the Frame showed incomplete.
Summary: Open-source the tests
Reviewed-by: art
luchsh [Fri, 20 Apr 2012 13:13:00 +0800] rev 12524
7055065: NullPointerException when sorting JTable with empty cell
Reviewed-by: rupashka
zhouyx [Fri, 20 Apr 2012 10:34:40 +0800] rev 12523
7129742: Unable to view focus in Non-Editable TextArea
Summary: Make sure the cursor is visible by setVisible(true)
Reviewed-by: rupashka, alexp
lana [Wed, 02 May 2012 09:53:29 -0700] rev 12522
Merge
lana [Thu, 26 Apr 2012 18:25:33 -0700] rev 12521
Merge
jgodinez [Thu, 26 Apr 2012 13:16:52 -0700] rev 12520
7013850: Please change the mnemonic assignment system to avoid translation issue
Reviewed-by: prr, mfang
jgodinez [Tue, 24 Apr 2012 13:29:04 -0700] rev 12519
7157659: [macosx] Landscape Printing orientation doesn't work
Reviewed-by: bae, prr
cgruszka [Fri, 27 Apr 2012 14:37:44 -0400] rev 12518
Merge
skovatch [Wed, 25 Apr 2012 12:18:10 -0700] rev 12517
7128699: Fix bundle name so it contains the bugfix number in the name.
Reviewed-by: robilad
duke [Wed, 05 Jul 2017 18:09:57 +0200] rev 12516
Merge
amurillo [Wed, 09 May 2012 14:06:27 -0700] rev 12515
Merge
amurillo [Fri, 04 May 2012 14:10:31 -0700] rev 12514
Added tag hs24-b09 for changeset 6123dd756c56
amurillo [Fri, 04 May 2012 14:10:30 -0700] rev 12513
Merge
jcoomes [Fri, 04 May 2012 10:46:32 -0700] rev 12512
Merge
brutisso [Wed, 25 Apr 2012 12:36:37 +0200] rev 12511
7163848: G1: Log GC Cause for a GC
Reviewed-by: johnc, jwilhelm, jmasa
jmasa [Wed, 25 Apr 2012 15:51:10 -0700] rev 12510
Merge
jmasa [Wed, 25 Apr 2012 09:55:55 -0700] rev 12509
7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
Summary: Fix naming style to be consistent with the predominant hotspot style.
Reviewed-by: ysr, brutisso
johnc [Wed, 25 Apr 2012 10:23:12 -0700] rev 12508
7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
Summary: Removed the HeapRegion::_top_at_conc_mark_count field. It is no longer needed as a result of the changes for 6888336 and 7127706. Refactored the closures that finalize and verify the liveness counting data so that common functionality was placed into a base class.
Reviewed-by: brutisso, tonyp
jmasa [Thu, 29 Mar 2012 19:46:24 -0700] rev 12507
7131629: Generalize the CMS free list code
Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS.
Reviewed-by: brutisso, johnc, jwilhelm
Contributed-by: coleen.phillimore@oracle.com
jprovino [Wed, 02 May 2012 15:47:06 -0400] rev 12506
Merge
dlong [Thu, 26 Apr 2012 16:24:15 -0400] rev 12505
7162955: Attach api on Solaris, too many open files
Summary: Release server-side socket after client receives it.
Reviewed-by: sla, dsamersoff, dcubed, acorn
Contributed-by: dean.long@oracle.com
dcubed [Wed, 25 Apr 2012 15:06:51 -0700] rev 12504
7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
Summary: Disable FDS by default on Solaris; disable ZIP_DEBUGINFO_FILES by default on Windows.
Reviewed-by: acorn, sspitsyn
dcubed [Tue, 24 Apr 2012 15:20:40 -0700] rev 12503
Merge
dcubed [Tue, 03 Apr 2012 09:48:34 -0700] rev 12502
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects product builds.
Reviewed-by: ohair, jmelvin, sspitsyn
dcubed [Fri, 23 Mar 2012 11:50:33 -0700] rev 12501
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files.
Reviewed-by: dholmes, ohair, sspitsyn
dcubed [Mon, 23 Apr 2012 11:03:30 -0700] rev 12500
Merge
sla [Mon, 23 Apr 2012 13:30:39 +0200] rev 12499
7162063: libsaproc debug print should format size_t correctly on 64bit platform
Reviewed-by: rbackman, mgronlun, dholmes
kevinw [Fri, 20 Apr 2012 14:55:45 +0100] rev 12498
7162488: VM not printing unknown -XX options
Reviewed-by: dholmes, kamg
amurillo [Fri, 20 Apr 2012 17:13:36 -0700] rev 12497
7163193: new hotspot build - hs24-b09
Reviewed-by: jcoomes
katleman [Wed, 09 May 2012 13:07:42 -0700] rev 12496
Added tag jdk8-b37 for changeset f2944668a5b3
katleman [Wed, 09 May 2012 16:12:35 -0700] rev 12495
Merge
ewendeli [Thu, 03 May 2012 14:17:30 +0200] rev 12494
7154130: Add Mac OS X Instructions to README-builds.html
Reviewed-by: ohair
Contributed-by: edvard.wendelin@oracle.com
katleman [Wed, 09 May 2012 13:07:33 -0700] rev 12493
Added tag jdk8-b37 for changeset 1246483aab30
duke [Wed, 05 Jul 2017 18:09:43 +0200] rev 12492
Added tag jdk8-b37 for changeset b3a91113026c