Tue, 11 Jun 2013 11:13:09 -0700 8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods
twisti [Tue, 11 Jun 2013 11:13:09 -0700] rev 18098
8003268: SharedRuntime::generate_native_wrapper doesn't save all registers across runtime tracing calls for JNI critical native methods Reviewed-by: kvn
Fri, 07 Jun 2013 16:46:37 -0700 8008407: remove SPARC V8 support
morris [Fri, 07 Jun 2013 16:46:37 -0700] rev 18097
8008407: remove SPARC V8 support Summary: Removed most of the SPARC V8 instructions Reviewed-by: kvn, twisti
Fri, 07 Jun 2013 11:43:53 -0700 Merge
kvn [Fri, 07 Jun 2013 11:43:53 -0700] rev 18096
Merge
Fri, 07 Jun 2013 07:33:35 -0700 8015437: SPARC cbcond branch offset out of 10-bit range
morris [Fri, 07 Jun 2013 07:33:35 -0700] rev 18095
8015437: SPARC cbcond branch offset out of 10-bit range Summary: Forced SPARC MacroAssembler eden_alloate to use long branch to slow case Reviewed-by: kvn, twisti
Thu, 20 Jun 2013 10:03:58 +0200 Merge
ehelin [Thu, 20 Jun 2013 10:03:58 +0200] rev 18094
Merge
Wed, 19 Jun 2013 06:09:46 -0700 8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8
poonam [Wed, 19 Jun 2013 06:09:46 -0700] rev 18093
8015903: Format issue with -XX:+PrintAdaptiveSizePolicy on JDK8 Summary: Missing linebreak in hotspot log. Reviewed-by: brutisso, tschatzl Contributed-by: vladimir.kempik@oracle.com
Tue, 18 Jun 2013 22:45:32 +0200 8016556: G1: Use ArrayAllocator for BitMaps
brutisso [Tue, 18 Jun 2013 22:45:32 +0200] rev 18092
8016556: G1: Use ArrayAllocator for BitMaps Reviewed-by: tschatzl, dholmes, coleenp, johnc
Tue, 18 Jun 2013 12:31:07 -0700 8015237: Parallelize string table scanning during strong root processing
johnc [Tue, 18 Jun 2013 12:31:07 -0700] rev 18091
8015237: Parallelize string table scanning during strong root processing Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti
Fri, 14 Jun 2013 08:02:32 +0200 8012265: VM often crashes on solaris with a lot of memory
brutisso [Fri, 14 Jun 2013 08:02:32 +0200] rev 18090
8012265: VM often crashes on solaris with a lot of memory Summary: Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86 Reviewed-by: mgerdin, coleenp, kvn
Wed, 19 Jun 2013 18:13:52 +0200 Merge
nloodin [Wed, 19 Jun 2013 18:13:52 +0200] rev 18089
Merge
Tue, 18 Jun 2013 09:08:35 -0700 8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25"
minqi [Tue, 18 Jun 2013 09:08:35 -0700] rev 18088
8015660: Test8009761.java "Failed: init recursive calls: 24. After deopt 25" Summary: Windows reserves and only partially commits thread stack. For detecting more thread stack space for execution, Windows installs one-shot page as guard page just before the current commited edge. It will trigger STACK_OVERFLOW_EXCEPTION when lands on last 4 pages of thread stack space. StackYellowPages default value is 2 on Windows (plus 1 page of StackRedPages, 3 pages guarded by hotspot) so the exception happens one page before Yellow pages. Same route executed second time will have one more page brought in, this leads same execution with different stack depth(interpreter mode). We need match Windows settings so the stack overflow exception will not happen before Yellow pages. Reviewed-by: dholmes Contributed-by: andreas.schoesser@sap.com
Tue, 18 Jun 2013 09:34:16 -0400 Merge
zgu [Tue, 18 Jun 2013 09:34:16 -0400] rev 18087
Merge
Tue, 18 Jun 2013 08:44:08 -0400 8013651: NMT: reserve/release sequence id's in incorrect order due to race
zgu [Tue, 18 Jun 2013 08:44:08 -0400] rev 18086
8013651: NMT: reserve/release sequence id's in incorrect order due to race Summary: Fixed NMT race condition for realloc, uncommit and release Reviewed-by: coleenp, ccheung
Mon, 17 Jun 2013 18:35:44 +0200 8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8
sla [Mon, 17 Jun 2013 18:35:44 +0200] rev 18085
8016304: ThreadMXBean.getDeadlockedThreads reports bogus deadlocks on JDK 8 Reviewed-by: dcubed, mgronlun
Mon, 10 Jun 2013 10:45:19 -0400 8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites
zgu [Mon, 10 Jun 2013 10:45:19 -0400] rev 18084
8013917: Kitchensink crashed with SIGSEGV in BaselineReporter::diff_callsites Summary: Simple fix when memory allocation site is gone, NMT should report 0 memory size, instead old memory size. Reviewed-by: dcubed, ctornqvi
Sat, 15 Jun 2013 13:17:36 +0200 8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp
mgronlun [Sat, 15 Jun 2013 13:17:36 +0200] rev 18083
8016105: Add complementary RETURN_NULL allocation macros in allocation.hpp Reviewed-by: sla, rbackman
Fri, 14 Jun 2013 22:34:08 -0700 Merge
sspitsyn [Fri, 14 Jun 2013 22:34:08 -0700] rev 18082
Merge
Fri, 14 Jun 2013 15:17:10 -0700 6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description
sspitsyn [Fri, 14 Jun 2013 15:17:10 -0700] rev 18081
6493116: JVMTI Doc: GetOwnedMonitorStackDepthInfo has a typo in monitor_info_ptr parameter description Summary: A typo in the parameter spelling, a bound update missed when the parameter was renamed Reviewed-by: sla, minqi Contributed-by: serguei.spitsyn@oracle.com
Fri, 14 Jun 2013 19:49:58 -0700 Merge
dcubed [Fri, 14 Jun 2013 19:49:58 -0700] rev 18080
Merge
Fri, 14 Jun 2013 08:00:35 -0700 Merge
dcubed [Fri, 14 Jun 2013 08:00:35 -0700] rev 18079
Merge
Fri, 14 Jun 2013 07:46:22 -0700 7178026: os::close can restart ::close but that is not a restartable syscall
rdurbin [Fri, 14 Jun 2013 07:46:22 -0700] rev 18078
7178026: os::close can restart ::close but that is not a restartable syscall Summary: Removed restart macros from all os:close calls on Solaris, Linux, MacOS X platforms. Reviewed-by: dcubed, dholmes
Fri, 14 Jun 2013 15:20:32 -0700 Merge
zgu [Fri, 14 Jun 2013 15:20:32 -0700] rev 18077
Merge
Fri, 14 Jun 2013 07:39:19 -0700 Merge
zgu [Fri, 14 Jun 2013 07:39:19 -0700] rev 18076
Merge
Fri, 14 Jun 2013 09:18:42 -0400 8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline
zgu [Fri, 14 Jun 2013 09:18:42 -0400] rev 18075
8011968: Kitchensink crashed with SIGSEGV in MemBaseline::baseline Summary: Simple fix to add NULL pointer check that can cause segv Reviewed-by: coleenp, ctornqvi
Fri, 14 Jun 2013 07:30:10 -0700 Merge
zgu [Fri, 14 Jun 2013 07:30:10 -0700] rev 18074
Merge
Thu, 13 Jun 2013 22:02:40 -0700 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
ccheung [Thu, 13 Jun 2013 22:02:40 -0700] rev 18073
8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux Reviewed-by: dholmes, coleenp Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com
Fri, 14 Jun 2013 13:11:58 +0200 Merge
ctornqvi [Fri, 14 Jun 2013 13:11:58 +0200] rev 18072
Merge
Thu, 13 Jun 2013 22:00:06 +0200 8015324: Create tests for CDS feature
ctornqvi [Thu, 13 Jun 2013 22:00:06 +0200] rev 18071
8015324: Create tests for CDS feature Summary: Wrote tests for use of CDS with ObjectAlignmentInBytes CL option Reviewed-by: coleenp, ctornqvi, hseigel Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Thu, 13 Jun 2013 21:57:56 +0200 8016065: Write regression test for 7167142
ctornqvi [Thu, 13 Jun 2013 21:57:56 +0200] rev 18070
8016065: Write regression test for 7167142 Summary: Regression tests written for both test cases (.hotspotrc and .hotspot_compiler). Also reviewed by mikhailo.seledtsov@oracle.com Reviewed-by: zgu, coleenp
Thu, 13 Jun 2013 11:16:38 -0700 8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
dcubed [Thu, 13 Jun 2013 11:16:38 -0700] rev 18069
8013057: assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint Summary: Detect mmap() commit failures in Linux and Solaris os::commit_memory() impls and call vm_exit_out_of_memory(). Add os::commit_memory_or_exit(). Also tidy up some NMT accounting and some mmap() return value checking. Reviewed-by: zgu, stefank, dholmes, dsamersoff
Fri, 14 Jun 2013 07:27:22 -0700 8016567: new hotspot build - hs25-b38
amurillo [Fri, 14 Jun 2013 07:27:22 -0700] rev 18068
8016567: new hotspot build - hs25-b38 Reviewed-by: jcoomes
Mon, 24 Jun 2013 14:27:24 -0700 Merge
lana [Mon, 24 Jun 2013 14:27:24 -0700] rev 18067
Merge
Wed, 19 Jun 2013 11:02:10 +0100 Merge
chegar [Wed, 19 Jun 2013 11:02:10 +0100] rev 18066
Merge
Mon, 17 Jun 2013 11:17:49 +0100 Merge
chegar [Mon, 17 Jun 2013 11:17:49 +0100] rev 18065
Merge
Fri, 31 May 2013 10:27:12 +0100 Merge
chegar [Fri, 31 May 2013 10:27:12 +0100] rev 18064
Merge
Thu, 23 May 2013 12:44:18 +0100 Merge
chegar [Thu, 23 May 2013 12:44:18 +0100] rev 18063
Merge
Thu, 16 May 2013 11:44:33 +0100 Merge
chegar [Thu, 16 May 2013 11:44:33 +0100] rev 18062
Merge
Wed, 08 May 2013 15:25:08 +0100 Merge
chegar [Wed, 08 May 2013 15:25:08 +0100] rev 18061
Merge
Wed, 01 May 2013 14:11:01 +0100 Merge
chegar [Wed, 01 May 2013 14:11:01 +0100] rev 18060
Merge
Sun, 28 Apr 2013 08:15:33 +0100 Merge
chegar [Sun, 28 Apr 2013 08:15:33 +0100] rev 18059
Merge
Wed, 24 Apr 2013 10:17:40 +0100 Merge
chegar [Wed, 24 Apr 2013 10:17:40 +0100] rev 18058
Merge
Mon, 22 Apr 2013 08:33:12 -0400 8011896: Add check for invalid offset for new AccessControlContext isAuthorized field
mullan [Mon, 22 Apr 2013 08:33:12 -0400] rev 18057
8011896: Add check for invalid offset for new AccessControlContext isAuthorized field Reviewed-by: acorn
Fri, 05 Apr 2013 10:18:36 -0400 8001330: Improve on checking order
mullan [Fri, 05 Apr 2013 10:18:36 -0400] rev 18056
8001330: Improve on checking order Reviewed-by: acorn, hawtin
Thu, 07 Mar 2013 11:49:38 -0500 7158805: Better rewriting of nested subroutine calls
hseigel [Thu, 07 Mar 2013 11:49:38 -0500] rev 18055
7158805: Better rewriting of nested subroutine calls Reviewed-by: mschoene, coleenp
Thu, 20 Jun 2013 10:16:47 -0700 Added tag jdk8-b95 for changeset 2ee055cdda86
katleman [Thu, 20 Jun 2013 10:16:47 -0700] rev 18054
Added tag jdk8-b95 for changeset 2ee055cdda86
Tue, 25 Jun 2013 13:47:00 -0700 Merge
katleman [Tue, 25 Jun 2013 13:47:00 -0700] rev 18053
Merge
Tue, 25 Jun 2013 09:37:46 +0200 8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74
erikj [Tue, 25 Jun 2013 09:37:46 +0200] rev 18052
8012564: The SOURCE value in release file of JDK 8 doesn't contain valid changesets for some OS since b74 Reviewed-by: alanb, tbell
Mon, 24 Jun 2013 14:26:47 -0700 Merge
lana [Mon, 24 Jun 2013 14:26:47 -0700] rev 18051
Merge
Wed, 19 Jun 2013 17:59:57 -0700 Merge
lana [Wed, 19 Jun 2013 17:59:57 -0700] rev 18050
Merge
Tue, 18 Jun 2013 17:18:46 -0700 8016780: README-builds.html misses crucial requirement on bootstrap JDK
smarks [Tue, 18 Jun 2013 17:18:46 -0700] rev 18049
8016780: README-builds.html misses crucial requirement on bootstrap JDK Reviewed-by: dholmes, chegar
Mon, 17 Jun 2013 09:41:20 -0700 8016572: Pass CONCURRENCY=$(JOBS) to test/Makefile
mduigou [Mon, 17 Jun 2013 09:41:20 -0700] rev 18048
8016572: Pass CONCURRENCY=$(JOBS) to test/Makefile Reviewed-by: alanb, erikj
Thu, 20 Jun 2013 10:16:25 -0700 Added tag jdk8-b95 for changeset 0229eabb2693
katleman [Thu, 20 Jun 2013 10:16:25 -0700] rev 18047
Added tag jdk8-b95 for changeset 0229eabb2693
Wed, 05 Jul 2017 18:59:43 +0200 Added tag jdk8-b95 for changeset 49fe9c804913
duke [Wed, 05 Jul 2017 18:59:43 +0200] rev 18046
Added tag jdk8-b95 for changeset 49fe9c804913
Wed, 05 Jul 2017 18:59:43 +0200 Merge jdk8-b95
duke [Wed, 05 Jul 2017 18:59:43 +0200] rev 18045
Merge
Wed, 05 Jul 2017 18:59:39 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:39 +0200] rev 18044
Merge
Thu, 13 Jun 2013 09:49:19 -0700 Added tag jdk8-b94 for changeset f7887244ecd2
katleman [Thu, 13 Jun 2013 09:49:19 -0700] rev 18043
Added tag jdk8-b94 for changeset f7887244ecd2
Wed, 05 Jul 2017 18:59:36 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:36 +0200] rev 18042
Merge
Thu, 13 Jun 2013 09:48:47 -0700 Added tag jdk8-b94 for changeset 62123b1d4f2a
katleman [Thu, 13 Jun 2013 09:48:47 -0700] rev 18041
Added tag jdk8-b94 for changeset 62123b1d4f2a
Wed, 05 Jul 2017 18:59:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:33 +0200] rev 18040
Merge
Thu, 13 Jun 2013 09:48:45 -0700 Added tag jdk8-b94 for changeset a825382915a9
katleman [Thu, 13 Jun 2013 09:48:45 -0700] rev 18039
Added tag jdk8-b94 for changeset a825382915a9
Wed, 05 Jul 2017 18:59:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:30 +0200] rev 18038
Merge
Thu, 13 Jun 2013 09:49:27 -0700 Added tag jdk8-b94 for changeset ac5976df1b9c
katleman [Thu, 13 Jun 2013 09:49:27 -0700] rev 18037
Added tag jdk8-b94 for changeset ac5976df1b9c
Wed, 05 Jul 2017 18:59:27 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:27 +0200] rev 18036
Merge
Thu, 13 Jun 2013 09:48:22 -0700 Added tag jdk8-b94 for changeset 1921ac5090fc
katleman [Thu, 13 Jun 2013 09:48:22 -0700] rev 18035
Added tag jdk8-b94 for changeset 1921ac5090fc
Wed, 05 Jul 2017 18:59:23 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:23 +0200] rev 18034
Merge
Tue, 18 Jun 2013 15:32:53 -0700 Merge
katleman [Tue, 18 Jun 2013 15:32:53 -0700] rev 18033
Merge
Thu, 13 Jun 2013 14:04:54 +0200 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
erikj [Thu, 13 Jun 2013 14:04:54 +0200] rev 18032
8014231: --with-alsa configuration options don't add include or lib directories to proper flags Reviewed-by: tbell
Fri, 14 Jun 2013 07:26:49 -0700 Merge
amurillo [Fri, 14 Jun 2013 07:26:49 -0700] rev 18031
Merge
Mon, 10 Jun 2013 11:33:50 +0200 8005008: Add Java Flight Recorder Phase II
sla [Mon, 10 Jun 2013 11:33:50 +0200] rev 18030
8005008: Add Java Flight Recorder Phase II Reviewed-by: erikj Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Thu, 13 Jun 2013 09:48:58 -0700 Added tag jdk8-b94 for changeset 166c25c5681e
katleman [Thu, 13 Jun 2013 09:48:58 -0700] rev 18029
Added tag jdk8-b94 for changeset 166c25c5681e
Wed, 05 Jul 2017 18:59:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:19 +0200] rev 18028
Merge
Thu, 13 Jun 2013 23:28:20 -0700 Added tag hs25-b37 for changeset d8e8521557b2
amurillo [Thu, 13 Jun 2013 23:28:20 -0700] rev 18027
Added tag hs25-b37 for changeset d8e8521557b2
Thu, 13 Jun 2013 23:28:20 -0700 Merge
amurillo [Thu, 13 Jun 2013 23:28:20 -0700] rev 18026
Merge
Mon, 10 Jun 2013 11:30:51 +0200 8005849: JEP 167: Event-Based JVM Tracing
sla [Mon, 10 Jun 2013 11:30:51 +0200] rev 18025
8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Fri, 07 Jun 2013 09:33:01 -0700 8016078: new hotspot build - hs25-b37
amurillo [Fri, 07 Jun 2013 09:33:01 -0700] rev 18024
8016078: new hotspot build - hs25-b37 Reviewed-by: jcoomes
Thu, 13 Jun 2013 09:48:27 -0700 Added tag jdk8-b94 for changeset 847c7c6c4e4a
katleman [Thu, 13 Jun 2013 09:48:27 -0700] rev 18023
Added tag jdk8-b94 for changeset 847c7c6c4e4a
Tue, 18 Jun 2013 15:32:06 -0700 Merge
katleman [Tue, 18 Jun 2013 15:32:06 -0700] rev 18022
Merge
Tue, 18 Jun 2013 11:30:36 +0200 8015377: Support using compiler devkits on Linux
erikj [Tue, 18 Jun 2013 11:30:36 +0200] rev 18021
8015377: Support using compiler devkits on Linux Reviewed-by: tbell, dholmes
Tue, 18 Jun 2013 11:29:34 +0200 8014404: Debug flag not added to jdk native compile when --enable-debug is set
erikj [Tue, 18 Jun 2013 11:29:34 +0200] rev 18020
8014404: Debug flag not added to jdk native compile when --enable-debug is set Reviewed-by: tbell
Fri, 14 Jun 2013 13:30:14 +0200 8016520: jdk native build does not fail on compilation error on windows
erikj [Fri, 14 Jun 2013 13:30:14 +0200] rev 18019
8016520: jdk native build does not fail on compilation error on windows Reviewed-by: tbell
Thu, 13 Jun 2013 14:04:32 +0200 8014231: --with-alsa configuration options don't add include or lib directories to proper flags
erikj [Thu, 13 Jun 2013 14:04:32 +0200] rev 18018
8014231: --with-alsa configuration options don't add include or lib directories to proper flags Reviewed-by: tbell
Thu, 13 Jun 2013 09:48:20 -0700 Added tag jdk8-b94 for changeset 4ee958900191
katleman [Thu, 13 Jun 2013 09:48:20 -0700] rev 18017
Added tag jdk8-b94 for changeset 4ee958900191
Wed, 05 Jul 2017 18:59:09 +0200 Added tag jdk8-b94 for changeset 0d804e3b955d
duke [Wed, 05 Jul 2017 18:59:09 +0200] rev 18016
Added tag jdk8-b94 for changeset 0d804e3b955d
Wed, 05 Jul 2017 18:59:08 +0200 Merge jdk8-b94
duke [Wed, 05 Jul 2017 18:59:08 +0200] rev 18015
Merge
Wed, 05 Jul 2017 18:59:05 +0200 Merge
duke [Wed, 05 Jul 2017 18:59:05 +0200] rev 18014
Merge
Mon, 10 Jun 2013 17:04:18 -0700 Merge
lana [Mon, 10 Jun 2013 17:04:18 -0700] rev 18013
Merge
Wed, 05 Jun 2013 16:58:10 +0400 7186887: Test T6567415.java can fail on a slow machine
kizune [Wed, 05 Jun 2013 16:58:10 +0400] rev 18012
7186887: Test T6567415.java can fail on a slow machine Reviewed-by: jjg, ksrini
Tue, 04 Jun 2013 21:38:12 -0700 Merge
lana [Tue, 04 Jun 2013 21:38:12 -0700] rev 18011
Merge
Tue, 04 Jun 2013 14:17:50 -0700 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations
jjg [Tue, 04 Jun 2013 14:17:50 -0700] rev 18010
8004643: Reduce javac space overhead introduced with compiler support for repeating annotations Reviewed-by: mcimadamore, jfranck
Tue, 04 Jun 2013 13:21:41 +0100 7165659: javac incorrectly sets strictfp access flag on inner-classes
vromero [Tue, 04 Jun 2013 13:21:41 +0100] rev 18009
7165659: javac incorrectly sets strictfp access flag on inner-classes Reviewed-by: jjg, mcimadamore
Tue, 04 Jun 2013 11:34:31 +0100 8015505: Spurious inference error when return type of generic method requires unchecked conversion to target
mcimadamore [Tue, 04 Jun 2013 11:34:31 +0100] rev 18008
8015505: Spurious inference error when return type of generic method requires unchecked conversion to target Summary: Use check context compatibility during 15.12.2.8 check (only when JDK 8 inference is enabled) Reviewed-by: jjg
Tue, 04 Jun 2013 11:31:12 +0100 8008160: Five lambda TargetType tests have @ignore
mcimadamore [Tue, 04 Jun 2013 11:31:12 +0100] rev 18007
8008160: Five lambda TargetType tests have @ignore Summary: Remove @ignore flags from tests that now pass Reviewed-by: jjg
Tue, 04 Jun 2013 11:30:51 +0100 7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly
mcimadamore [Tue, 04 Jun 2013 11:30:51 +0100] rev 18006
7116676: RichDiagnosticFormatter throws NPE when formatMessage is called directly Summary: Fix NPE in RichDiagnosticFormatter.formatMessage Reviewed-by: jjg
Mon, 03 Jun 2013 17:24:47 -0700 8007687: javadoc -X does not include -Xdoclint
jjg [Mon, 03 Jun 2013 17:24:47 -0700] rev 18005
8007687: javadoc -X does not include -Xdoclint Reviewed-by: darcy
Mon, 03 Jun 2013 17:09:26 -0700 8006615: [doclint] move remaining messages into resource bundle
jjg [Mon, 03 Jun 2013 17:09:26 -0700] rev 18004
8006615: [doclint] move remaining messages into resource bundle Reviewed-by: mcimadamore, vromero
Mon, 03 Jun 2013 16:56:54 -0700 Merge
lana [Mon, 03 Jun 2013 16:56:54 -0700] rev 18003
Merge
Mon, 03 Jun 2013 16:10:18 -0700 Merge
lana [Mon, 03 Jun 2013 16:10:18 -0700] rev 18002
Merge
Mon, 03 Jun 2013 16:22:27 -0700 8013405: DocLint should support <LI value="value">
jjg [Mon, 03 Jun 2013 16:22:27 -0700] rev 18001
8013405: DocLint should support <LI value="value"> Reviewed-by: ksrini
Sat, 01 Jun 2013 22:09:18 +0100 6695379: Copy method annotations and parameter annotations to synthetic bridge methods
vromero [Sat, 01 Jun 2013 22:09:18 +0100] rev 18000
6695379: Copy method annotations and parameter annotations to synthetic bridge methods Reviewed-by: mcimadamore
Sat, 01 Jun 2013 21:57:56 +0100 8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
vromero [Sat, 01 Jun 2013 21:57:56 +0100] rev 17999
8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes Reviewed-by: mcimadamore
Fri, 31 May 2013 10:04:59 +0100 7179353: try-with-resources fails to compile with generic exception parameters
vromero [Fri, 31 May 2013 10:04:59 +0100] rev 17998
7179353: try-with-resources fails to compile with generic exception parameters Reviewed-by: mcimadamore
Thu, 06 Jun 2013 09:55:26 -0700 Added tag jdk8-b93 for changeset 1697301ac053
katleman [Thu, 06 Jun 2013 09:55:26 -0700] rev 17997
Added tag jdk8-b93 for changeset 1697301ac053
Wed, 05 Jul 2017 18:58:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:58:59 +0200] rev 17996
Merge
Thu, 06 Jun 2013 09:54:43 -0700 Added tag jdk8-b93 for changeset a233c04832cf
katleman [Thu, 06 Jun 2013 09:54:43 -0700] rev 17995
Added tag jdk8-b93 for changeset a233c04832cf
Wed, 05 Jul 2017 18:58:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:58:56 +0200] rev 17994
Merge
Mon, 10 Jun 2013 16:59:58 -0700 Merge
lana [Mon, 10 Jun 2013 16:59:58 -0700] rev 17993
Merge
Tue, 04 Jun 2013 21:33:07 -0700 Merge
lana [Tue, 04 Jun 2013 21:33:07 -0700] rev 17992
Merge
Tue, 04 Jun 2013 09:35:12 -0700 8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8
joehw [Tue, 04 Jun 2013 09:35:12 -0700] rev 17991
8015630: Remove default restriction settings of jaxp 1.5 properties in JDK8 Reviewed-by: alanb
Mon, 03 Jun 2013 16:09:15 -0700 Merge
lana [Mon, 03 Jun 2013 16:09:15 -0700] rev 17990
Merge
Thu, 06 Jun 2013 09:54:40 -0700 Added tag jdk8-b93 for changeset 3ea33579af2b
katleman [Thu, 06 Jun 2013 09:54:40 -0700] rev 17989
Added tag jdk8-b93 for changeset 3ea33579af2b
Wed, 05 Jul 2017 18:58:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:58:51 +0200] rev 17988
Merge
Mon, 10 Jun 2013 17:04:30 -0700 Merge
lana [Mon, 10 Jun 2013 17:04:30 -0700] rev 17987
Merge
Wed, 05 Jun 2013 12:54:21 -0300 Merge
jlaskey [Wed, 05 Jun 2013 12:54:21 -0300] rev 17986
Merge
Wed, 05 Jun 2013 12:41:09 -0300 8015910: Nashorn JavaFX includes are out of sync with JavaFX repo
jlaskey [Wed, 05 Jun 2013 12:41:09 -0300] rev 17985
8015910: Nashorn JavaFX includes are out of sync with JavaFX repo Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Wed, 05 Jun 2013 10:32:50 -0300 8015911: $EXEC does not handle large outputs
jlaskey [Wed, 05 Jun 2013 10:32:50 -0300] rev 17984
8015911: $EXEC does not handle large outputs Reviewed-by: sundar, attila Contributed-by: james.laskey@oracle.com
Wed, 05 Jun 2013 12:44:24 +0200 8015350: Array.prototype.reduceRight issue with large length and index
hannesw [Wed, 05 Jun 2013 12:44:24 +0200] rev 17983
8015350: Array.prototype.reduceRight issue with large length and index Reviewed-by: attila, sundar, lagergren
Wed, 05 Jun 2013 12:17:10 +0200 8015961: Several small code-gardening fixes
attila [Wed, 05 Jun 2013 12:17:10 +0200] rev 17982
8015961: Several small code-gardening fixes Reviewed-by: lagergren, sundar
Wed, 05 Jun 2013 10:44:32 +0200 8015955: ObjectNode.elements should be stronger typed
attila [Wed, 05 Jun 2013 10:44:32 +0200] rev 17981
8015955: ObjectNode.elements should be stronger typed Reviewed-by: lagergren, sundar
Wed, 05 Jun 2013 13:33:33 +0530 Merge
sundar [Wed, 05 Jun 2013 13:33:33 +0530] rev 17980
Merge
Wed, 05 Jun 2013 12:08:49 +0530 8015945: loadWithNewGlobal return value has to be properly wrapped
sundar [Wed, 05 Jun 2013 12:08:49 +0530] rev 17979
8015945: loadWithNewGlobal return value has to be properly wrapped Reviewed-by: lagergren, hannesw
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip