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
duke [Wed, 05 Jul 2017 18:09:43 +0200] rev 12491
Merge
duke [Wed, 05 Jul 2017 18:09:40 +0200] rev 12490
Merge
katleman [Thu, 26 Apr 2012 14:07:29 -0700] rev 12489
Added tag jdk8-b36 for changeset 5875a9028f2c
duke [Wed, 05 Jul 2017 18:09:38 +0200] rev 12488
Merge
katleman [Thu, 26 Apr 2012 14:06:31 -0700] rev 12487
Added tag jdk8-b36 for changeset d142a9139249
duke [Wed, 05 Jul 2017 18:09:35 +0200] rev 12486
Merge
katleman [Wed, 02 May 2012 15:47:08 -0700] rev 12485
Merge
ohair [Mon, 30 Apr 2012 16:03:40 -0700] rev 12484
7165312: Fix jaxp source movement for new build-infra
Reviewed-by: ohrstrom
katleman [Thu, 26 Apr 2012 14:06:27 -0700] rev 12483
Added tag jdk8-b36 for changeset 69a997cbdf15
duke [Wed, 05 Jul 2017 18:09:33 +0200] rev 12482
Merge
katleman [Thu, 26 Apr 2012 14:05:00 -0700] rev 12481
Added tag jdk8-b36 for changeset 46cc3a1a6961
duke [Wed, 05 Jul 2017 18:09:30 +0200] rev 12480
Merge
katleman [Thu, 26 Apr 2012 14:07:12 -0700] rev 12479
Added tag jdk8-b36 for changeset 8a3b65a2aab7
duke [Wed, 05 Jul 2017 18:09:27 +0200] rev 12478
Merge
katleman [Thu, 26 Apr 2012 14:05:31 -0700] rev 12477
Added tag jdk8-b36 for changeset a7cb86ab5b6e
katleman [Wed, 02 May 2012 15:46:52 -0700] rev 12476
Merge
ihse [Mon, 30 Apr 2012 12:13:29 -0700] rev 12475
7165277: Fix missing execute permission issue running logger.sh
Reviewed-by: ohair
katleman [Thu, 26 Apr 2012 14:04:42 -0700] rev 12474
Added tag jdk8-b36 for changeset 9e7bde7b948b
duke [Wed, 05 Jul 2017 18:09:18 +0200] rev 12473
Added tag jdk8-b36 for changeset 98ce9816ae08
duke [Wed, 05 Jul 2017 18:09:18 +0200] rev 12472
Merge
duke [Wed, 05 Jul 2017 18:09:15 +0200] rev 12471
Merge
lana [Mon, 23 Apr 2012 16:59:32 -0700] rev 12470
Merge
lana [Wed, 18 Apr 2012 10:22:32 -0700] rev 12469
Merge
mcimadamore [Wed, 11 Apr 2012 10:50:11 +0100] rev 12468
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic
Reviewed-by: jjg, dlsmith
lana [Tue, 10 Apr 2012 23:19:26 -0700] rev 12467
Merge
ksrini [Mon, 09 Apr 2012 14:31:18 -0700] rev 12466
7156633: (javac) incorrect errors when parsing variable declaration in block statements.
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
jjg [Fri, 06 Apr 2012 10:10:44 -0700] rev 12465
7157626: Create a new test to check major version for a class file
Reviewed-by: jjg
Contributed-by: sonali.goel@oracle.com
katleman [Thu, 19 Apr 2012 12:19:06 -0700] rev 12464
Added tag jdk8-b35 for changeset 55cc12e59097
duke [Wed, 05 Jul 2017 18:09:07 +0200] rev 12463
Merge
katleman [Thu, 19 Apr 2012 12:18:55 -0700] rev 12462
Added tag jdk8-b35 for changeset dc30e060f828
duke [Wed, 05 Jul 2017 18:09:02 +0200] rev 12461
Merge
lana [Mon, 23 Apr 2012 16:55:12 -0700] rev 12460
Merge
lana [Wed, 18 Apr 2012 10:20:19 -0700] rev 12459
Merge
joehw [Tue, 17 Apr 2012 11:17:59 -0700] rev 12458
7160380: Sync JDK8 with JAXP 1.4.5
Summary: bring JDK8 up to date to what we have in 7u4
Reviewed-by: lancea, mullan
joehw [Thu, 12 Apr 2012 08:38:26 -0700] rev 12457
7160496: Rename JDK8 JAXP source directory
Summary: moving src/share/classes to src
Reviewed-by: ohair
katleman [Thu, 19 Apr 2012 12:18:53 -0700] rev 12456
Added tag jdk8-b35 for changeset 4bca4ac90e85
duke [Wed, 05 Jul 2017 18:08:50 +0200] rev 12455
Merge
katleman [Thu, 19 Apr 2012 12:18:41 -0700] rev 12454
Added tag jdk8-b35 for changeset b8ea05aeddf8
duke [Wed, 05 Jul 2017 18:08:47 +0200] rev 12453
Merge
lana [Mon, 23 Apr 2012 16:58:40 -0700] rev 12452
Merge
lana [Wed, 18 Apr 2012 10:21:59 -0700] rev 12451
Merge
michaelm [Wed, 18 Apr 2012 16:05:12 +0100] rev 12450
Merge
michaelm [Wed, 18 Apr 2012 16:04:19 +0100] rev 12449
7162043: Add headless mode tests to problem list [macosx]
Reviewed-by: alanb
khazra [Tue, 17 Apr 2012 12:21:56 -0700] rev 12448
7157893: Warnings Cleanup in java.util.*
Summary: Minor code changes to cleanup warnings in java.util.*
Reviewed-by: mduigou, naoto, smarks
Contributed-by: Remi Forax <forax@univ-mlv.fr>
khazra [Tue, 17 Apr 2012 11:59:12 -0700] rev 12447
7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
Summary: Remove usage of HTTP Server at test/sun/net/www/httptest
Reviewed-by: chegar, alanb
joehw [Tue, 17 Apr 2012 11:21:35 -0700] rev 12446
7160380: Sync JDK8 with JAXP 1.4.5
Summary: bring JDK8 up to date to what we have in 7u4
Reviewed-by: lancea, mullan
dcubed [Tue, 17 Apr 2012 09:02:57 -0700] rev 12445
7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available
Reviewed-by: ohair, jmelvin, sspitsyn
sla [Tue, 17 Apr 2012 08:49:50 -0700] rev 12444
Merge
sla [Tue, 17 Apr 2012 07:25:05 -0700] rev 12443
Merge
sla [Tue, 17 Apr 2012 06:45:57 +0200] rev 12442
7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
Summary: Provide the missing implementation UnixOperatingSystem on Mac OS X
Reviewed-by: dsamersoff, dcubed
alanb [Tue, 17 Apr 2012 15:46:04 +0100] rev 12441
7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use"
Reviewed-by: alanb, chegar
Contributed-by: jim.gish@oracle.com, forax@univ-mlv.fr
robm [Tue, 17 Apr 2012 07:14:14 -0700] rev 12440
7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close
Reviewed-by: alanb
dmeetry [Tue, 17 Apr 2012 16:13:28 +0400] rev 12439
7015981: java.net.HttpCookie.domainMatches returns false if domain doesn't start with a dot
Reviewed-by: chegar
alanb [Mon, 16 Apr 2012 20:12:20 +0100] rev 12438
7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
Reviewed-by: michaelm, chegar
littlee [Mon, 16 Apr 2012 11:12:10 +0800] rev 12437
7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
Reviewed-by: alanb
vinnie [Fri, 13 Apr 2012 19:00:08 +0100] rev 12436
7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc
Reviewed-by: mullan
mullan [Fri, 13 Apr 2012 09:49:41 -0400] rev 12435
Merge
mullan [Fri, 13 Apr 2012 09:46:25 -0400] rev 12434
7152564: Improve CodeSource.matchLocation(CodeSource) performance
7155693: CodeSource.matchLocation getPort test can be improved
Reviewed-by: chegar
dcubed [Thu, 12 Apr 2012 16:23:24 -0700] rev 12433
7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
Summary: Do not install .debuginfo files in bin dir.
Reviewed-by: ksrini, sspitsyn
sherman [Thu, 12 Apr 2012 15:01:41 -0700] rev 12432
7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio
Summary: Updated to throw IAE instead.
Reviewed-by: lancea
sherman [Thu, 12 Apr 2012 10:55:51 -0700] rev 12431
7152690: Initialization error with charset SJIS_0213 when security manager is enabled
Summary: To use doPrivileged block to wrap the data reading code
Reviewed-by: alanb
sherman [Thu, 12 Apr 2012 10:43:04 -0700] rev 12430
7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
Summary: To use URI.getRawSchemeSpecificPart() to get the scheme part of the uri
Reviewed-by: alanb, chegar
youdwei [Thu, 12 Apr 2012 15:04:39 +0800] rev 12429
6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
Reviewed-by: alanb
wetmore [Wed, 11 Apr 2012 17:12:35 -0700] rev 12428
7157903: JSSE client sockets are very slow
Reviewed-by: xuelei
dcubed [Wed, 11 Apr 2012 07:26:35 -0700] rev 12427
7071907: JDK: Full Debug Symbols
Summary: Add initial FDS support to some libraries and programs.
Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
lana [Tue, 10 Apr 2012 23:18:33 -0700] rev 12426
Merge
jfranck [Tue, 10 Apr 2012 10:45:56 +0200] rev 12425
7158930: (ann) library support for repeating annotations is not built when compiling the JDK
Reviewed-by: ohair, erikj
mgronlun [Tue, 10 Apr 2012 10:32:00 +0200] rev 12424
7154809: JDI: update JDI/JDB debugee commandline option parsing
Summary: update debugee commandline parsing
Reviewed-by: dcubed, dsamersoff, sla
weijun [Tue, 10 Apr 2012 12:15:03 +0800] rev 12423
7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
Reviewed-by: valeriep, jjg
littlee [Tue, 10 Apr 2012 10:17:36 +0800] rev 12422
7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
Reviewed-by: dholmes, mduigou
Contributed-by: Sean Zhou <zhouyx@linux.vnet.ibm.com>, Ulf Zibis <ulf.zibis@gmx.de>, David Holmes <david.holmes@oracle.com>
jgish [Thu, 05 Apr 2012 13:57:37 +0100] rev 12421
7133806: Typo in Files.newByteChannel javadoc
Reviewed-by: chegar
dmocek [Wed, 04 Apr 2012 15:57:04 -0700] rev 12420
7159130: add java/rmi/transport/pinClientSocketFactory to problem list
Reviewed-by: smarks
lana [Wed, 18 Apr 2012 10:18:10 -0700] rev 12419
Merge
leonidr [Wed, 18 Apr 2012 21:08:38 +0400] rev 12418
7124286: [macosx] Option modifier should work like AltGr as in Apple jdk
Reviewed-by: anthony
dcherepanov [Wed, 18 Apr 2012 09:29:09 +0400] rev 12417
7156194: [macosx] Can't type non-ASCII characters into applets
Reviewed-by: anthony, art
kizune [Tue, 17 Apr 2012 21:40:12 +0400] rev 12416
7161109: [macosx] JCK AWT interactive test DnDTextDropTest fails on MacOS
Reviewed-by: serb
amenkov [Tue, 17 Apr 2012 13:16:06 +0300] rev 12415
Merge
amenkov [Tue, 17 Apr 2012 13:03:01 +0300] rev 12414
7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
Reviewed-by: prr
amenkov [Mon, 16 Apr 2012 17:04:49 +0300] rev 12413
7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
Reviewed-by: prr
anthony [Mon, 16 Apr 2012 18:36:58 +0400] rev 12412
7080700: numAppContexts is accessed in non-threadsafe way in sun.awt.AppContext
Summary: Replace a volatile integer with an AtomicInteger for numAppContexts
Reviewed-by: anthony, art, dholmes
rupashka [Sun, 15 Apr 2012 12:58:12 +0300] rev 12411
7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
Reviewed-by: alexp
leonidr [Fri, 13 Apr 2012 20:31:47 +0400] rev 12410
7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField
Reviewed-by: kizune, art
rupashka [Thu, 12 Apr 2012 12:48:31 +0300] rev 12409
7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu
Reviewed-by: alexp
lana [Wed, 11 Apr 2012 18:44:33 -0700] rev 12408
Merge
leonidr [Wed, 11 Apr 2012 21:06:08 +0400] rev 12407
7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE
Reviewed-by: art
serb [Tue, 10 Apr 2012 22:09:58 +0400] rev 12406
7097771: setEnabled does not work for components in disabled containers.
Reviewed-by: art, anthony
rupashka [Tue, 10 Apr 2012 19:09:48 +0300] rev 12405
7158712: Synth Property "ComboBox.popupInsets" is ignored
Reviewed-by: alexp
rupashka [Tue, 10 Apr 2012 18:53:15 +0300] rev 12404
7146146: Deadlock between subclass of AbstractDocument and UndoManager
Reviewed-by: art
anthony [Fri, 06 Apr 2012 17:20:49 +0400] rev 12403
7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized)
Summary: Pass all images provided by user code to the system and let it do the right thing
Reviewed-by: art, swingler
anthony [Fri, 06 Apr 2012 17:15:09 +0400] rev 12402
7124553: [macosx] Need minimum size for titled Frames and JFrames
Summary: Forward-port the fix from 7u4 and also eliminate the grow box since we only support OS X 10.7+ that doesn't require it.
Reviewed-by: art, swingler
anthony [Fri, 06 Apr 2012 17:03:34 +0400] rev 12401
7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11
Summary: Forward-port the fix from 7u4 and open-source the test
Reviewed-by: art
serb [Thu, 05 Apr 2012 20:38:24 +0400] rev 12400
7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table.
Reviewed-by: alexp, anthony, art
serb [Thu, 05 Apr 2012 19:43:56 +0400] rev 12399
7124528: [macosx] Selection is not cleared properly in text component.
Reviewed-by: anthony, art
serb [Thu, 05 Apr 2012 19:22:54 +0400] rev 12398
7149913: [macosx] Deadlock in LWTextComponentPeer
Reviewed-by: anthony, art
serb [Thu, 05 Apr 2012 19:01:43 +0400] rev 12397
7124401: [macosx] After call Frame dispose() application continues to work
Reviewed-by: art, alexp
serb [Thu, 05 Apr 2012 18:27:16 +0400] rev 12396
7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor.
Reviewed-by: anthony, art, alexp
lana [Wed, 18 Apr 2012 10:16:23 -0700] rev 12395
Merge
lana [Wed, 11 Apr 2012 18:52:45 -0700] rev 12394
Merge
ceisserer [Mon, 09 Apr 2012 15:49:33 -0700] rev 12393
7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
Reviewed-by: prr
prr [Thu, 05 Apr 2012 15:17:19 -0700] rev 12392
7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
Reviewed-by: igor, jgodinez
prr [Thu, 05 Apr 2012 15:14:06 -0700] rev 12391
7159041: Fix for 7152519 causing build breakage.
Reviewed-by: igor, jgodinez
dbuck [Fri, 30 Mar 2012 10:18:04 -0700] rev 12390
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
Summary: Changed so that jcmd breaks input into individual lines and sends each one to the jvm separately.
Reviewed-by: dcubed, sla
luchsh [Thu, 22 Mar 2012 12:47:39 +0800] rev 12389
7152519: Dependency on non-POSIX header file <link.h> causes portability problem
Reviewed-by: prr, igor
dbuck [Wed, 21 Mar 2012 18:41:42 -0700] rev 12388
7104147: the fix for cr6887286 was not appropriate for backporting
Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes.
Reviewed-by: prr, flar
katleman [Thu, 19 Apr 2012 12:18:58 -0700] rev 12387
Added tag jdk8-b35 for changeset 7d350b06fde4
duke [Wed, 05 Jul 2017 18:08:33 +0200] rev 12386
Merge
amurillo [Fri, 20 Apr 2012 16:23:49 -0700] rev 12385
Added tag hs24-b08 for changeset 55ac5f20c7bf
amurillo [Fri, 20 Apr 2012 16:23:48 -0700] rev 12384
Merge
johnc [Fri, 20 Apr 2012 11:41:49 -0700] rev 12383
Merge
tonyp [Wed, 18 Apr 2012 13:39:55 -0400] rev 12382
7145441: G1: collection set chooser-related cleanup
Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code.
Reviewed-by: johnc, brutisso
tonyp [Wed, 18 Apr 2012 07:21:15 -0400] rev 12381
7157073: G1: type change size_t -> uint for region counts / indexes
Summary: Change the type of fields / variables / etc. that represent region counts and indeces from size_t to uint.
Reviewed-by: iveresov, brutisso, jmasa, jwilhelm
stefank [Wed, 11 Apr 2012 16:18:45 +0200] rev 12380
7160613: VerifyRememberedSets doesn't work with CompressedOops
Summary: use load_decode_heap_oop instead of load_decode_heap_oop_not_null
Reviewed-by: tonyp, brutisso
brutisso [Mon, 16 Apr 2012 08:57:18 +0200] rev 12379
4988100: oop_verify_old_oop appears to be dead
Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com
Reviewed-by: jmasa, jwilhelm
brutisso [Fri, 13 Apr 2012 01:59:38 +0200] rev 12378
7160728: Introduce an extra logging level for G1 logging
Summary: Added log levels "fine", "finer" and "finest". Let PrintGC map to "fine" and PrintGCDetails map to "finer". Separated out the per worker information in the G1 logging to the "finest" level.
Reviewed-by: stefank, jwilhelm, tonyp, johnc
rbackman [Tue, 06 Mar 2012 12:36:59 +0100] rev 12377
7160570: Intrinsification support for tracing framework
Reviewed-by: sla, never
dcubed [Sun, 15 Apr 2012 15:37:20 -0700] rev 12376
Merge
coleenp [Fri, 13 Apr 2012 08:11:36 -0700] rev 12375
Merge
coleenp [Thu, 12 Apr 2012 22:03:05 -0400] rev 12374
7160467: Fix test for 7158988
Summary: Ended up checking in FieldMonitor.java as TestPostFieldModification.java
Reviewed-by: kamg
rbackman [Thu, 12 Apr 2012 13:24:08 +0200] rev 12373
7160924: jvmti: GetPhase returns incorrect phase before VMInit event is issued
Reviewed-by: acorn, dcubed
dlong [Thu, 12 Apr 2012 18:41:24 -0400] rev 12372
Merge
bobv [Tue, 10 Apr 2012 13:27:09 -0400] rev 12371
Merge
jcoomes [Sat, 31 Mar 2012 00:05:15 -0700] rev 12370
Merge
jiangli [Thu, 29 Mar 2012 22:18:56 -0400] rev 12369
7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
Summary: Change implementor to embedded instanceKlass field.
Reviewed-by: sspitsyn, minqi, coleenp
sla [Thu, 05 Apr 2012 14:16:23 +0200] rev 12368
7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform
Reviewed-by: dcubed, mgronlun, dsamersoff
dcubed [Mon, 09 Apr 2012 08:38:16 -0700] rev 12367
Merge
coleenp [Thu, 05 Apr 2012 12:17:52 -0400] rev 12366
7158988: jvm crashes while debugging on x86_32 and x86_64
Summary: Object pointer is pushed more than once on stack, where GC doesn't expect it.
Reviewed-by: coleenp, kvn
Contributed-by: axel.siebenborn@sap.com
amurillo [Sat, 07 Apr 2012 09:06:55 -0700] rev 12365
7159842: new hotspot build - hs24-b08
Reviewed-by: jcoomes
katleman [Thu, 19 Apr 2012 12:18:46 -0700] rev 12364
Added tag jdk8-b35 for changeset f81ec813e7ee
katleman [Thu, 19 Apr 2012 12:18:32 -0700] rev 12363
Added tag jdk8-b35 for changeset 499f1fc13620
duke [Wed, 05 Jul 2017 18:08:21 +0200] rev 12362
Added tag jdk8-b35 for changeset f151d5833912
duke [Wed, 05 Jul 2017 18:08:21 +0200] rev 12361
Merge
duke [Wed, 05 Jul 2017 18:08:18 +0200] rev 12360
Merge
katleman [Thu, 12 Apr 2012 09:35:37 -0700] rev 12359
Added tag jdk8-b34 for changeset c529d3f99946
duke [Wed, 05 Jul 2017 18:08:16 +0200] rev 12358
Merge
katleman [Thu, 12 Apr 2012 09:35:19 -0700] rev 12357
Added tag jdk8-b34 for changeset f2ca1609c83c
duke [Wed, 05 Jul 2017 18:08:13 +0200] rev 12356
Merge
katleman [Thu, 12 Apr 2012 09:35:15 -0700] rev 12355
Added tag jdk8-b34 for changeset 664a26130786
duke [Wed, 05 Jul 2017 18:08:11 +0200] rev 12354
Merge
katleman [Thu, 12 Apr 2012 09:34:50 -0700] rev 12353
Added tag jdk8-b34 for changeset 6ec49b7a7e19
duke [Wed, 05 Jul 2017 18:08:09 +0200] rev 12352
Merge
katleman [Wed, 18 Apr 2012 16:39:07 -0700] rev 12351
Merge
ohair [Thu, 12 Apr 2012 08:11:45 -0700] rev 12350
Merge
ohair [Thu, 12 Apr 2012 08:11:08 -0700] rev 12349
7160976: Fix missing file in new build infrastructure: Defs-utils.gmk
Reviewed-by: ihse
katleman [Thu, 12 Apr 2012 09:35:30 -0700] rev 12348
Added tag jdk8-b34 for changeset 17ed142e28eb
duke [Wed, 05 Jul 2017 18:08:06 +0200] rev 12347
Merge
katleman [Thu, 12 Apr 2012 09:34:57 -0700] rev 12346
Added tag jdk8-b34 for changeset c71d5b52c0e8
katleman [Thu, 12 Apr 2012 09:34:47 -0700] rev 12345
Added tag jdk8-b34 for changeset 863d9350e84b
duke [Wed, 05 Jul 2017 18:07:58 +0200] rev 12344
Added tag jdk8-b34 for changeset 0ae89825c75c
duke [Wed, 05 Jul 2017 18:07:57 +0200] rev 12343
Merge
duke [Wed, 05 Jul 2017 18:07:54 +0200] rev 12342
Merge
katleman [Wed, 11 Apr 2012 14:10:53 -0700] rev 12341
Merge
ohair [Tue, 10 Apr 2012 08:15:25 -0700] rev 12340
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
lana [Mon, 09 Apr 2012 21:58:05 -0700] rev 12339
Merge
lana [Fri, 30 Mar 2012 16:58:37 -0700] rev 12338
Merge
mcimadamore [Fri, 30 Mar 2012 19:19:50 +0100] rev 12337
7157165: Regression: code with disjunctive type crashes javac
Summary: Bad recovery logic in parser code that checks for generic cast
Reviewed-by: jjg
mcimadamore [Fri, 30 Mar 2012 19:19:09 +0100] rev 12336
7157688: Regression: common compiler diagnostic features swapped required/found types
Summary: bug in resource key in compiler.properties
Reviewed-by: jjg
mcimadamore [Mon, 26 Mar 2012 15:28:49 +0100] rev 12335
7133185: Update 292 overload resolution logic to match JLS
Summary: Re-implement special overload resolution support for method handles according to the JLS SE 7 definition
Reviewed-by: jjg, dlsmith, jrose
mcimadamore [Mon, 26 Mar 2012 15:28:22 +0100] rev 12334
7151492: Encapsulate check logic into Attr.ResultInfo
Summary: ResultInfo class should be used to make attribution code transparent w.r.t. check logic being used
Reviewed-by: jjg, dlsmith
mcimadamore [Mon, 26 Mar 2012 15:27:51 +0100] rev 12333
7151580: Separate DA/DU logic from exception checking logic in Flow.java
Summary: DA/DU analysis and exception checking analysis should live in two separate tree visitors
Reviewed-by: gafter, dlsmith, jjg
katleman [Thu, 05 Apr 2012 13:05:08 -0700] rev 12332
Added tag jdk8-b33 for changeset 5ca52c9d6568
duke [Wed, 05 Jul 2017 18:07:49 +0200] rev 12331
Merge
katleman [Wed, 11 Apr 2012 14:08:09 -0700] rev 12330
Merge
ohair [Tue, 10 Apr 2012 08:14:42 -0700] rev 12329
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
katleman [Thu, 05 Apr 2012 13:04:54 -0700] rev 12328
Added tag jdk8-b33 for changeset c71900b39a90
duke [Wed, 05 Jul 2017 18:07:45 +0200] rev 12327
Merge
katleman [Wed, 11 Apr 2012 14:08:06 -0700] rev 12326
Merge
ohair [Tue, 10 Apr 2012 08:13:29 -0700] rev 12325
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
katleman [Thu, 05 Apr 2012 13:04:52 -0700] rev 12324
Added tag jdk8-b33 for changeset e8ae2b095548
duke [Wed, 05 Jul 2017 18:07:41 +0200] rev 12323
Merge
katleman [Wed, 11 Apr 2012 14:07:43 -0700] rev 12322
Merge
ohair [Tue, 10 Apr 2012 08:14:57 -0700] rev 12321
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
katleman [Thu, 05 Apr 2012 13:04:35 -0700] rev 12320
Added tag jdk8-b33 for changeset f02f1e242204
duke [Wed, 05 Jul 2017 18:07:38 +0200] rev 12319
Merge
katleman [Wed, 11 Apr 2012 14:09:48 -0700] rev 12318
Merge
ohair [Tue, 10 Apr 2012 08:22:03 -0700] rev 12317
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
yhuang [Thu, 29 Mar 2012 21:22:07 -0700] rev 12316
Merge
yhuang [Thu, 29 Mar 2012 21:16:58 -0700] rev 12315
7028073: The currency symbol for Peru is wrong
Reviewed-by: naoto
mfang [Thu, 29 Mar 2012 16:16:56 -0700] rev 12314
Merge
mfang [Wed, 28 Mar 2012 16:22:31 -0700] rev 12313
Merge
mfang [Thu, 22 Mar 2012 10:24:13 -0700] rev 12312
Merge
mfang [Fri, 16 Mar 2012 10:20:06 -0700] rev 12311
Merge
lana [Mon, 09 Apr 2012 21:57:17 -0700] rev 12310
Merge
lana [Wed, 04 Apr 2012 13:16:52 -0700] rev 12309
Merge
chegar [Wed, 04 Apr 2012 15:14:00 +0100] rev 12308
6963841: java/util/concurrent/Phaser/Basic.java fails intermittently
Reviewed-by: dl, dholmes
dcubed [Tue, 03 Apr 2012 12:57:47 -0700] rev 12307
7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows.
Reviewed-by: ohair, jmelvin, sspitsyn
peytoia [Tue, 03 Apr 2012 11:52:06 +0900] rev 12306
7158483: (tz) Support tzdata2012c
Reviewed-by: okutsu
lana [Sat, 31 Mar 2012 08:43:56 -0700] rev 12305
Merge
lana [Fri, 30 Mar 2012 16:57:50 -0700] rev 12304
Merge
ksrini [Fri, 30 Mar 2012 17:22:02 -0700] rev 12303
7158090: (launcher) newly added ToolsOpts.java fails on openjdk builds
Reviewed-by: darcy
wetmore [Fri, 30 Mar 2012 15:43:13 -0700] rev 12302
7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
Reviewed-by: xuelei
ksrini [Thu, 29 Mar 2012 17:49:34 -0700] rev 12301
7156976: improve java tools testing
Reviewed-by: darcy
Contributed-by: steve.sides@oracle.com
peytoia [Thu, 29 Mar 2012 18:02:36 +0900] rev 12300
7070436: Support Unicode 6.1.0 in JDK 8
Reviewed-by: okutsu
fparain [Wed, 28 Mar 2012 02:20:09 -0700] rev 12299
7156831: The jcmd man page is not included in generated bundles
Reviewed-by: dholmes, sla, dsamersoff
michaelm [Tue, 27 Mar 2012 21:08:52 +0100] rev 12298
7134701: [macosx] Support legacy native library names
Reviewed-by: alanb, dcubed
naoto [Tue, 27 Mar 2012 10:10:47 -0700] rev 12297
7156459: Remove unnecessary get() from Currency.getInstance()
Reviewed-by: chegar, dholmes, mduigou
nloodin [Fri, 23 Mar 2012 11:02:11 +0100] rev 12296
7156000: Change makefile to reflect refactored classes
Reviewed-by: dholmes
xuelei [Mon, 26 Mar 2012 21:21:55 -0700] rev 12295
7155051: DNS provider may return incorrect results
Reviewed-by: weijun, chegar
vinnie [Mon, 26 Mar 2012 17:14:20 +0100] rev 12294
7152582: PKCS11 tests should use the NSS libraries available in the OS
Reviewed-by: mullan
dcubed [Fri, 23 Mar 2012 09:27:44 -0700] rev 12293
7136506: FDS: rework jdk repo Full Debug Symbols support
Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Preserve symlinks in zip archives.
Reviewed-by: dholmes, ohair
michaelm [Fri, 23 Mar 2012 11:28:58 +0000] rev 12292
7155585: Fix ifeq errors in makefiles [macosx]
Reviewed-by: andrew, anthony, ohrstrom, dsamersoff
zhangshj [Thu, 22 Mar 2012 12:30:43 +0800] rev 12291
7155300: Include pthread.h on all POSIX platforms except Solaris to improve portability
Reviewed-by: alanb, dholmes
lana [Wed, 04 Apr 2012 12:35:44 -0700] rev 12290
Merge
kizune [Wed, 04 Apr 2012 20:32:39 +0400] rev 12289
Merge
kizune [Wed, 04 Apr 2012 20:31:50 +0400] rev 12288
7153735: [macosx] Text with diacritics is pasted with broken encoding
Reviewed-by: anthony
alexsch [Wed, 04 Apr 2012 16:27:29 +0400] rev 12287
7093156: NLS Please change the mnemonic assignment system to avoid translation issue (Swing files)
Reviewed-by: rupashka
anthony [Tue, 03 Apr 2012 16:14:05 +0400] rev 12286
7154177: [macosx] An invisible owner frame becomes visible upon clicking a child window
Summary: Establish the parent-child relationship for visible windows only
Reviewed-by: serb
zhouyx [Sat, 31 Mar 2012 16:55:56 +0800] rev 12285
7155298: Editable TextArea/TextField are blocking GUI applications from exit
Summary: Stop default caret's timer by setVisible(false) when dispose
Reviewed-by: anthony, ant
anthony [Fri, 30 Mar 2012 18:10:05 +0400] rev 12284
7124428: [macosx] Frame.setExtendedState() doesn't work for undecorated windows
Summary: Emulate native NSWindow -zoom for undecorated windows
Reviewed-by: art
serb [Thu, 29 Mar 2012 17:31:48 +0400] rev 12283
7124551: [macosx] Once added, Menu shortcut cannot be removed
Reviewed-by: art, anthony
anthony [Tue, 27 Mar 2012 15:53:29 +0400] rev 12282
7132692: [macosx] Class com.apple.eawt not functioning
Summary: Postpone setting the application delegate until the app is fully initialized
Reviewed-by: art
anthony [Tue, 27 Mar 2012 15:49:17 +0400] rev 12281
7149085: [macosx] Quit with QuitStrategy CLOSE_ALL_WINDOWS does terminate application
Summary: Don't force the termination of the event loop in the Quit action handler
Reviewed-by: art
anthony [Tue, 27 Mar 2012 15:41:55 +0400] rev 12280
7150516: [macosx] appletviewer shouldn't link against libX11 on the Mac
Summary: Don't link against libX11 on the Mac
Reviewed-by: art
rupashka [Fri, 23 Mar 2012 15:16:17 +0200] rev 12279
4310381: Text in multi-row/col JTabbedPane tabs can be truncated/clipped
Reviewed-by: rupashka
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
rupashka [Thu, 22 Mar 2012 17:10:48 +0200] rev 12278
6888634: test/closed/javax/swing/Popup/TaskbarPositionTest.java fails
Reviewed-by: alexp
katleman [Thu, 05 Apr 2012 13:05:00 -0700] rev 12277
Added tag jdk8-b33 for changeset fceb406055d8
duke [Wed, 05 Jul 2017 18:07:26 +0200] rev 12276
Merge
amurillo [Sat, 07 Apr 2012 08:26:15 -0700] rev 12275
Added tag hs24-b07 for changeset a320e1d913a6
amurillo [Sat, 07 Apr 2012 08:26:15 -0700] rev 12274
Merge
johnc [Fri, 06 Apr 2012 09:48:34 -0700] rev 12273
Merge
tonyp [Thu, 05 Apr 2012 13:57:23 -0400] rev 12272
7127697: G1: remove dead code after recent concurrent mark changes
Summary: Removed lots of dead code after some recent conc mark changes.
Reviewed-by: brutisso, johnc
brutisso [Fri, 16 Mar 2012 09:52:57 +0100] rev 12271
7130974: G1: Remove G1ParCopyHelper
Reviewed-by: tonyp, johnc
johnc [Tue, 13 Mar 2012 11:05:32 -0700] rev 12270
7143511: G1: Another instance of high GC Worker Other time (50ms)
Summary: Tiered compilation has increased the number of nmethods in the code cache. This has, in turn, significantly increased the number of marked nmethods processed during the StrongRootsScope destructor. Create a specialized version of CodeBlobToOopClosure for G1 which places only those nmethods that contain pointers into the collection set on to the marked nmethods list.
Reviewed-by: iveresov, tonyp
never [Thu, 05 Apr 2012 15:08:04 -0700] rev 12269
Merge
never [Mon, 02 Apr 2012 16:05:56 -0700] rev 12268
7157141: crash in 64 bit with corrupted oops
Reviewed-by: kvn, iveresov
acorn [Sun, 01 Apr 2012 17:04:26 -0400] rev 12267
Merge
fparain [Thu, 29 Mar 2012 02:12:40 -0700] rev 12266
7087969: GarbageCollectorMXBean notification contains ticks vs millis
Reviewed-by: acorn, dcubed, rbackman
minqi [Wed, 28 Mar 2012 14:27:38 -0700] rev 12265
7156960: Incorrect copyright headers in parts of the Serviceability agent
Summary: Errant files added as part of 7088955 fix. The Copyright information now corrected with gpl-header template
Reviewed-by: sla, ohair, mbykov
acorn [Tue, 27 Mar 2012 15:28:52 -0400] rev 12264
Merge
coleenp [Fri, 23 Mar 2012 11:16:05 -0400] rev 12263
7150058: Allocate symbols from null boot loader to an arena for NMT
Summary: Move symbol allocation to an arena so NMT doesn't have to track them at startup.
Reviewed-by: never, kamg, zgu
nloodin [Thu, 15 Mar 2012 13:37:13 +0100] rev 12262
7148488: Whitebox tests for the Diagnostic Framework Parser
Reviewed-by: brutisso, sla, mgerdin
amurillo [Fri, 30 Mar 2012 14:18:17 -0700] rev 12261
7158137: new hotspot build - hs24-b07
Reviewed-by: jcoomes
katleman [Thu, 05 Apr 2012 13:04:42 -0700] rev 12260
Added tag jdk8-b33 for changeset 468f9d2380ec
katleman [Wed, 11 Apr 2012 14:07:41 -0700] rev 12259
Merge
ohair [Tue, 10 Apr 2012 08:18:28 -0700] rev 12258
7074397: Build infrastructure changes (makefile re-write)
Summary: New makefiles transition, old and new living side by side for now.
Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
Contributed-by: ohrstrom <fredrik.ohrstrom@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
lana [Mon, 09 Apr 2012 21:55:42 -0700] rev 12257
Merge
dcubed [Tue, 03 Apr 2012 10:17:06 -0700] rev 12256
7157296: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect OPT builds
Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects OPT builds. Finish enabling ENABLE_FULL_DEBUG_SYMBOLS flag on Windows.
Reviewed-by: ohair, jmelvin, sspitsyn
lana [Fri, 30 Mar 2012 16:51:57 -0700] rev 12255
Merge
dcubed [Fri, 23 Mar 2012 09:17:31 -0700] rev 12254
7136506: FDS: rework jdk repo Full Debug Symbols support
Summary: JPRT needs to use the '-y' option with zip on non-Windows control builds in order to preserve symbolic links.
Reviewed-by: dholmes, ohair
katleman [Thu, 05 Apr 2012 13:04:31 -0700] rev 12253
Added tag jdk8-b33 for changeset 2f7d5473c3ca
duke [Wed, 05 Jul 2017 18:07:12 +0200] rev 12252
Added tag jdk8-b33 for changeset a6e6d42203e6
duke [Wed, 05 Jul 2017 18:07:11 +0200] rev 12251
Merge
duke [Wed, 05 Jul 2017 18:07:09 +0200] rev 12250
Merge
cl [Thu, 29 Mar 2012 13:02:32 -0700] rev 12249
Added tag jdk8-b32 for changeset c0968fe1c711
duke [Wed, 05 Jul 2017 18:07:06 +0200] rev 12248
Merge
cl [Thu, 29 Mar 2012 13:02:20 -0700] rev 12247
Added tag jdk8-b32 for changeset 810c7eb54560
duke [Wed, 05 Jul 2017 18:07:04 +0200] rev 12246
Merge
cl [Thu, 29 Mar 2012 13:02:18 -0700] rev 12245
Added tag jdk8-b32 for changeset b8b4c42fef3c
duke [Wed, 05 Jul 2017 18:07:02 +0200] rev 12244
Merge
cl [Thu, 29 Mar 2012 13:02:07 -0700] rev 12243
Added tag jdk8-b32 for changeset a3f3757b3463
duke [Wed, 05 Jul 2017 18:06:59 +0200] rev 12242
Merge
cl [Thu, 29 Mar 2012 13:02:24 -0700] rev 12241
Added tag jdk8-b32 for changeset fa6a1e7240ae
duke [Wed, 05 Jul 2017 18:06:57 +0200] rev 12240
Merge
amurillo [Fri, 30 Mar 2012 14:07:59 -0700] rev 12239
Added tag hs24-b06 for changeset 020217b7a101
amurillo [Fri, 30 Mar 2012 14:07:58 -0700] rev 12238
Merge
jwilhelm [Fri, 30 Mar 2012 09:31:26 +0200] rev 12237
Merge
brutisso [Tue, 27 Mar 2012 10:29:59 +0200] rev 12236
7156764: Remove unused size parameter from some CollectedHeap methods
Summary: Some minor cleanups
Reviewed-by: tonyp, jwilhelm
dlong [Thu, 29 Mar 2012 23:49:47 -0400] rev 12235
Merge
dlong [Sun, 25 Mar 2012 18:08:52 -0400] rev 12234
Merge
dlong [Sat, 17 Mar 2012 17:31:59 -0400] rev 12233
Merge
collins [Tue, 13 Mar 2012 15:37:50 -0700] rev 12232
Merge
jiangli [Tue, 13 Mar 2012 13:50:48 -0400] rev 12231
7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field.
Summary: Fold instanceKlass::_enclosing_method_class_index and instanceKlass::_enclosing_method_method_index into the instanceKlass::_inner_classes array.
Reviewed-by: never, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
jwilhelm [Mon, 26 Mar 2012 13:22:38 +0200] rev 12230
Merge
brutisso [Fri, 23 Mar 2012 15:28:24 +0100] rev 12229
7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
Summary: Make sure that MutableNUMASpace::ensure_parsability() only calls CollectedHeap::fill_with_object() with valid sizes and make sure CollectedHeap::filler_array_max_size() returns a value that can be converted to an int without overflow
Reviewed-by: azeemj, jmasa, iveresov
tonyp [Fri, 23 Mar 2012 10:53:19 -0400] rev 12228
7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
Summary: Make two G1 cmd line flags available in product builds: G1HeapWastePercent (previously called: G1OldReclaimableThresholdPercent) and G1MixedGCCountTarget (previous called: G1MaxMixedGCNum). Also changed the default of the former from 1% to 5% and the default for G1OldCSetRegionLiveThresholdPercent to 90%.
Reviewed-by: azeemj, jwilhelm, johnc
johnc [Mon, 12 Mar 2012 14:59:00 -0700] rev 12227
7147724: G1: hang in SurrogateLockerThread::manipulatePLL
Summary: Attempting to initiate a marking cycle when allocating a humongous object can, if a marking cycle is successfully initiated by another thread, result in the allocating thread spinning until the marking cycle is complete. Eliminate a deadlock between the main ConcurrentMarkThread, the SurrogateLocker thread, the VM thread, and a mutator thread waiting on the SecondaryFreeList_lock (while free regions are going to become available) by not manipulating the pending list lock during the prologue and epilogue of the cleanup pause.
Reviewed-by: brutisso, jcoomes, tonyp
nloodin [Fri, 16 Mar 2012 16:14:04 +0100] rev 12226
7154517: Build error in hotspot-gc without precompiled headers
Reviewed-by: jcoomes, brutisso
mgerdin [Wed, 21 Mar 2012 08:34:23 +0100] rev 12225
7152791: wbapi tests fail on cygwin
Summary: Detect cygwin prescence when setting up PLATFORM. Translate cygwin style paths before passing them on to jtreg.
Reviewed-by: jcoomes, brutisso
jcoomes [Tue, 20 Mar 2012 19:36:59 -0700] rev 12224
7154724: jdk7u4 test properties missing from jprt.properties
Reviewed-by: brutisso
jcoomes [Fri, 23 Mar 2012 22:34:22 -0700] rev 12223
7156659: new hotspot build - hs24-b06
Reviewed-by: johnc
cl [Thu, 29 Mar 2012 13:02:11 -0700] rev 12222
Added tag jdk8-b32 for changeset 5bfcff7a3ab2
cl [Thu, 29 Mar 2012 13:02:02 -0700] rev 12221
Added tag jdk8-b32 for changeset b160cad4e082
duke [Wed, 05 Jul 2017 18:06:45 +0200] rev 12220
Added tag jdk8-b32 for changeset 2c5208ccb863
duke [Wed, 05 Jul 2017 18:06:45 +0200] rev 12219
Merge
duke [Wed, 05 Jul 2017 18:06:42 +0200] rev 12218
Merge
lana [Mon, 26 Mar 2012 17:32:17 -0700] rev 12217
Merge
lana [Wed, 21 Mar 2012 13:39:42 -0700] rev 12216
Merge
jjg [Wed, 14 Mar 2012 13:53:41 -0700] rev 12215
7150784: bad copyright date in file
Reviewed-by: darcy
lana [Tue, 13 Mar 2012 20:24:28 -0700] rev 12214
Merge
jjg [Tue, 13 Mar 2012 15:43:40 -0700] rev 12213
7150368: javac should include basic ability to generate native headers
Reviewed-by: mcimadamore, darcy, ohrstrom
katleman [Thu, 22 Mar 2012 12:41:36 -0700] rev 12212
Added tag jdk8-b31 for changeset 780ca4f4edd7
duke [Wed, 05 Jul 2017 18:06:38 +0200] rev 12211
Merge
katleman [Thu, 22 Mar 2012 12:41:20 -0700] rev 12210
Added tag jdk8-b31 for changeset 3df600e3cd1e
duke [Wed, 05 Jul 2017 18:06:36 +0200] rev 12209
Merge
katleman [Thu, 22 Mar 2012 12:41:18 -0700] rev 12208
Added tag jdk8-b31 for changeset 3de32ba5241d
duke [Wed, 05 Jul 2017 18:06:33 +0200] rev 12207
Merge
katleman [Thu, 22 Mar 2012 12:41:05 -0700] rev 12206
Added tag jdk8-b31 for changeset 3977c85f7f66
duke [Wed, 05 Jul 2017 18:06:30 +0200] rev 12205
Merge
lana [Mon, 26 Mar 2012 17:31:42 -0700] rev 12204
Merge
lana [Wed, 21 Mar 2012 13:38:55 -0700] rev 12203
Merge
naoto [Wed, 21 Mar 2012 10:10:38 -0700] rev 12202
7145454: JVM wide monitor lock in Currency.getInstance(String)
Reviewed-by: okutsu
valeriep [Tue, 20 Mar 2012 15:06:13 -0700] rev 12201
7146728: Inconsistent length for the generated secret using DH key agreement impl from SunJCE and PKCS11
Summary: Always return the secret in the same length as the modulus.
Reviewed-by: wetmore
sla [Tue, 20 Mar 2012 12:48:48 +0100] rev 12200
7154114: jstat tests failing on non-english locales
7154113: jcmd, jps and jstat tests failing when there are unknown Java processes on the system
Reviewed-by: rbackman, kamg, dsamersoff
weijun [Tue, 20 Mar 2012 19:12:21 +0800] rev 12199
7152176: More krb5 tests
Reviewed-by: xuelei
sla [Mon, 19 Mar 2012 14:18:36 +0100] rev 12198
7152798: TEST_BUG: sun/management/HotspotClassLoadingMBean/GetClassLoadingTime.java does not compile
Summary: Make sure the test is compiled, run and finds it supporting classes
Reviewed-by: alanb, sspitsyn, rbackman
khazra [Fri, 16 Mar 2012 11:52:48 -0700] rev 12197
7152007: Fix warnings in sun/rmi/rmic
Summary: Minor code changes to remove warnings in sun/rmi/rmic
Reviewed-by: chegar, smarks
rbackman [Wed, 14 Mar 2012 08:43:28 +0100] rev 12196
7145419: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events.
Summary: Add more packages to filter avoids failing on events from background thread.
Reviewed-by: acorn, sspitsyn, sla
littlee [Fri, 16 Mar 2012 10:47:25 +0800] rev 12195
7153343: Dependency on non-POSIX header file <link.h> causes portability problem
Summary: Remove the unneccessary link.h
Reviewed-by: alanb, chegar
Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
valeriep [Thu, 15 Mar 2012 14:40:53 -0700] rev 12194
Merge
valeriep [Thu, 15 Mar 2012 14:28:48 -0700] rev 12193
7130959: Tweak 7058133 fix for JDK 8 (javah makefile changes)
Summary: Fixed JAVAHFLAGS setting to use -bootclasspath.
Reviewed-by: wetmore
khazra [Thu, 15 Mar 2012 13:21:16 -0700] rev 12192
7045655: An empty InMemoryCookieStore should not return true for removeAll
Summary: CookieStore.removeAll() should return false for an empty CookieStore
Reviewed-by: chegar
michaelm [Thu, 15 Mar 2012 16:46:47 +0000] rev 12191
Merge
michaelm [Thu, 15 Mar 2012 16:45:55 +0000] rev 12190
7151898: Check for LANG in Mac OS X jdk build sanity check [macosx]
Reviewed-by: ohair, smarks
fparain [Wed, 14 Mar 2012 09:03:08 -0700] rev 12189
7074616: java.lang.management.ManagementFactory.getPlatformManagementInterfaces fails
Reviewed-by: dholmes, sla
lana [Wed, 14 Mar 2012 08:28:25 -0700] rev 12188
Merge
lana [Tue, 13 Mar 2012 20:23:43 -0700] rev 12187
Merge
chegar [Wed, 14 Mar 2012 15:14:52 +0000] rev 12186
7152948: DatagramDispatcher.c should memset msghdr to make it portable to other platforms
Reviewed-by: alanb, chegar
Contributed-by: Shi Jun Zhang <zhangshj@linux.vnet.ibm.com>
jjg [Tue, 13 Mar 2012 15:44:26 -0700] rev 12185
7150368: javac should include basic ability to generate native headers
Reviewed-by: mcimadamore, darcy, ohrstrom
chegar [Tue, 13 Mar 2012 12:08:24 +0000] rev 12184
Merge
chegar [Tue, 13 Mar 2012 09:33:50 +0000] rev 12183
7152796: TEST_BUG: java/net/Socks/SocksV4Test.java does not terminate
Reviewed-by: alanb
coffeys [Tue, 13 Mar 2012 11:01:33 +0000] rev 12182
7149608: Default TZ detection fails on linux when symbolic links to non default location used.
Reviewed-by: alanb, okutsu
coffeys [Mon, 12 Mar 2012 11:30:28 +0000] rev 12181
7148584: Jar tools fails to generate manifest correctly when boundary condition hit
Reviewed-by: alanb, sherman
alanb [Mon, 12 Mar 2012 10:17:18 +0000] rev 12180
7152866: Tests not run because they are missing the @run tag
Reviewed-by: chegar, dholmes
lana [Wed, 21 Mar 2012 13:37:24 -0700] rev 12179
Merge
kizune [Wed, 21 Mar 2012 17:12:31 +0400] rev 12178
7144063: [macosx] Swing JMenu mnemonic doesn't work; hint misleading; cross symbol typed
Reviewed-by: leonidr, skovatch, swingler
dcherepanov [Wed, 21 Mar 2012 15:25:12 +0400] rev 12177
7150349: [macosx] Applets attempting to show popup menus activate the applet process
Reviewed-by: ant
dcherepanov [Wed, 21 Mar 2012 14:31:29 +0400] rev 12176
7150345: [macosx] Can't type into applets
Reviewed-by: ant
bagiras [Mon, 19 Mar 2012 21:22:18 +0400] rev 12175
7128738: dragged dialog freezes system on dispose
Reviewed-by: anthony
lana [Tue, 13 Mar 2012 19:58:39 -0700] rev 12174
Merge
rupashka [Tue, 13 Mar 2012 13:18:07 +0200] rev 12173
7027139: getFirstIndex() does not return the first index that has changed
Reviewed-by: alexp
lana [Wed, 21 Mar 2012 13:36:03 -0700] rev 12172
Merge
lana [Wed, 14 Mar 2012 08:56:57 -0700] rev 12171
Merge
littlee [Mon, 12 Mar 2012 13:30:16 +0800] rev 12170
7151427: Fix the potential memory leak in error handling code in X11SurfaceData.c
Summary: Free the memory in the error handling code.
Reviewed-by: prr, jgodinez, bae
Contributed-by: Sean Chou <zhouyx@linux.vnet.ibm.com>
katleman [Thu, 22 Mar 2012 12:41:26 -0700] rev 12169
Added tag jdk8-b31 for changeset 2c45788139a6
duke [Wed, 05 Jul 2017 18:06:21 +0200] rev 12168
Merge
jcoomes [Fri, 23 Mar 2012 21:31:15 -0700] rev 12167
Added tag hs24-b05 for changeset 56f2ec7778c3
jcoomes [Fri, 23 Mar 2012 21:31:14 -0700] rev 12166
Merge
never [Thu, 22 Mar 2012 13:54:26 -0700] rev 12165
Merge
kvn [Tue, 20 Mar 2012 13:10:13 -0700] rev 12164
7154997: assert(false) failed: not G1 barrier raw StoreP
Summary: Skip only G1 cases and explicitly set global escape state in unsafe cases.
Reviewed-by: never
jcoomes [Fri, 16 Mar 2012 23:52:03 -0700] rev 12163
Merge
iveresov [Thu, 15 Mar 2012 16:38:56 -0700] rev 12162
7154333: JVM fails to start if -XX:+AggressiveHeap is set
Summary: Don't set CompilationPolicyChoice with AggressiveHeap
Reviewed-by: never
never [Tue, 13 Mar 2012 20:54:56 -0700] rev 12161
7152955: print_method crashes with null root
Reviewed-by: kvn, never
Contributed-by: nils.eliasson@oracle.com
never [Tue, 13 Mar 2012 10:03:59 -0700] rev 12160
7152961: InlineTree::should_not_inline may exit prematurely
Reviewed-by: kvn, never
Contributed-by: nils.eliasson@oracle.com
never [Mon, 12 Mar 2012 19:54:41 -0700] rev 12159
Merge
kvn [Mon, 12 Mar 2012 10:46:47 -0700] rev 12158
7147744: CTW: assert(false) failed: infinite EA connection graph build
Summary: rewrote Connection graph construction code in EA to reduce time spent there.
Reviewed-by: never
jmelvin [Tue, 20 Mar 2012 16:46:39 -0400] rev 12157
7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
Summary: Provide custom error messages for locked commercial feature options which are not first unlocked.
Reviewed-by: dcubed, jcoomes, kamg
Contributed-by: james.melvin@oracle.com
erikj [Mon, 19 Mar 2012 10:09:24 +0100] rev 12156
7141246: build-infra merge: Introduce new JVM_VARIANT* to control which kind of jvm gets built
Reviewed-by: dholmes, ohair
sla [Mon, 19 Mar 2012 20:13:17 +0100] rev 12155
7152800: All tests using the attach API fail with "well-known file is not secure" on Mac OS X
Summary: Create well-known file with effective group of the current process
Reviewed-by: kamg, dcubed
amurillo [Sat, 17 Mar 2012 00:27:39 -0700] rev 12154
7154706: new hotspot build - hs23-b05
Reviewed-by: jcoomes
katleman [Thu, 22 Mar 2012 12:41:09 -0700] rev 12153
Added tag jdk8-b31 for changeset 5bd77c0f5009
katleman [Thu, 22 Mar 2012 12:40:59 -0700] rev 12152
Added tag jdk8-b31 for changeset 5be32b2f3be2
duke [Wed, 05 Jul 2017 18:06:10 +0200] rev 12151
Added tag jdk8-b31 for changeset bac81e9f7d57
duke [Wed, 05 Jul 2017 18:06:09 +0200] rev 12150
Merge
duke [Wed, 05 Jul 2017 18:06:06 +0200] rev 12149
Merge
katleman [Thu, 15 Mar 2012 15:18:24 -0700] rev 12148
Added tag jdk8-b30 for changeset 5fc6bf869751
duke [Wed, 05 Jul 2017 18:06:04 +0200] rev 12147
Merge
katleman [Thu, 15 Mar 2012 15:16:27 -0700] rev 12146
Added tag jdk8-b30 for changeset 75a5a7153772
duke [Wed, 05 Jul 2017 18:06:01 +0200] rev 12145
Merge
katleman [Thu, 15 Mar 2012 15:16:15 -0700] rev 12144
Added tag jdk8-b30 for changeset a32dddd6ba7c
duke [Wed, 05 Jul 2017 18:05:59 +0200] rev 12143
Merge
katleman [Wed, 21 Mar 2012 12:18:06 -0700] rev 12142
Merge
erikj [Mon, 19 Mar 2012 13:03:37 -0700] rev 12141
7153266: Adjustments to corba strip property utility (neutral to builds)
Summary: Fixes to sync up with jdk8 build-infra project.
Reviewed-by: ohair, tbell, ohrstrom
katleman [Thu, 15 Mar 2012 15:14:52 -0700] rev 12140
Added tag jdk8-b30 for changeset f7f3ea6ae9d7
duke [Wed, 05 Jul 2017 18:05:56 +0200] rev 12139
Merge
katleman [Wed, 21 Mar 2012 12:18:56 -0700] rev 12138
Merge
mfang [Thu, 15 Mar 2012 16:04:28 -0700] rev 12137
Merge
yhuang [Wed, 14 Mar 2012 23:19:52 -0700] rev 12136
Merge
yhuang [Wed, 14 Mar 2012 23:07:21 -0700] rev 12135
7085757: Currency Data: ISO 4217 Amendment 152
Reviewed-by: naoto