Tue, 09 Oct 2012 22:12:25 +0200 8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn
stefank [Tue, 09 Oct 2012 22:12:25 +0200] rev 14075
8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn Summary: Treat the oops in invoke_method_table() as strong roots when ClassUnloading is enabled. Reviewed-by: kamg, coleenp
Mon, 08 Oct 2012 09:12:31 -0700 8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
johnc [Mon, 08 Oct 2012 09:12:31 -0700] rev 14074
8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file Summary: Missing call to MetaspaceAux::print_on() in G1CollectedHeap::print_on(). Reviewed-by: azeemj, jmasa Contributed-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Sat, 06 Oct 2012 01:17:44 -0700 7127708: G1: change task num types from int to uint in concurrent mark
johnc [Sat, 06 Oct 2012 01:17:44 -0700] rev 14073
7127708: G1: change task num types from int to uint in concurrent mark Summary: Change the type of various task num fields, parameters etc to unsigned and rename them to be more consistent with the other collectors. Code changes were also reviewed by Vitaly Davidovich. Reviewed-by: johnc Contributed-by: Kaushik Srenevasan <kaushik@twitter.com>
Fri, 12 Oct 2012 14:06:27 -0700 8000834: new hotspot build - hs25-b06
amurillo [Fri, 12 Oct 2012 14:06:27 -0700] rev 14072
8000834: new hotspot build - hs25-b06 Reviewed-by: jcoomes
Thu, 18 Oct 2012 11:08:05 -0700 Added tag jdk8-b61 for changeset 929432f0c3b6
katleman [Thu, 18 Oct 2012 11:08:05 -0700] rev 14071
Added tag jdk8-b61 for changeset 929432f0c3b6
Wed, 24 Oct 2012 13:11:42 -0700 Merge
katleman [Wed, 24 Oct 2012 13:11:42 -0700] rev 14070
Merge
Tue, 23 Oct 2012 10:10:49 -0700 7152336: Enable builds on Windows with MinGW/MSYS
tbell [Tue, 23 Oct 2012 10:10:49 -0700] rev 14069
7152336: Enable builds on Windows with MinGW/MSYS Summary: Minimal makefile changes to enable building OpenJDK using MSYS on Windows7 Reviewed-by: ohair, tbell Contributed-by: volker.simonis@gmail.com
Thu, 18 Oct 2012 11:07:40 -0700 Added tag jdk8-b61 for changeset 0623a2cf29df
katleman [Thu, 18 Oct 2012 11:07:40 -0700] rev 14068
Added tag jdk8-b61 for changeset 0623a2cf29df
Wed, 05 Jul 2017 18:26:11 +0200 Added tag jdk8-b61 for changeset cdaa6122185f
duke [Wed, 05 Jul 2017 18:26:11 +0200] rev 14067
Added tag jdk8-b61 for changeset cdaa6122185f
Wed, 05 Jul 2017 18:26:11 +0200 Merge jdk8-b61
duke [Wed, 05 Jul 2017 18:26:11 +0200] rev 14066
Merge
Wed, 05 Jul 2017 18:26:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:26:07 +0200] rev 14065
Merge
Thu, 11 Oct 2012 17:00:54 -0700 Merge
lana [Thu, 11 Oct 2012 17:00:54 -0700] rev 14064
Merge
Mon, 08 Oct 2012 15:40:27 -0700 Merge
lana [Mon, 08 Oct 2012 15:40:27 -0700] rev 14063
Merge
Sat, 06 Oct 2012 10:35:38 +0100 7177386: Add attribution support for method references
mcimadamore [Sat, 06 Oct 2012 10:35:38 +0100] rev 14062
7177386: Add attribution support for method references Summary: Add type-checking/lookup routines for method references Reviewed-by: jjg, dlsmith
Fri, 05 Oct 2012 14:21:09 -0700 4696488: javadoc doesn't handle UNC paths for destination directory
bpatel [Fri, 05 Oct 2012 14:21:09 -0700] rev 14061
4696488: javadoc doesn't handle UNC paths for destination directory Reviewed-by: jjg
Fri, 05 Oct 2012 14:16:32 -0700 7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked
bpatel [Fri, 05 Oct 2012 14:16:32 -0700] rev 14060
7068595: html files in class-use dir do not get loaded correctly when Frames link is clicked Reviewed-by: jjg
Fri, 05 Oct 2012 14:13:47 -0700 7132631: The help-doc.html generates an invalid link to constant-values.html
bpatel [Fri, 05 Oct 2012 14:13:47 -0700] rev 14059
7132631: The help-doc.html generates an invalid link to constant-values.html Reviewed-by: jjg
Fri, 05 Oct 2012 14:35:24 +0100 7177385: Add attribution support for lambda expressions
mcimadamore [Fri, 05 Oct 2012 14:35:24 +0100] rev 14058
7177385: Add attribution support for lambda expressions Summary: Add support for function descriptor lookup, functional interface inference and lambda expression type-checking Reviewed-by: jjg, dlsmith
Thu, 04 Oct 2012 13:04:53 +0100 7177387: Add target-typing support in method context
mcimadamore [Thu, 04 Oct 2012 13:04:53 +0100] rev 14057
7177387: Add target-typing support in method context Summary: Add support for deferred types and speculative attribution Reviewed-by: jjg, dlsmith
Sat, 29 Sep 2012 09:00:58 -0700 7198582: (java) Minor refactor of JavacParser
ksrini [Sat, 29 Sep 2012 09:00:58 -0700] rev 14056
7198582: (java) Minor refactor of JavacParser Reviewed-by: jjg, ksrini Contributed-by: jan.lahoda@oracle.com
Fri, 28 Sep 2012 14:57:31 -0700 Merge
lana [Fri, 28 Sep 2012 14:57:31 -0700] rev 14055
Merge
Fri, 28 Sep 2012 11:39:29 -0700 7199925: Separate compilation breaks check that elements have a default for the containing annotation
jfranck [Fri, 28 Sep 2012 11:39:29 -0700] rev 14054
7199925: Separate compilation breaks check that elements have a default for the containing annotation Reviewed-by: jjg, mcimadamore
Fri, 28 Sep 2012 18:50:40 +0100 8000241: langtools doesn't build
mcimadamore [Fri, 28 Sep 2012 18:50:40 +0100] rev 14053
8000241: langtools doesn't build Summary: bad merge with langtools tip caused build glitch Reviewed-by: jjg
Fri, 28 Sep 2012 16:56:53 +0100 8000233: Fix issues in recent push
mcimadamore [Fri, 28 Sep 2012 16:56:53 +0100] rev 14052
8000233: Fix issues in recent push Summary: Forgot to incorporate review comments in pushed changesets Reviewed-by: jjg
Wed, 26 Sep 2012 14:22:41 +0100 7188968: New instance creation expression using diamond is checked twice
mcimadamore [Wed, 26 Sep 2012 14:22:41 +0100] rev 14051
7188968: New instance creation expression using diamond is checked twice Summary: Unify method and constructor check logic Reviewed-by: jjg
Tue, 25 Sep 2012 13:11:05 -0700 7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error
jjg [Tue, 25 Sep 2012 13:11:05 -0700] rev 14050
7196464: upgrade JavaCompiler.shouldStopPolicy to accomodate policies in face of error and no error Reviewed-by: mcimadamore
Tue, 25 Sep 2012 13:06:58 -0700 7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac
jjg [Tue, 25 Sep 2012 13:06:58 -0700] rev 14049
7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac Reviewed-by: mcimadamore, jjg Contributed-by: vicenterz@yahoo.es
Tue, 25 Sep 2012 11:56:46 +0100 7177306: Regression: unchecked method call does not erase return type
mcimadamore [Tue, 25 Sep 2012 11:56:46 +0100] rev 14048
7177306: Regression: unchecked method call does not erase return type Summary: Spurious extra call to Attr.checkMethod when method call is unchecked Reviewed-by: jjg, dlsmith
Tue, 25 Sep 2012 11:55:34 +0100 7175433: Inference cleanup: add helper class to handle inference variables
mcimadamore [Tue, 25 Sep 2012 11:55:34 +0100] rev 14047
7175433: Inference cleanup: add helper class to handle inference variables Summary: Add class to handle inference variables instantiation and associated info Reviewed-by: jjg, dlsmith
Tue, 25 Sep 2012 11:53:18 +0100 7194586: Add back-end support for invokedynamic
mcimadamore [Tue, 25 Sep 2012 11:53:18 +0100] rev 14046
7194586: Add back-end support for invokedynamic Summary: Add support for invokedynamic bytecode instruction; includes suppot for generation of all related classfile attributes Reviewed-by: jjg
Tue, 25 Sep 2012 11:52:37 +0100 7193913: Cleanup Resolve.findMethod
mcimadamore [Tue, 25 Sep 2012 11:52:37 +0100] rev 14045
7193913: Cleanup Resolve.findMethod Summary: Refactor method lookup logic in Resolve.findMethod Reviewed-by: jjg
Mon, 24 Sep 2012 14:04:34 -0700 7196462: JavacProcessingEnvironment should tolerate BasicJavacTask
jjg [Mon, 24 Sep 2012 14:04:34 -0700] rev 14044
7196462: JavacProcessingEnvironment should tolerate BasicJavacTask Reviewed-by: mcimadamore
Thu, 11 Oct 2012 09:50:52 -0700 Added tag jdk8-b60 for changeset e8ce51f159dd
katleman [Thu, 11 Oct 2012 09:50:52 -0700] rev 14043
Added tag jdk8-b60 for changeset e8ce51f159dd
Wed, 05 Jul 2017 18:25:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:59 +0200] rev 14042
Merge
Thu, 11 Oct 2012 09:49:47 -0700 Added tag jdk8-b60 for changeset ad9498bbcc27
katleman [Thu, 11 Oct 2012 09:49:47 -0700] rev 14041
Added tag jdk8-b60 for changeset ad9498bbcc27
Wed, 05 Jul 2017 18:25:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:55 +0200] rev 14040
Merge
Thu, 11 Oct 2012 09:49:41 -0700 Added tag jdk8-b60 for changeset 77de918f1de3
katleman [Thu, 11 Oct 2012 09:49:41 -0700] rev 14039
Added tag jdk8-b60 for changeset 77de918f1de3
Wed, 05 Jul 2017 18:25:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:50 +0200] rev 14038
Merge
Thu, 11 Oct 2012 16:57:31 -0700 Merge
lana [Thu, 11 Oct 2012 16:57:31 -0700] rev 14037
Merge
Mon, 08 Oct 2012 15:38:19 -0700 Merge
lana [Mon, 08 Oct 2012 15:38:19 -0700] rev 14036
Merge
Fri, 05 Oct 2012 15:08:10 +0100 7195779: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class
alanb [Fri, 05 Oct 2012 15:08:10 +0100] rev 14035
7195779: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently, NPE in tie class Reviewed-by: alanb, coffeys Contributed-by: jaroslav.bachorik@oracle.com
Thu, 11 Oct 2012 09:49:03 -0700 Added tag jdk8-b60 for changeset 708d4b770214
katleman [Thu, 11 Oct 2012 09:49:03 -0700] rev 14034
Added tag jdk8-b60 for changeset 708d4b770214
Wed, 05 Jul 2017 18:25:45 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:45 +0200] rev 14033
Merge
Thu, 11 Oct 2012 16:59:50 -0700 Merge
lana [Thu, 11 Oct 2012 16:59:50 -0700] rev 14032
Merge
Mon, 08 Oct 2012 15:39:33 -0700 Merge
lana [Mon, 08 Oct 2012 15:39:33 -0700] rev 14031
Merge
Mon, 08 Oct 2012 10:42:43 +0800 7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true
weijun [Mon, 08 Oct 2012 10:42:43 +0800] rev 14030
7201053: Krb5LoginModule shows NPE when both useTicketCache and storeKey are set to true Reviewed-by: mullan
Sat, 06 Oct 2012 13:56:16 +0100 8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations
alanb [Sat, 06 Oct 2012 13:56:16 +0100] rev 14029
8000354: (props) Properties.storeToXML/loadFromXML need to allow for alternative implementations Reviewed-by: mchung, forax
Fri, 05 Oct 2012 09:57:50 -0700 7198834: HOST Adapter: one extra empty space in the end of the pattern string
naoto [Fri, 05 Oct 2012 09:57:50 -0700] rev 14028
7198834: HOST Adapter: one extra empty space in the end of the pattern string Reviewed-by: okutsu
Thu, 04 Oct 2012 21:05:06 -0700 Merge
naoto [Thu, 04 Oct 2012 21:05:06 -0700] rev 14027
Merge
Thu, 04 Oct 2012 21:03:36 -0700 7200119: Collator.getAvailableLocales() doesn't return Locale.US
naoto [Thu, 04 Oct 2012 21:03:36 -0700] rev 14026
7200119: Collator.getAvailableLocales() doesn't return Locale.US Reviewed-by: okutsu
Thu, 04 Oct 2012 19:53:08 +0100 7184932: Remove the temporary Selector usage in the NIO socket adapters
robm [Thu, 04 Oct 2012 19:53:08 +0100] rev 14025
7184932: Remove the temporary Selector usage in the NIO socket adapters Reviewed-by: alanb
Thu, 04 Oct 2012 10:04:56 -0700 7196799: CLDR adapter can not be invoked when region code is specified in Locale
naoto [Thu, 04 Oct 2012 10:04:56 -0700] rev 14024
7196799: CLDR adapter can not be invoked when region code is specified in Locale 7197573: java/util/Locale/LocaleProviders.sh failed. Reviewed-by: okutsu
Thu, 04 Oct 2012 11:54:16 +0100 Merge
vinnie [Thu, 04 Oct 2012 11:54:16 +0100] rev 14023
Merge
Tue, 14 Feb 2012 11:18:32 +0000 7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry
vinnie [Tue, 14 Feb 2012 11:18:32 +0000] rev 14022
7133495: [macosx] KeyChain KeyStore implementation retrieves only one private key entry Reviewed-by: weijun
Thu, 04 Oct 2012 18:05:37 +0900 7201151: Fix Contribution : Java cannot get Windows's IME name correctly
peytoia [Thu, 04 Oct 2012 18:05:37 +0900] rev 14021
7201151: Fix Contribution : Java cannot get Windows's IME name correctly Reviewed-by: okutsu
Thu, 04 Oct 2012 11:36:22 +0900 7196316: Wrong rounding mode in DecimalFormat after deserialization
peytoia [Thu, 04 Oct 2012 11:36:22 +0900] rev 14020
7196316: Wrong rounding mode in DecimalFormat after deserialization Reviewed-by: okutsu
Wed, 03 Oct 2012 09:03:53 +0100 6910472: Typo in : java.io.ObjectOutputStream.reset() "refered"
dxu [Wed, 03 Oct 2012 09:03:53 +0100] rev 14019
6910472: Typo in : java.io.ObjectOutputStream.reset() "refered" Reviewed-by: dholmes, alanb
Wed, 03 Oct 2012 15:11:28 +0900 7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars
peytoia [Wed, 03 Oct 2012 15:11:28 +0900] rev 14018
7104012: AIOOBE from RuleBasedBreakIterator.lookupState for some suppl. chars Reviewed-by: okutsu
Tue, 02 Oct 2012 12:23:16 +0100 8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit
alanb [Tue, 02 Oct 2012 12:23:16 +0100] rev 14017
8000268: sun/security/provider/X509Factory/BigCRL.java failing on Linux 32-bit Reviewed-by: mullan
Tue, 02 Oct 2012 10:36:05 +0100 7197642: (sl) ServiceLoader.load(null) doesn't throw NPE
psandoz [Tue, 02 Oct 2012 10:36:05 +0100] rev 14016
7197642: (sl) ServiceLoader.load(null) doesn't throw NPE Reviewed-by: alanb
Tue, 02 Oct 2012 10:11:57 +0100 7050528: Improve performance of java.text.DecimalFormat.format() call stack
olagneau [Tue, 02 Oct 2012 10:11:57 +0100] rev 14015
7050528: Improve performance of java.text.DecimalFormat.format() call stack Reviewed-by: darcy
Mon, 01 Oct 2012 15:36:57 +0100 8000269: Cleanup javadoc warnings
alanb [Mon, 01 Oct 2012 15:36:57 +0100] rev 14014
8000269: Cleanup javadoc warnings Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
Sat, 29 Sep 2012 15:44:06 +0400 7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh
dsamersoff [Sat, 29 Sep 2012 15:44:06 +0400] rev 14013
7186723: TEST_BUG: Race condition in sun/management/jmxremote/startstop/JMXStartStopTest.sh Summary: Make test self-terminating and independent to cygwin/mks kill behaviour Reviewed-by: sspitsyn, alanb
Fri, 28 Sep 2012 14:56:38 -0700 Merge
lana [Fri, 28 Sep 2012 14:56:38 -0700] rev 14012
Merge
Fri, 28 Sep 2012 11:14:20 +0100 6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
dxu [Fri, 28 Sep 2012 11:14:20 +0100] rev 14011
6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT Reviewed-by: alanb
Fri, 28 Sep 2012 17:15:48 +0800 7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so
weijun [Fri, 28 Sep 2012 17:15:48 +0800] rev 14010
7200682: TEST_BUG: keytool/autotest.sh still has problems with libsoftokn.so Reviewed-by: alanb, smarks
Fri, 28 Sep 2012 14:14:26 +0900 7069824: Support for BCP47 locale matching
peytoia [Fri, 28 Sep 2012 14:14:26 +0900] rev 14009
7069824: Support for BCP47 locale matching Reviewed-by: naoto, okutsu
Fri, 28 Sep 2012 04:39:02 +0100 7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
robm [Fri, 28 Sep 2012 04:39:02 +0100] rev 14008
7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache Reviewed-by: chegar
Thu, 27 Sep 2012 22:35:07 +0100 7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
robm [Thu, 27 Sep 2012 22:35:07 +0100] rev 14007
7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases Reviewed-by: chegar
Thu, 27 Sep 2012 17:55:10 +0100 7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK.
andrew [Thu, 27 Sep 2012 17:55:10 +0100] rev 14006
7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK. Summary: Allow OpenJDK to use the unlimited crypto policy. Reviewed-by: wetmore, ohair
Thu, 27 Sep 2012 10:30:56 +0100 7200742: (se) Selector.select does not block when starting Coherence (sol)
alanb [Thu, 27 Sep 2012 10:30:56 +0100] rev 14005
7200742: (se) Selector.select does not block when starting Coherence (sol) Reviewed-by: chegar
Wed, 26 Sep 2012 21:05:40 -0700 7200295: CertificateRequest message is wrapping when using large numbers of Certs
xuelei [Wed, 26 Sep 2012 21:05:40 -0700] rev 14004
7200295: CertificateRequest message is wrapping when using large numbers of Certs Reviewed-by: wetmore
Tue, 25 Sep 2012 11:31:17 -0700 7199939: DSA 576 and 640 bit keys fail when initializing for No precomputed parameters
valeriep [Tue, 25 Sep 2012 11:31:17 -0700] rev 14003
7199939: DSA 576 and 640 bit keys fail when initializing for No precomputed parameters Summary: Fixed initialize(int, SecureRandom) call to not error out when no precomputed params available. Reviewed-by: vinnie
Tue, 25 Sep 2012 11:27:42 -0700 7199941: test about AES/ECB mode fails
valeriep [Tue, 25 Sep 2012 11:27:42 -0700] rev 14002
7199941: test about AES/ECB mode fails Summary: Fixed the problem of field "blockMode" not having correct value for AES algorithms. Reviewed-by: vinnie
Fri, 21 Sep 2012 15:39:10 +0100 7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
alanb [Fri, 21 Sep 2012 15:39:10 +0100] rev 14001
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer Reviewed-by: iris, dxu, chegar
Thu, 20 Sep 2012 13:01:01 -0700 7199614: (pack200) remove unused file
ksrini [Thu, 20 Sep 2012 13:01:01 -0700] rev 14000
7199614: (pack200) remove unused file Reviewed-by: alanb
Thu, 20 Sep 2012 09:36:55 -0400 7193520: Removed references to Linux kernel version 2.2
chegar [Thu, 20 Sep 2012 09:36:55 -0400] rev 13999
7193520: Removed references to Linux kernel version 2.2 Summary: Linux kernel version 2.2 isn't supported anymore. Reviewed-by: chegar, dsamersoff, alanb Contributed-by: John Zavgren <john.zavgren@oracle.com>
Mon, 08 Oct 2012 15:37:37 -0700 Merge
lana [Mon, 08 Oct 2012 15:37:37 -0700] rev 13998
Merge
Wed, 03 Oct 2012 21:01:47 +0400 7171412: awt Choice doesn't fire ItemStateChange when selecting item after select() call
bagiras [Wed, 03 Oct 2012 21:01:47 +0400] rev 13997
7171412: awt Choice doesn't fire ItemStateChange when selecting item after select() call Reviewed-by: art, denis
Fri, 28 Sep 2012 10:54:12 -0700 Merge
lana [Fri, 28 Sep 2012 10:54:12 -0700] rev 13996
Merge
Fri, 28 Sep 2012 14:54:04 +0400 7197619: Using modifiers for the dead key detection on Windows
alexsch [Fri, 28 Sep 2012 14:54:04 +0400] rev 13995
7197619: Using modifiers for the dead key detection on Windows Reviewed-by: bagiras, leonidr
Wed, 26 Sep 2012 18:59:12 +0400 7124515: [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items)
alexsch [Wed, 26 Sep 2012 18:59:12 +0400] rev 13994
7124515: [macosx] Test fail like 6366126 (ArrayIndexOutOfBoundException pressing ENTER after removing items) Reviewed-by: serb, anthony
Mon, 24 Sep 2012 21:33:41 +0400 7160627: [macosx] TextArea has wrong initial size
serb [Mon, 24 Sep 2012 21:33:41 +0400] rev 13993
7160627: [macosx] TextArea has wrong initial size 7124213: [macosx] pack() does ignore size of a component; doesn't on the other platforms Reviewed-by: anthony, art
Mon, 24 Sep 2012 18:24:30 +0400 7179349: [macosx] Java processes on Mac should not use default Apple icon
leonidr [Mon, 24 Sep 2012 18:24:30 +0400] rev 13992
7179349: [macosx] Java processes on Mac should not use default Apple icon Reviewed-by: anthony
Mon, 24 Sep 2012 15:25:17 +0400 7124239: [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper
leonidr [Mon, 24 Sep 2012 15:25:17 +0400] rev 13991
7124239: [macosx] sun.awt.SunToolkit.InfiniteLoop exception in realSync called from SwingTestHelper Reviewed-by: anthony
Fri, 21 Sep 2012 13:48:06 +0400 7199180: [macosx] Dead keys handling for input methods
alexsch [Fri, 21 Sep 2012 13:48:06 +0400] rev 13990
7199180: [macosx] Dead keys handling for input methods Reviewed-by: kizune, anthony
Thu, 20 Sep 2012 17:55:40 +0400 7123767: Wrong tooltip location in Multi-Monitor configurations
vkarnauk [Thu, 20 Sep 2012 17:55:40 +0400] rev 13989
7123767: Wrong tooltip location in Multi-Monitor configurations Reviewed-by: rupashka
Thu, 20 Sep 2012 17:39:47 +0400 7194184: JColorChooser swatch cannot accessed from keyboard
zhouyx [Thu, 20 Sep 2012 17:39:47 +0400] rev 13988
7194184: JColorChooser swatch cannot accessed from keyboard Reviewed-by: rupashka, alexsch
Mon, 08 Oct 2012 15:36:02 -0700 Merge
lana [Mon, 08 Oct 2012 15:36:02 -0700] rev 13987
Merge
Fri, 05 Oct 2012 16:21:01 +0400 8000176: Need automated test for checking scale quality
bae [Fri, 05 Oct 2012 16:21:01 +0400] rev 13986
8000176: Need automated test for checking scale quality Reviewed-by: prr, bae Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
Mon, 01 Oct 2012 13:07:54 -0700 7188093: closed/sun/java2d/pipe/ScaleQualityTest.java fails
ceisserer [Mon, 01 Oct 2012 13:07:54 -0700] rev 13985
7188093: closed/sun/java2d/pipe/ScaleQualityTest.java fails Reviewed-by: prr, flar
Fri, 28 Sep 2012 11:45:43 -0700 Merge
lana [Fri, 28 Sep 2012 11:45:43 -0700] rev 13984
Merge
Tue, 25 Sep 2012 09:18:27 -0700 7158350: [macosx] Strange results of SwingUIText printing
jgodinez [Tue, 25 Sep 2012 09:18:27 -0700] rev 13983
7158350: [macosx] Strange results of SwingUIText printing Reviewed-by: bae, prr
Thu, 11 Oct 2012 09:50:14 -0700 Added tag jdk8-b60 for changeset fd85bb97232e
katleman [Thu, 11 Oct 2012 09:50:14 -0700] rev 13982
Added tag jdk8-b60 for changeset fd85bb97232e
Wed, 05 Jul 2017 18:25:32 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:32 +0200] rev 13981
Merge
Fri, 12 Oct 2012 13:55:53 -0700 Added tag hs25-b05 for changeset 29bfe6c53630
amurillo [Fri, 12 Oct 2012 13:55:53 -0700] rev 13980
Added tag hs25-b05 for changeset 29bfe6c53630
Fri, 12 Oct 2012 13:55:52 -0700 Merge
amurillo [Fri, 12 Oct 2012 13:55:52 -0700] rev 13979
Merge
Fri, 12 Oct 2012 11:31:27 -0700 Merge
collins [Fri, 12 Oct 2012 11:31:27 -0700] rev 13978
Merge
Fri, 12 Oct 2012 10:49:39 -0700 Merge
collins [Fri, 12 Oct 2012 10:49:39 -0700] rev 13977
Merge
Thu, 11 Oct 2012 14:36:46 -0400 8000459: assert(java_lang_String::is_instance(entry)) failure with various mlvm tests.
jiangli [Thu, 11 Oct 2012 14:36:46 -0400] rev 13976
8000459: assert(java_lang_String::is_instance(entry)) failure with various mlvm tests. Summary: Remove unneeded assert. Reviewed-by: sspitsyn, coleenp
Wed, 10 Oct 2012 14:35:58 -0400 7189254: Change makefiles for more flexibility to override defaults
jprovino [Wed, 10 Oct 2012 14:35:58 -0400] rev 13975
7189254: Change makefiles for more flexibility to override defaults Summary: Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
Fri, 12 Oct 2012 09:22:52 -0700 Merge
kvn [Fri, 12 Oct 2012 09:22:52 -0700] rev 13974
Merge
Thu, 11 Oct 2012 14:46:20 -0700 8000740: remove LinkWellKnownClasses
twisti [Thu, 11 Oct 2012 14:46:20 -0700] rev 13973
8000740: remove LinkWellKnownClasses Reviewed-by: kvn, jrose
Thu, 11 Oct 2012 18:21:01 +0200 8000753: compiler/6912517 crashes on 64bit sparc with compressed oops off
roland [Thu, 11 Oct 2012 18:21:01 +0200] rev 13972
8000753: compiler/6912517 crashes on 64bit sparc with compressed oops off Summary: code generated by c1 for getClass intrinsic broken when klass field is loaded on 64bit with compressed klass off. Reviewed-by: kvn
Tue, 09 Oct 2012 16:09:31 -0700 8000592: Improve adlc usability
kvn [Tue, 09 Oct 2012 16:09:31 -0700] rev 13971
8000592: Improve adlc usability Summary: several changes to adlc to improve its usability Reviewed-by: kvn Contributed-by: goetz.lindenmaier@sap.com
Tue, 09 Oct 2012 12:40:05 -0700 7199654: Remove LoadUI2LNode
vlivanov [Tue, 09 Oct 2012 12:40:05 -0700] rev 13970
7199654: Remove LoadUI2LNode Summary: Removed LoadUI2L node from Ideal nodes, use match rule in .ad files instead. Reviewed-by: kvn
Tue, 09 Oct 2012 10:11:38 +0200 7054512: Compress class pointers after perm gen removal
roland [Tue, 09 Oct 2012 10:11:38 +0200] rev 13969
7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
Mon, 08 Oct 2012 17:04:00 -0700 8000263: JSR 292: signature types may appear to be unloaded
twisti [Mon, 08 Oct 2012 17:04:00 -0700] rev 13968
8000263: JSR 292: signature types may appear to be unloaded Reviewed-by: kvn, jrose
Mon, 08 Oct 2012 13:02:13 -0700 8000313: C2 should use jlong for 64bit values
vlivanov [Mon, 08 Oct 2012 13:02:13 -0700] rev 13967
8000313: C2 should use jlong for 64bit values Summary: Replace all occurrences of long with jlong in C2 code. Reviewed-by: kvn, twisti
Fri, 05 Oct 2012 19:44:49 -0700 8000485: Hotspot build fails in Solaris Studio IDE when building dtrace
vlivanov [Fri, 05 Oct 2012 19:44:49 -0700] rev 13966
8000485: Hotspot build fails in Solaris Studio IDE when building dtrace Summary: Prepend '.' to the existing native library path Reviewed-by: kvn, sspitsyn
Fri, 05 Oct 2012 19:29:29 -0700 8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64
vlivanov [Fri, 05 Oct 2012 19:29:29 -0700] rev 13965
8000232: NPG: SIGSEGV in Dependencies::DepStream::check_klass_dependency on solaris-x64 Summary: Move decoding into Dependencies::DepStream::argument, so no caller could see encoded context value (NULL) anymore. Reviewed-by: twisti, kvn
Fri, 05 Oct 2012 18:57:10 -0700 7177003: C1: LogCompilation support
vlivanov [Fri, 05 Oct 2012 18:57:10 -0700] rev 13964
7177003: C1: LogCompilation support Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
Tue, 09 Oct 2012 10:09:34 -0700 7197424: update copyright year to match last edit in jdk8 hotspot repository
mikael [Tue, 09 Oct 2012 10:09:34 -0700] rev 13963
7197424: update copyright year to match last edit in jdk8 hotspot repository Summary: Update copyright year to 2012 for relevant files Reviewed-by: dholmes, coleenp
Tue, 09 Oct 2012 02:42:16 -0400 8000622: Forgot to hg add and check in test for JDK-7170638
coleenp [Tue, 09 Oct 2012 02:42:16 -0400] rev 13962
8000622: Forgot to hg add and check in test for JDK-7170638 Summary: add the test Reviewed-by: coleenp, kamg Contributed-by: Mark Wielaard <mjw@redhat.com>
Tue, 09 Oct 2012 07:41:27 +0200 Merge
rbackman [Tue, 09 Oct 2012 07:41:27 +0200] rev 13961
Merge
Mon, 08 Oct 2012 16:59:44 -0700 Merge
minqi [Mon, 08 Oct 2012 16:59:44 -0700] rev 13960
Merge
Mon, 08 Oct 2012 16:48:52 -0700 8000332: SA ClassDump throws exception after permgen removal
minqi [Mon, 08 Oct 2012 16:48:52 -0700] rev 13959
8000332: SA ClassDump throws exception after permgen removal Summary: In ClassWrite.writeFields(), fields count was mistakenly set to fields length which overflow the array index. Also removed a file which is leftover from 6879063 changeset. Reviewed-by: coleenp, sspitsyn Contributed-by: yumin.qi@oracle.com
Mon, 08 Oct 2012 09:18:54 -0400 7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field.
coleenp [Mon, 08 Oct 2012 09:18:54 -0400] rev 13958
7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field. Summary: Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly. Reviewed-by: coleenp, kamg, dholmes, sspitsyn Contributed-by: Mark Wielaard <mjw@redhat.com>
Thu, 04 Oct 2012 20:09:46 -0400 Merge
dholmes [Thu, 04 Oct 2012 20:09:46 -0400] rev 13957
Merge
Thu, 04 Oct 2012 19:52:09 -0400 7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run
dholmes [Thu, 04 Oct 2012 19:52:09 -0400] rev 13956
7199186: runtime/7194254/Test7194254.java fails - wrong test name on @run Reviewed-by: kvn, twisti
Thu, 04 Oct 2012 08:43:14 -0400 6884973: java -XX:Atomics=2 crashes
coleenp [Thu, 04 Oct 2012 08:43:14 -0400] rev 13955
6884973: java -XX:Atomics=2 crashes Summary: Remove buggy experimental option Reviewed-by: acorn, coleenp Contributed-by: harold.seigel@oracle.com
Thu, 04 Oct 2012 08:38:06 -0400 7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0
coleenp [Thu, 04 Oct 2012 08:38:06 -0400] rev 13954
7198519: Broken build, hotspot-rt win USE_PRECOMPILED_HEADER=0 Summary: Uncommented out include for sys/stat.h and deleted include statements that were commented out. Reviewed-by: coleenp, acorn, dholmes Contributed-by: harold.seigel@oracle.com
Sun, 30 Sep 2012 23:24:12 +0100 7200145: runtime/7196045/Test7196045.java fails with No class provided for `main'
kevinw [Sun, 30 Sep 2012 23:24:12 +0100] rev 13953
7200145: runtime/7196045/Test7196045.java fails with No class provided for `main' Reviewed-by: dholmes, dsamersoff
Sat, 29 Sep 2012 06:40:00 -0400 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp [Sat, 29 Sep 2012 06:40:00 -0400] rev 13952
8000213: NPG: Should have renamed arrayKlass and typeArrayKlass Summary: Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
Fri, 05 Oct 2012 13:37:08 -0700 8000498: new hotspot build - hs25-b05
amurillo [Fri, 05 Oct 2012 13:37:08 -0700] rev 13951
8000498: new hotspot build - hs25-b05 Reviewed-by: jcoomes
Thu, 11 Oct 2012 09:49:18 -0700 Added tag jdk8-b60 for changeset 2805a3e211f3
katleman [Thu, 11 Oct 2012 09:49:18 -0700] rev 13950
Added tag jdk8-b60 for changeset 2805a3e211f3
Thu, 11 Oct 2012 09:48:55 -0700 Added tag jdk8-b60 for changeset a11476021d05
katleman [Thu, 11 Oct 2012 09:48:55 -0700] rev 13949
Added tag jdk8-b60 for changeset a11476021d05
Wed, 05 Jul 2017 18:25:14 +0200 Added tag jdk8-b60 for changeset 5e3adc681779
duke [Wed, 05 Jul 2017 18:25:14 +0200] rev 13948
Added tag jdk8-b60 for changeset 5e3adc681779
Wed, 05 Jul 2017 18:25:14 +0200 Merge jdk8-b60
duke [Wed, 05 Jul 2017 18:25:14 +0200] rev 13947
Merge
Wed, 05 Jul 2017 18:25:10 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:10 +0200] rev 13946
Merge
Thu, 04 Oct 2012 14:36:14 -0700 Added tag jdk8-b59 for changeset aded5e617602
katleman [Thu, 04 Oct 2012 14:36:14 -0700] rev 13945
Added tag jdk8-b59 for changeset aded5e617602
Wed, 05 Jul 2017 18:25:06 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:06 +0200] rev 13944
Merge
Thu, 04 Oct 2012 14:35:15 -0700 Added tag jdk8-b59 for changeset 6fa036b39eb9
katleman [Thu, 04 Oct 2012 14:35:15 -0700] rev 13943
Added tag jdk8-b59 for changeset 6fa036b39eb9
Wed, 05 Jul 2017 18:25:03 +0200 Merge
duke [Wed, 05 Jul 2017 18:25:03 +0200] rev 13942
Merge
Thu, 04 Oct 2012 14:35:10 -0700 Added tag jdk8-b59 for changeset e31f9b0d349f
katleman [Thu, 04 Oct 2012 14:35:10 -0700] rev 13941
Added tag jdk8-b59 for changeset e31f9b0d349f
Wed, 05 Jul 2017 18:24:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:59 +0200] rev 13940
Merge
Thu, 04 Oct 2012 14:34:34 -0700 Added tag jdk8-b59 for changeset 173d83d9c9d7
katleman [Thu, 04 Oct 2012 14:34:34 -0700] rev 13939
Added tag jdk8-b59 for changeset 173d83d9c9d7
Wed, 05 Jul 2017 18:24:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:56 +0200] rev 13938
Merge
Thu, 04 Oct 2012 14:35:38 -0700 Added tag jdk8-b59 for changeset 6408a49a3a6b
katleman [Thu, 04 Oct 2012 14:35:38 -0700] rev 13937
Added tag jdk8-b59 for changeset 6408a49a3a6b
Wed, 05 Jul 2017 18:24:52 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:52 +0200] rev 13936
Merge
Fri, 05 Oct 2012 13:28:17 -0700 Added tag hs25-b04 for changeset 21b044417a2e
amurillo [Fri, 05 Oct 2012 13:28:17 -0700] rev 13935
Added tag hs25-b04 for changeset 21b044417a2e
Fri, 05 Oct 2012 13:28:16 -0700 Merge
amurillo [Fri, 05 Oct 2012 13:28:16 -0700] rev 13934
Merge
Fri, 05 Oct 2012 10:03:56 -0700 Merge
kvn [Fri, 05 Oct 2012 10:03:56 -0700] rev 13933
Merge
Thu, 04 Oct 2012 06:31:07 -0700 8000102: Resolve include conflicts
neliasso [Thu, 04 Oct 2012 06:31:07 -0700] rev 13932
8000102: Resolve include conflicts Summary: Removing include of c1/c1_runtime.hpp and opto/runtime.hpp from all os-files. Reviewed-by: kvn Contributed-by: nils.eliasson@oracle.com
Tue, 02 Oct 2012 14:49:21 -0700 7199742: A lot of C2 OSR compilations of the same method's bci
kvn [Tue, 02 Oct 2012 14:49:21 -0700] rev 13931
7199742: A lot of C2 OSR compilations of the same method's bci Summary: Don't clone head of OSR loop. Reviewed-by: jrose, twisti
Tue, 02 Oct 2012 12:25:13 -0700 7201026: add vector for shift count
kvn [Tue, 02 Oct 2012 12:25:13 -0700] rev 13930
7201026: add vector for shift count Summary: Add generation of vectors for scalar shift count. Reviewed-by: roland, twisti, dlong
Mon, 01 Oct 2012 14:50:10 -0700 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti [Mon, 01 Oct 2012 14:50:10 -0700] rev 13929
7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path Reviewed-by: jrose, kvn
Thu, 04 Oct 2012 14:01:07 -0700 Merge
jmasa [Thu, 04 Oct 2012 14:01:07 -0700] rev 13928
Merge
Thu, 04 Oct 2012 10:40:23 -0700 7198873: NPG: VM Does not unload classes with UseConcMarkSweepGC
jmasa [Thu, 04 Oct 2012 10:40:23 -0700] rev 13927
7198873: NPG: VM Does not unload classes with UseConcMarkSweepGC Reviewed-by: johnc, mgerdin, jwilhelm
Thu, 04 Oct 2012 10:04:13 -0700 8000311: G1: ParallelGCThreads==0 broken
johnc [Thu, 04 Oct 2012 10:04:13 -0700] rev 13926
8000311: G1: ParallelGCThreads==0 broken Summary: Divide by zero error, if ParallelGCThreads is 0, when adjusting the PLAB size. Reviewed-by: jmasa, jcoomes
Wed, 03 Oct 2012 20:31:41 +0200 8000351: Tenuring threshold should be unsigned
jwilhelm [Wed, 03 Oct 2012 20:31:41 +0200] rev 13925
8000351: Tenuring threshold should be unsigned Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
Wed, 03 Oct 2012 08:08:52 -0700 7199349: NPG: PS: Crash seen in jprt
jmasa [Wed, 03 Oct 2012 08:08:52 -0700] rev 13924
7199349: NPG: PS: Crash seen in jprt Reviewed-by: johnc
Mon, 01 Oct 2012 13:29:11 +0200 8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location
stefank [Mon, 01 Oct 2012 13:29:11 +0200] rev 13923
8000228: Missing call to cr() when printing entry_point in nmethod, in os::print_location Reviewed-by: brutisso, neliasso
Mon, 01 Oct 2012 13:29:11 +0200 8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream
stefank [Mon, 01 Oct 2012 13:29:11 +0200] rev 13922
8000227: [obj|type]ArrayKlass::oop_print_on prints one line to tty instead of the provided output stream Reviewed-by: brutisso, sla, jmasa, coleenp
Fri, 28 Sep 2012 15:34:32 +0200 8000230: Change os::print_location to be more descriptive when a location is pointing into an object
stefank [Fri, 28 Sep 2012 15:34:32 +0200] rev 13921
8000230: Change os::print_location to be more descriptive when a location is pointing into an object Reviewed-by: mgerdin, twisti
Mon, 01 Oct 2012 11:07:31 +0200 Merge
stefank [Mon, 01 Oct 2012 11:07:31 +0200] rev 13920
Merge
Thu, 27 Sep 2012 15:44:01 -0700 7200261: G1: Liveness counting inconsistencies during marking verification
johnc [Thu, 27 Sep 2012 15:44:01 -0700] rev 13919
7200261: G1: Liveness counting inconsistencies during marking verification Summary: The clipping code in the routine that sets the bits for a range of cards, in the liveness accounting verification code was incorrect. It set all the bits in the card bitmap from the given starting index which would lead to spurious marking verification failures. Reviewed-by: brutisso, jwilhelm, jmasa
Fri, 28 Sep 2012 14:36:20 -0700 8000251: new hotspot build - hs25-b04
amurillo [Fri, 28 Sep 2012 14:36:20 -0700] rev 13918
8000251: new hotspot build - hs25-b04 Reviewed-by: jcoomes
Thu, 04 Oct 2012 14:34:51 -0700 Added tag jdk8-b59 for changeset 22fa34424aa9
katleman [Thu, 04 Oct 2012 14:34:51 -0700] rev 13917
Added tag jdk8-b59 for changeset 22fa34424aa9
Wed, 10 Oct 2012 14:47:07 -0700 Merge
katleman [Wed, 10 Oct 2012 14:47:07 -0700] rev 13916
Merge
Tue, 09 Oct 2012 02:08:54 -0400 8000461: Top level build doesn't pass OPENJDK=true through to the hotspot build
dholmes [Tue, 09 Oct 2012 02:08:54 -0400] rev 13915
8000461: Top level build doesn't pass OPENJDK=true through to the hotspot build Summary: Add OPENJDK to the COMMON_BUILD_ARGUMENTS Reviewed-by: tbell
Thu, 04 Oct 2012 14:34:31 -0700 Added tag jdk8-b59 for changeset ba9e9ff8d8ef
katleman [Thu, 04 Oct 2012 14:34:31 -0700] rev 13914
Added tag jdk8-b59 for changeset ba9e9ff8d8ef
Wed, 05 Jul 2017 18:24:38 +0200 Added tag jdk8-b59 for changeset 3bd874584fc0
duke [Wed, 05 Jul 2017 18:24:38 +0200] rev 13913
Added tag jdk8-b59 for changeset 3bd874584fc0
Wed, 05 Jul 2017 18:24:37 +0200 Merge jdk8-b59
duke [Wed, 05 Jul 2017 18:24:37 +0200] rev 13912
Merge
Wed, 05 Jul 2017 18:24:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:33 +0200] rev 13911
Merge
Thu, 27 Sep 2012 11:26:04 -0700 Added tag jdk8-b58 for changeset a54f29461808
katleman [Thu, 27 Sep 2012 11:26:04 -0700] rev 13910
Added tag jdk8-b58 for changeset a54f29461808
Wed, 05 Jul 2017 18:24:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:29 +0200] rev 13909
Merge
Thu, 27 Sep 2012 11:25:01 -0700 Added tag jdk8-b58 for changeset e033f1ff319a
katleman [Thu, 27 Sep 2012 11:25:01 -0700] rev 13908
Added tag jdk8-b58 for changeset e033f1ff319a
Wed, 05 Jul 2017 18:24:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:25 +0200] rev 13907
Merge
Thu, 27 Sep 2012 11:24:55 -0700 Added tag jdk8-b58 for changeset 63e6a7c76188
katleman [Thu, 27 Sep 2012 11:24:55 -0700] rev 13906
Added tag jdk8-b58 for changeset 63e6a7c76188
Wed, 05 Jul 2017 18:24:21 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:21 +0200] rev 13905
Merge
Thu, 27 Sep 2012 11:24:19 -0700 Added tag jdk8-b58 for changeset 84521b7fdb66
katleman [Thu, 27 Sep 2012 11:24:19 -0700] rev 13904
Added tag jdk8-b58 for changeset 84521b7fdb66
Wed, 05 Jul 2017 18:24:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:16 +0200] rev 13903
Merge
Thu, 27 Sep 2012 11:25:26 -0700 Added tag jdk8-b58 for changeset 17beb247c83a
katleman [Thu, 27 Sep 2012 11:25:26 -0700] rev 13902
Added tag jdk8-b58 for changeset 17beb247c83a
Wed, 05 Jul 2017 18:24:12 +0200 Merge
duke [Wed, 05 Jul 2017 18:24:12 +0200] rev 13901
Merge
Wed, 03 Oct 2012 15:31:59 -0700 Merge
katleman [Wed, 03 Oct 2012 15:31:59 -0700] rev 13900
Merge
Thu, 27 Sep 2012 11:24:35 -0700 Added tag jdk8-b58 for changeset f75a1b3efb69
katleman [Thu, 27 Sep 2012 11:24:35 -0700] rev 13899
Added tag jdk8-b58 for changeset f75a1b3efb69
Fri, 28 Sep 2012 13:39:41 -0700 Added tag hs25-b03 for changeset 4d2ca6fb1285
amurillo [Fri, 28 Sep 2012 13:39:41 -0700] rev 13898
Added tag hs25-b03 for changeset 4d2ca6fb1285
Fri, 28 Sep 2012 10:16:29 -0700 Merge
kvn [Fri, 28 Sep 2012 10:16:29 -0700] rev 13897
Merge
Thu, 27 Sep 2012 15:49:48 -0700 7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp()
kvn [Thu, 27 Sep 2012 15:49:48 -0700] rev 13896
7198084: NPG: distance is too big for short branches in test_invocation_counter_for_mdp() Summary: use long branches in test_invocation_counter_for_mdp() Reviewed-by: twisti
Thu, 27 Sep 2012 09:38:42 -0700 7193318: C2: remove number of inputs requirement from Node's new operator
kvn [Thu, 27 Sep 2012 09:38:42 -0700] rev 13895
7193318: C2: remove number of inputs requirement from Node's new operator Summary: Deleted placement new operator of Node - node(size_t, Compile *, int). Reviewed-by: kvn, twisti Contributed-by: bharadwaj.yadavalli@oracle.com
Tue, 25 Sep 2012 15:48:17 -0700 7200264: 7192963 changes disabled shift vectors
kvn [Tue, 25 Sep 2012 15:48:17 -0700] rev 13894
7200264: 7192963 changes disabled shift vectors Summary: Replaced is_vector_use() call with explicit check for vector shift's count. Reviewed-by: twisti, roland, dlong, vlivanov
Tue, 25 Sep 2012 10:41:15 -0700 7200233: C2: can't use expand rules for vector instruction rules
kvn [Tue, 25 Sep 2012 10:41:15 -0700] rev 13893
7200233: C2: can't use expand rules for vector instruction rules Summary: Added missed _bottom_type set in ArchDesc::defineExpand() and missed vector nodes in MatchRule::is_vector(). Reviewed-by: twisti, roland, dlong
Thu, 29 Mar 2012 16:43:21 +0200 7163863: Updated projectcreator
neliasso [Thu, 29 Mar 2012 16:43:21 +0200] rev 13892
7163863: Updated projectcreator Summary: Enable source browsing for all platform dependent code Reviewed-by: brutisso, coleenp
Mon, 24 Sep 2012 17:59:24 -0700 7200001: failed C1 OSR compile doesn't get recompiled with C2
twisti [Mon, 24 Sep 2012 17:59:24 -0700] rev 13891
7200001: failed C1 OSR compile doesn't get recompiled with C2 Reviewed-by: kvn
Mon, 24 Sep 2012 14:46:06 -0700 Merge
kvn [Mon, 24 Sep 2012 14:46:06 -0700] rev 13890
Merge
Mon, 24 Sep 2012 12:31:47 -0700 Merge
twisti [Mon, 24 Sep 2012 12:31:47 -0700] rev 13889
Merge
Mon, 24 Sep 2012 11:07:03 -0700 7188176: The JVM should differentiate between T and M series and adjust GC ergonomics
twisti [Mon, 24 Sep 2012 11:07:03 -0700] rev 13888
7188176: The JVM should differentiate between T and M series and adjust GC ergonomics Reviewed-by: kvn Contributed-by: Tao Mao <tao.mao@oracle.com>
Mon, 24 Sep 2012 10:30:14 -0700 7200163: add CodeComments functionality to assember stubs
kvn [Mon, 24 Sep 2012 10:30:14 -0700] rev 13887
7200163: add CodeComments functionality to assember stubs Summary: Pass the codeBuffer to the Stub constructor, and adapts the disassembler to print the comments. Reviewed-by: jrose, kvn, twisti Contributed-by: goetz.lindenmaier@sap.com
Thu, 20 Sep 2012 16:49:17 +0200 7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement()
roland [Thu, 20 Sep 2012 16:49:17 +0200] rev 13886
7023898: Intrinsify AtomicLongFieldUpdater.getAndIncrement() Summary: use shorter instruction sequences for atomic add and atomic exchange when possible. Reviewed-by: kvn, jrose
Wed, 19 Sep 2012 16:50:26 -0700 7199010: incorrect vector alignment
kvn [Wed, 19 Sep 2012 16:50:26 -0700] rev 13885
7199010: incorrect vector alignment Summary: Fixed vectors alignment when several arrays are accessed in one loop. Reviewed-by: roland, twisti
Wed, 19 Sep 2012 10:38:12 -0700 7198499: TraceTypeProfile as diagnostic option
twisti [Wed, 19 Sep 2012 10:38:12 -0700] rev 13884
7198499: TraceTypeProfile as diagnostic option Reviewed-by: kvn Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 17 Sep 2012 19:39:07 -0700 7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect
kvn [Mon, 17 Sep 2012 19:39:07 -0700] rev 13883
7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect Summary: Save whole XMM/YMM registers in safepoint interrupt handler. Reviewed-by: roland, twisti
Mon, 17 Sep 2012 17:02:10 -0700 7197033: missing ResourceMark for assert in Method::bci_from()
kvn [Mon, 17 Sep 2012 17:02:10 -0700] rev 13882
7197033: missing ResourceMark for assert in Method::bci_from() Summary: Added missing ResourceMark. Reviewed-by: dholmes, coleenp, jmasa
Mon, 17 Sep 2012 12:57:58 -0700 7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc
twisti [Mon, 17 Sep 2012 12:57:58 -0700] rev 13881
7196262: JSR 292: java/lang/invoke/PrivateInvokeTest.java fails on solaris-sparc Reviewed-by: kvn, jrose, bdelsart
Fri, 28 Sep 2012 14:14:25 +0200 Merge
stefank [Fri, 28 Sep 2012 14:14:25 +0200] rev 13880
Merge
Tue, 25 Sep 2012 18:28:16 +0200 Merge
brutisso [Tue, 25 Sep 2012 18:28:16 +0200] rev 13879
Merge
Tue, 25 Sep 2012 14:58:12 +0200 7200470: KeepAliveClosure not needed in CodeCache::do_unloading
brutisso [Tue, 25 Sep 2012 14:58:12 +0200] rev 13878
7200470: KeepAliveClosure not needed in CodeCache::do_unloading Summary: Removed the unused keep_alive parameter Reviewed-by: stefank, dholmes, kamg, coleenp
Tue, 25 Sep 2012 07:05:55 -0700 7200615: NPG: optimized VM build is broken
jmasa [Tue, 25 Sep 2012 07:05:55 -0700] rev 13877
7200615: NPG: optimized VM build is broken Reviewed-by: kvn
Thu, 27 Sep 2012 20:22:57 +0400 Merge
dsamersoff [Thu, 27 Sep 2012 20:22:57 +0400] rev 13876
Merge
Tue, 25 Sep 2012 07:58:42 -0400 7200065: Cross-compilation changes to support the new-build
dholmes [Tue, 25 Sep 2012 07:58:42 -0400] rev 13875
7200065: Cross-compilation changes to support the new-build Reviewed-by: dholmes, ohair Contributed-by: Fredrik Ohrstrom <fredrik.ohrstrom@oracle.com>
Mon, 24 Sep 2012 20:04:19 -0700 Merge
minqi [Mon, 24 Sep 2012 20:04:19 -0700] rev 13874
Merge
Mon, 24 Sep 2012 12:44:00 -0700 6879063: SA should use hsdis for disassembly
minqi [Mon, 24 Sep 2012 12:44:00 -0700] rev 13873
6879063: SA should use hsdis for disassembly Summary: We should in SA to use hsdis for it like the JVM does to replace the current java based disassembler. Reviewed-by: twisti, jrose, sla Contributed-by: yumin.qi@oracle.com
Fri, 21 Sep 2012 10:56:28 +0200 7200092: Make NMT a bit friendlier to work with
nloodin [Fri, 21 Sep 2012 10:56:28 +0200] rev 13872
7200092: Make NMT a bit friendlier to work with Reviewed-by: kvn, ysr, azeemj
Thu, 20 Sep 2012 03:49:15 -0700 Merge
kevinw [Thu, 20 Sep 2012 03:49:15 -0700] rev 13871
Merge
Wed, 19 Sep 2012 15:24:32 +0100 7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API.
kevinw [Wed, 19 Sep 2012 15:24:32 +0100] rev 13870
7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API. Reviewed-by: sspitsyn, dholmes
Wed, 19 Sep 2012 16:18:55 -0400 Merge
jcoomes [Wed, 19 Sep 2012 16:18:55 -0400] rev 13869
Merge
Tue, 18 Sep 2012 19:44:39 -0400 Merge
jcoomes [Tue, 18 Sep 2012 19:44:39 -0400] rev 13868
Merge
Tue, 18 Sep 2012 13:15:28 -0700 7198329: Add $(sort) to object files used in links makes binarties more consistent
ohair [Tue, 18 Sep 2012 13:15:28 -0700] rev 13867
7198329: Add $(sort) to object files used in links makes binarties more consistent Reviewed-by: dholmes, tbell, erikj, ihse, ohrstrom
Tue, 18 Sep 2012 10:25:20 -0700 Merge
ohair [Tue, 18 Sep 2012 10:25:20 -0700] rev 13866
Merge
Mon, 17 Sep 2012 11:46:25 -0700 7172012: Make test-in-build an option (Queens)
ihse [Mon, 17 Sep 2012 11:46:25 -0700] rev 13865
7172012: Make test-in-build an option (Queens) Reviewed-by: ohair, dholmes
Wed, 19 Sep 2012 08:41:30 -0700 Merge
minqi [Wed, 19 Sep 2012 08:41:30 -0700] rev 13864
Merge
Tue, 18 Sep 2012 10:10:43 -0700 7191786: retransformClasses() does not pass in LocalVariableTypeTable of a method
minqi [Tue, 18 Sep 2012 10:10:43 -0700] rev 13863
7191786: retransformClasses() does not pass in LocalVariableTypeTable of a method Summary: JVMTI REtruncformClasses must support LocalVariableTypeTable attribute Reviewed-by: dcubed, dsamersoff, rbackman Contributed-by: serguei.spitsyn@oracle.com
Tue, 18 Sep 2012 11:37:26 -0700 Merge
zgu [Tue, 18 Sep 2012 11:37:26 -0700] rev 13862
Merge
Mon, 17 Sep 2012 16:37:26 -0400 7188594: Print statistic collected by NMT with VM flag
zgu [Mon, 17 Sep 2012 16:37:26 -0400] rev 13861
7188594: Print statistic collected by NMT with VM flag Summary: Print out statistics of collected NMT data if it is on at VM exits Reviewed-by: kvn, coleenp, twisti
Mon, 17 Sep 2012 13:34:07 -0700 Merge
zgu [Mon, 17 Sep 2012 13:34:07 -0700] rev 13860
Merge
Mon, 17 Sep 2012 10:20:04 -0400 7190089: NMT ON: NMT failed assertion on thread's stack base address
zgu [Mon, 17 Sep 2012 10:20:04 -0400] rev 13859
7190089: NMT ON: NMT failed assertion on thread's stack base address Summary: Solaris only, record stack info to NMT after stack size adjustment was made for primordial threads Reviewed-by: kvn, acorn, coleenp
Mon, 17 Sep 2012 08:44:19 -0400 Merge
dholmes [Mon, 17 Sep 2012 08:44:19 -0400] rev 13858
Merge
Mon, 17 Sep 2012 07:36:31 -0400 7194254: jstack reports wrong thread priorities
dholmes [Mon, 17 Sep 2012 07:36:31 -0400] rev 13857
7194254: jstack reports wrong thread priorities Reviewed-by: dholmes, sla, fparain Contributed-by: Dmytro Sheyko <dmytro_sheyko@hotmail.com>
Mon, 17 Sep 2012 11:46:19 +0200 7193201: [OS X] The development launcher should be signed and given task_for_pid privileges
sla [Mon, 17 Sep 2012 11:46:19 +0200] rev 13856
7193201: [OS X] The development launcher should be signed and given task_for_pid privileges Reviewed-by: sspitsyn, nloodin, mgronlun, coleenp
Mon, 24 Sep 2012 19:00:55 -0400 Merge
vladidan [Mon, 24 Sep 2012 19:00:55 -0400] rev 13855
Merge
Wed, 19 Sep 2012 17:22:49 -0400 7195372: Wrong copyright in new files
bpittore [Wed, 19 Sep 2012 17:22:49 -0400] rev 13854
7195372: Wrong copyright in new files Summary: Fixed copyrights Reviewed-by: dholmes Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Fri, 21 Sep 2012 14:39:56 -0700 7200236: new hotspot build - hs25-b03
amurillo [Fri, 21 Sep 2012 14:39:56 -0700] rev 13853
7200236: new hotspot build - hs25-b03 Reviewed-by: jcoomes
Thu, 27 Sep 2012 11:24:12 -0700 Added tag jdk8-b58 for changeset fc1beab39b2a
katleman [Thu, 27 Sep 2012 11:24:12 -0700] rev 13852
Added tag jdk8-b58 for changeset fc1beab39b2a
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip