coleenp [Mon, 25 Jun 2012 18:59:52 -0700] rev 13098
Merge
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
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
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
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
dcubed [Wed, 20 Jun 2012 14:29:23 -0700] rev 13093
Merge
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
sla [Mon, 18 Jun 2012 11:33:17 +0200] rev 13091
Merge
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
poonam [Thu, 14 Jun 2012 22:55:40 -0700] rev 13089
Merge
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
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
amurillo [Fri, 15 Jun 2012 14:17:28 -0700] rev 13086
7175515: new hotspot build - hs24-b15
Reviewed-by: jcoomes
katleman [Thu, 28 Jun 2012 09:32:35 -0700] rev 13085
Added tag jdk8-b45 for changeset 8ff1c75f204a
katleman [Thu, 28 Jun 2012 09:32:26 -0700] rev 13084
Added tag jdk8-b45 for changeset 07ad352154a8
duke [Wed, 05 Jul 2017 18:14:56 +0200] rev 13083
Added tag jdk8-b45 for changeset 9b19b2302c28
duke [Wed, 05 Jul 2017 18:14:56 +0200] rev 13082
Merge
duke [Wed, 05 Jul 2017 18:14:52 +0200] rev 13081
Merge
lana [Mon, 25 Jun 2012 21:39:16 -0700] rev 13080
Merge
jjg [Fri, 22 Jun 2012 14:40:30 -0700] rev 13079
7178763: javadoc OutOfMemory error results in several jdk8 tl nightly failures
Reviewed-by: ksrini
jjg [Thu, 21 Jun 2012 13:22:21 -0700] rev 13078
7178297: provide mapping from doc comment position to source file position
Reviewed-by: mcimadamore, ksrini
jjg [Wed, 20 Jun 2012 13:23:26 -0700] rev 13077
7174143: encapsulate doc comment table
Reviewed-by: ksrini, mcimadamore
mcimadamore [Tue, 19 Jun 2012 13:25:58 +0100] rev 13076
7177701: error: Filling jar message during javax/imageio/metadata/IIOMetadataFormatImpl compilation
Summary: Recent JDK hash changes affected order in which files are returned from JavacFileManager.list()
Reviewed-by: jjg
lana [Sun, 17 Jun 2012 21:37:21 -0700] rev 13075
Merge
ksrini [Mon, 11 Jun 2012 15:33:28 -0700] rev 13074
7160072: (javac) JavacParserTests needs cleanup
Reviewed-by: jjg
katleman [Thu, 21 Jun 2012 17:08:31 -0700] rev 13073
Added tag jdk8-b44 for changeset 96e306b8f5e5
duke [Wed, 05 Jul 2017 18:14:46 +0200] rev 13072
Merge
katleman [Thu, 21 Jun 2012 17:07:59 -0700] rev 13071
Added tag jdk8-b44 for changeset fc9fe83a8a52
duke [Wed, 05 Jul 2017 18:14:44 +0200] rev 13070
Merge
lana [Tue, 26 Jun 2012 10:27:51 -0700] rev 13069
Merge
asaha [Thu, 07 Jun 2012 12:30:22 -0700] rev 13068
Merge
asaha [Mon, 21 May 2012 14:51:03 -0700] rev 13067
Merge
asaha [Tue, 08 May 2012 07:30:48 -0700] rev 13066
Merge
joehw [Tue, 10 Apr 2012 13:59:21 -0700] rev 13065
7157609: Issues with loop
Reviewed-by: hawtin, lancea, asaha
lana [Mon, 25 Jun 2012 21:37:34 -0700] rev 13064
Merge
lana [Sun, 17 Jun 2012 21:29:12 -0700] rev 13063
Merge
joehw [Tue, 12 Jun 2012 10:23:49 -0700] rev 13062
7144423: StAX EventReader swallows the cause of error
Summary: make sure the cause of the error is properly reported
Reviewed-by: lancea, psandoz
joehw [Mon, 11 Jun 2012 15:47:01 -0700] rev 13061
7157610: NullPointerException occurs when parsing XML doc
Summary: recovers what was the original disallow-doctype-decl, reporting error when disallow-doctype-decl is true, and change everything else that was added for SupportDTD to be governed by a new flag 'fSupportDTD'.
Reviewed-by: lancea
katleman [Thu, 21 Jun 2012 17:07:57 -0700] rev 13060
Added tag jdk8-b44 for changeset b52db8219e73
duke [Wed, 05 Jul 2017 18:14:36 +0200] rev 13059
Merge
lana [Tue, 26 Jun 2012 10:13:49 -0700] rev 13058
Merge
asaha [Thu, 07 Jun 2012 12:29:03 -0700] rev 13057
Merge
asaha [Mon, 21 May 2012 14:50:53 -0700] rev 13056
Merge
asaha [Tue, 08 May 2012 07:27:46 -0700] rev 13055
Merge
asaha [Tue, 10 Apr 2012 10:41:36 -0700] rev 13054
Merge
mbankal [Wed, 28 Mar 2012 02:53:13 -0700] rev 13053
Merge
mbankal [Wed, 28 Mar 2012 02:50:50 -0700] rev 13052
7079902: Refine CORBA data models
Reviewed-by: coffeys
coffeys [Mon, 26 Mar 2012 14:01:40 +0100] rev 13051
7143851: Improve IIOP stub and tie generation in RMIC
7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
Reviewed-by: mschoene, robm
katleman [Thu, 21 Jun 2012 17:07:30 -0700] rev 13050
Added tag jdk8-b44 for changeset fab97dcc43bb
duke [Wed, 05 Jul 2017 18:14:27 +0200] rev 13049
Merge
lana [Tue, 26 Jun 2012 10:57:46 -0700] rev 13048
Merge
asaha [Thu, 07 Jun 2012 12:31:10 -0700] rev 13047
Merge
asaha [Thu, 24 May 2012 10:23:21 -0700] rev 13046
7171228: closed/java/lang/SecurityManager/CheckPackageDefinition.java failure
Reviewed-by: mullan
asaha [Mon, 21 May 2012 15:13:13 -0700] rev 13045
Merge
jrose [Fri, 18 May 2012 20:31:28 -0700] rev 13044
7165628: Issues with java.lang.invoke.MethodHandles.Lookup
Summary: Base SecurityManager checks on either of Lookup.lookupClass or caller class; also clarify Lookup access checks.
Reviewed-by: twisti
coffeys [Thu, 17 May 2012 12:21:16 +0100] rev 13043
7123896: Unexpected behavior due to Solaris using separate IPv4 and IPv6 port spaces
Reviewed-by: alanb
asaha [Tue, 08 May 2012 07:34:53 -0700] rev 13042
Merge
robm [Wed, 11 Apr 2012 17:47:56 -0700] rev 13041
7143606: File.createTempFile should be improved for temporary files created by the platform.
Reviewed-by: sherman
asaha [Tue, 10 Apr 2012 10:44:46 -0700] rev 13040
Merge
coffeys [Mon, 26 Mar 2012 14:03:09 +0100] rev 13039
7143851: Improve IIOP stub and tie generation in RMIC
7149048: Changes to corba rmic stubGenerator class are not used during jdk build process
Reviewed-by: mschoene, robm
weijun [Wed, 29 Feb 2012 14:06:00 +0800] rev 13038
7143872: Improve certificate extension processing
Reviewed-by: mullan
rupashka [Tue, 28 Feb 2012 16:09:15 +0200] rev 13037
7143614: SynthLookAndFeel stability improvement
Reviewed-by: malenkov
bae [Tue, 28 Feb 2012 10:44:56 +0400] rev 13036
7143617: Improve fontmanager layout lookup operations
Reviewed-by: igor, prr, mschoene
mullan [Wed, 22 Feb 2012 15:38:24 -0500] rev 13035
7145239: Finetune package definition restriction
Reviewed-by: hawtin
lana [Mon, 25 Jun 2012 21:38:37 -0700] rev 13034
Merge
chegar [Mon, 25 Jun 2012 14:19:38 +0100] rev 13033
7176784: Windows authentication not working on some computers
Reviewed-by: michaelm
dholmes [Wed, 20 Jun 2012 22:40:32 -0400] rev 13032
7178483: Change version string for Embedded releases
Reviewed-by: dholmes, lancea
Contributed-by: Gary Collins <gary.collins@oracle.com>
xuelei [Tue, 19 Jun 2012 17:28:06 -0700] rev 13031
7166487: checkSequenceNumber method never called within readRecord of SSLEngineImpl
Reviewed-by: weijun
chegar [Tue, 19 Jun 2012 10:20:45 +0100] rev 13030
6901992: InvalidJarIndexException due to bug in sun.misc.JarIndex.merge()
Reviewed-by: chegar
Contributed-by: dbelfer@gmail.com
okutsu [Tue, 19 Jun 2012 16:21:17 +0900] rev 13029
6380549: (rb) ResourceBundle.Control global binding support
Reviewed-by: naoto
alanb [Mon, 18 Jun 2012 11:19:48 +0100] rev 13028
7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
Reviewed-by: chegar, coffeys
lana [Sun, 17 Jun 2012 21:34:42 -0700] rev 13027
Merge
wetmore [Fri, 15 Jun 2012 17:42:16 -0700] rev 13026
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
Reviewed-by: khazra
mduigou [Fri, 15 Jun 2012 13:01:38 -0700] rev 13025
7175758: Improve unit test of Map iterators and Iterator.remove()
Summary: Adds additional tests of Map iterators and Iterator.remove()
Reviewed-by: lancea
alanb [Fri, 15 Jun 2012 17:16:25 +0100] rev 13024
7176485: (bf) Allow temporary buffer cache to grow to IOV_MAX
Reviewed-by: chegar, coffeys
mullan [Fri, 15 Jun 2012 09:16:18 -0400] rev 13023
Merge
mullan [Fri, 15 Jun 2012 08:47:41 -0400] rev 13022
Merge
mullan [Fri, 15 Jun 2012 08:43:31 -0400] rev 13021
7176326: CertPath/CertPathBuilderTest failures after webrev 6854712_6637288_7126011
Reviewed-by: xuelei
coffeys [Fri, 15 Jun 2012 14:16:18 +0100] rev 13020
7156963: Incorrect copyright header in java/io/SerialCallbackContext
Reviewed-by: weijun, coffeys
Contributed-by: edvard.wendelin@oracle.com
lancea [Thu, 14 Jun 2012 15:05:18 -0400] rev 13019
7145913: CachedRowSetSwriter.insertNewRow() throws SQLException
Reviewed-by: joehw, naoto, psandoz, forax
mduigou [Wed, 13 Jun 2012 16:48:30 -0700] rev 13018
7173919: Minor optimization of hashing methods
Summary: several minor optimizations to hashing methods used by hash map classes
Reviewed-by: dholmes
alanb [Thu, 14 Jun 2012 12:13:54 +0100] rev 13017
7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
Reviewed-by: khazra, chegar
weijun [Wed, 13 Jun 2012 19:23:23 +0800] rev 13016
7176574: sun/security/krb5/auto/TcpTimeout.java failed with solaris-i586
Reviewed-by: chegar
ohair [Tue, 12 Jun 2012 15:16:32 -0700] rev 13015
Merge
ohair [Tue, 12 Jun 2012 13:54:20 -0700] rev 13014
7176138: Fixes for missing close() calls and possible null pointer reference instead of fatal error
Reviewed-by: dcubed
lancea [Tue, 12 Jun 2012 17:32:01 -0400] rev 13013
7171918: XmlReaderContentHandler.endElement does not handle a Delete Tag properly
Reviewed-by: joehw
lancea [Mon, 11 Jun 2012 07:10:48 -0400] rev 13012
7171917: CachedRowSetImpl.populate does not handle map properly
Reviewed-by: joehw
alanb [Sun, 10 Jun 2012 10:29:27 +0100] rev 13011
7175775: Disable SA options in jinfo/Basic.java test until SA updated for new hash and String count/offset
Reviewed-by: minqi
lana [Mon, 25 Jun 2012 21:36:32 -0700] rev 13010
Merge
anthony [Mon, 25 Jun 2012 17:27:04 +0400] rev 13009
7174718: [macosx] Regression in 7u6 b12: PopupFactory leaks DefaultFrames.
Summary: Fix memory management
Reviewed-by: art, serb
anthony [Fri, 22 Jun 2012 16:32:39 +0400] rev 13008
7170716: JVM crash when opening an AWT app from a registered file.
Summary: Copy the queued blocks to prevent their deallocation
Reviewed-by: anthony, swingler
Contributed-by: Marco Dinacci <marco.dinacci@gmail.com>
kizune [Tue, 19 Jun 2012 21:09:03 +0400] rev 13007
7172430: [macosx] debug message in non debug jdk build
Reviewed-by: anthony, serb
alexsch [Mon, 18 Jun 2012 15:39:27 +0400] rev 13006
7174970: NLS [ccjk] Extra mnemonic keys at standard filechooserdialog (open and save) in metal L&F
Reviewed-by: rupashka
lana [Sun, 17 Jun 2012 22:03:26 -0700] rev 13005
Merge
kizune [Fri, 15 Jun 2012 18:28:33 +0400] rev 13004
7171163: [macosx] Shortcomings in the design of the secondary native event loop made JavaFX DnD deadlock
Reviewed-by: anthony, art
alexsch [Wed, 13 Jun 2012 18:43:07 +0400] rev 13003
7150049: [macosx] closed/javax/swing/JCheckBox/4449413/bug4449413.java check the checkbox again,it auto fail
Reviewed-by: rupashka
anthony [Wed, 13 Jun 2012 18:33:30 +0400] rev 13002
7176644: [macosx] Missing NSAutoreleasePool in CGLGraphicsConfig.m OGLGC_DestroyOGLGraphicsConfig
Summary: Create and drain an autorelease pool
Reviewed-by: anthony, dcherepanov
Contributed-by: Tomas Hurka <tomas.hurka@googlemail.com>
luchsh [Mon, 11 Jun 2012 10:52:31 +0800] rev 13001
7155887: ComboBox does not display focus outline in GTK L&F
Reviewed-by: rupashka
kizune [Sat, 09 Jun 2012 19:18:24 +0400] rev 13000
7173487: closed/java/awt/Frame/RemoveNotifyTest/RemoveNotifyTest.html
Reviewed-by: anthony, dcherepanov, serb
rupashka [Sat, 09 Jun 2012 17:42:46 +0400] rev 12999
7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY
Reviewed-by: alexsch
lana [Mon, 25 Jun 2012 21:34:27 -0700] rev 12998
Merge
prr [Tue, 19 Jun 2012 09:07:31 -0700] rev 12997
7124536: [macosx] PrintServiceLookup.lookupDefaultPrintService() return null
Reviewed-by: bae, igor
lana [Sun, 17 Jun 2012 22:07:44 -0700] rev 12996
Merge
prr [Thu, 14 Jun 2012 16:34:43 -0700] rev 12995
7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name
Reviewed-by: bae, jgodinez
bae [Thu, 14 Jun 2012 11:14:44 +0400] rev 12994
7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64
Reviewed-by: jgodinez, prr
prr [Wed, 13 Jun 2012 12:46:02 -0700] rev 12993
7027300: Unsynchronized HashMap access causes endless loop
Reviewed-by: bae, jgodinez
katleman [Thu, 21 Jun 2012 17:08:14 -0700] rev 12992
Added tag jdk8-b44 for changeset 5a7d295a9b76
duke [Wed, 05 Jul 2017 18:14:07 +0200] rev 12991
Merge
lana [Tue, 26 Jun 2012 10:27:11 -0700] rev 12990
Merge
asaha [Thu, 07 Jun 2012 12:30:02 -0700] rev 12989
Merge
asaha [Mon, 21 May 2012 14:56:33 -0700] rev 12988
Merge
asaha [Tue, 08 May 2012 11:29:21 -0700] rev 12987
Merge
kamg [Thu, 03 May 2012 15:37:46 -0400] rev 12986
7160757: Problem with hotspot/runtime_classfile
Summary: Allow only current and super invokespecials of <init>
Reviewed-by: never, coleenp, dcubed
asaha [Tue, 08 May 2012 07:29:27 -0700] rev 12985
Merge
never [Thu, 12 Apr 2012 12:07:09 -0700] rev 12984
7160677: missing else in fix for 7152811
Reviewed-by: kvn, kevinw
asaha [Tue, 10 Apr 2012 10:42:34 -0700] rev 12983
Merge
never [Wed, 04 Apr 2012 20:44:38 -0700] rev 12982
7152811: Issues in client compiler
Reviewed-by: kvn, jrose
kamg [Thu, 29 Mar 2012 18:55:32 -0400] rev 12981
7110720: Issue with vm config file loadingIssue with vm config file loading
Summary: disabling default config files if -XX:-ReadDefaultConfigFiles
Reviewed-by: phh, jrose, dcubed, dholmes
katleman [Thu, 21 Jun 2012 17:07:40 -0700] rev 12980
Added tag jdk8-b44 for changeset 1531e68c3b60
lana [Mon, 25 Jun 2012 21:37:09 -0700] rev 12979
Merge