duke [Wed, 05 Jul 2017 18:56:46 +0200] rev 17639
Merge
katleman [Wed, 29 May 2013 10:16:07 -0700] rev 17638
8015525: JDK8 b91 source with GPL header errors
Reviewed-by: dholmes, lancea
katleman [Thu, 23 May 2013 10:47:50 -0700] rev 17637
Added tag jdk8-b91 for changeset 053ed974a2ae
duke [Wed, 05 Jul 2017 18:56:43 +0200] rev 17636
Merge
amurillo [Fri, 24 May 2013 09:25:43 -0700] rev 17635
Added tag hs25-b34 for changeset e12c800cd4a8
amurillo [Fri, 24 May 2013 09:25:42 -0700] rev 17634
Merge
jwilhelm [Fri, 24 May 2013 09:29:57 +0200] rev 17633
Merge
brutisso [Wed, 22 May 2013 08:04:58 +0200] rev 17632
8014971: Minor code cleanup of the freelist management
Reviewed-by: jwilhelm, jmasa, tschatzl
tschatzl [Tue, 21 May 2013 11:30:14 +0200] rev 17631
8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
Summary: Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list.
Reviewed-by: jwilhelm, brutisso
brutisso [Tue, 21 May 2013 10:39:09 +0200] rev 17630
Merge
brutisso [Tue, 21 May 2013 08:50:20 +0200] rev 17629
7066063: CMS: "Conservation Principle" assert failed
Summary: Add call to coalBirth() in CompactibleFreeListSpace::reset()
Reviewed-by: ysr, jmasa
jmasa [Mon, 20 May 2013 22:34:24 -0700] rev 17628
8014862: Add fast Metasapce capacity and used per MetadataType
Reviewed-by: ehelin, stefank
tamao [Mon, 20 May 2013 10:44:33 -0700] rev 17627
7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
Summary: Print helpful error message when VM aborts due to inability of allocating bit maps or card tables
Reviewed-by: jmasa, stefank
Contributed-by: tamao <tao.mao@oracle.com>
jwilhelm [Sun, 19 May 2013 20:31:30 +0200] rev 17626
Merge
ehelin [Fri, 17 May 2013 11:57:05 +0200] rev 17625
8014277: Remove ObjectClosure as base class for BoolObjectClosure
Reviewed-by: brutisso, tschatzl
twisti [Thu, 23 May 2013 15:30:16 -0700] rev 17624
Merge
anoll [Thu, 23 May 2013 14:11:09 +0200] rev 17623
8014430: JRE crashes instead of stop compilation on full Code Cache. Internal Error (c1_Compiler.cpp:87)
Summary: Disable client compiler and switch to interpreter if there is not enough free space in the code cache.
Reviewed-by: kvn, twisti
kvn [Wed, 22 May 2013 18:25:43 -0700] rev 17622
8010927: Kitchensink crashed with SIGSEGV, Problematic frame: v ~StubRoutines::checkcast_arraycopy
Summary: Changed gen_write_ref_array_post_barrier() code on x64 to pass start address and number of copied oop elements. In generate_checkcast_copy() skip post barrier code if no elements are copied.
Reviewed-by: roland
kvn [Wed, 22 May 2013 17:39:47 -0700] rev 17621
Merge
kvn [Wed, 22 May 2013 09:02:43 -0700] rev 17620
8014811: loopTransform.cpp assert(cmp_end->in(2) == limit) failed
Summary: Stop current iteration of loop opts if partial_peel() failed and it created node clones outside processed loop.
Reviewed-by: roland
twisti [Wed, 22 May 2013 11:44:17 -0700] rev 17619
Merge
anoll [Wed, 22 May 2013 10:28:20 +0200] rev 17618
8012312: hsdis fails to compile with binutils-2.23.2
Summary: added <config.h> to header file to make hsdis compile with binutils 2.23.*
Reviewed-by: kvn, twisti
anoll [Thu, 16 May 2013 15:46:49 +0200] rev 17617
8012371: Adjust Tiered compile threshold according to available space in code cache
Summary: Added command line parameter to define a threshold at which C1 compilation threshold for is increased.
Reviewed-by: kvn, iveresov
jiangli [Thu, 23 May 2013 13:40:15 -0400] rev 17616
Merge
jiangli [Mon, 20 May 2013 13:13:29 -0400] rev 17615
Merge
bpittore [Wed, 15 May 2013 23:06:04 -0400] rev 17614
8014669: arch specific flags not passed to some link commands
Summary: EXTRA_CFLAGS does not propagate to saproc and jsig makefiles
Reviewed-by: dholmes, tbell, collins
dholmes [Tue, 14 May 2013 07:24:50 -0400] rev 17613
8014460: Need to check for non-empty EXT_LIBS_PATH before using it
Reviewed-by: tbell, collins, sla, coleenp
shade [Mon, 20 May 2013 23:41:27 +0400] rev 17612
8014878: Clean up class field layout code
Summary: rename/remove local variables, re-arrange instance_size calculation, more comments.
Reviewed-by: kvn, coleenp
shade [Mon, 20 May 2013 15:43:50 +0400] rev 17611
8014871: Move @Contended regression tests to the same place
Summary: Move the missing test to appropriate location.
Reviewed-by: dholmes, sla
iklam [Sat, 18 May 2013 20:41:01 -0700] rev 17610
8014262: PrintStringTableStatistics should include more footprint info
Summary: Added info for the string/symbol objects and the hash entries
Reviewed-by: coleenp, rbackman
dcubed [Fri, 17 May 2013 17:52:07 -0700] rev 17609
Merge
dcubed [Fri, 17 May 2013 11:36:43 -0700] rev 17608
Merge
dcubed [Fri, 17 May 2013 08:56:51 -0700] rev 17607
Merge
rdurbin [Fri, 17 May 2013 08:51:46 -0700] rev 17606
7145527: sscanf must use a length in the format string
Summary: Remove dead code containing last call to scanf with no string length specifier
Reviewed-by: dcubed, coleenp
dholmes [Thu, 16 May 2013 23:40:27 -0400] rev 17605
Merge
dholmes [Thu, 16 May 2013 22:11:05 -0400] rev 17604
Merge
shade [Fri, 17 May 2013 01:58:32 +0400] rev 17603
8014509: @Contended: explicit default value behaves differently from the implicit value
Summary: Treat the empty string as the default value tag
Reviewed-by: kvn, twisti
dholmes [Thu, 16 May 2013 21:19:49 -0400] rev 17602
Merge
shade [Fri, 17 May 2013 01:43:48 +0400] rev 17601
8012939: @Contended doesn't work correctly with inheritance
Summary: Fix instance_size miscalculation.
Reviewed-by: jrose, kvn
kevinw [Thu, 16 May 2013 12:40:27 +0100] rev 17600
6313816: SA: jstack -m fails on Win32 : UnalignedAddressException
Reviewed-by: sla, poonam
ctornqvi [Thu, 16 May 2013 17:54:11 +0200] rev 17599
8014511: runtime/RedefineObject/TestRedefineObject.java has incorrect classname in @run tag
Summary: Corrected the class name
Reviewed-by: coleenp, ctornqvi, hseigel
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
ctornqvi [Thu, 16 May 2013 15:31:00 +0200] rev 17598
8008169: test/runtime/7158804/Test7158804.sh has bad copyright header
Summary: Re-wrote test in Java in addition to fixing the Copyright notice. Also reviewed by leonid.mesnik@oracle.com
Reviewed-by: coleenp, ctornqvi
Contributed-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
rbackman [Wed, 15 May 2013 11:30:54 +0200] rev 17597
4965252: JvmtiExport::post_raw_field_modification jni ref handling is odd
Reviewed-by: coleenp, sspitsyn
amurillo [Fri, 17 May 2013 09:10:04 -0700] rev 17596
8014760: new hotspot build - hs25-b34
Reviewed-by: jcoomes
katleman [Thu, 23 May 2013 10:47:40 -0700] rev 17595
Added tag jdk8-b91 for changeset 7083a5fec809
katleman [Tue, 28 May 2013 17:57:40 -0700] rev 17594
Merge
erikj [Tue, 28 May 2013 08:50:52 +0200] rev 17593
8007129: build-infra Add configure --with-jtreg option for location of JTREG
Reviewed-by: tbell
erikj [Wed, 22 May 2013 17:26:31 +0200] rev 17592
8014514: Fix jvm args for sjavac
Reviewed-by: tbell
katleman [Thu, 23 May 2013 10:47:32 -0700] rev 17591
Added tag jdk8-b91 for changeset 46c3a4b9ef6d
duke [Wed, 05 Jul 2017 18:56:23 +0200] rev 17590
Added tag jdk8-b91 for changeset 80b6c3172dc2
duke [Wed, 05 Jul 2017 18:56:23 +0200] rev 17589
Merge
duke [Wed, 05 Jul 2017 18:56:20 +0200] rev 17588
Merge
lana [Fri, 17 May 2013 10:13:34 -0700] rev 17587
Merge
jjg [Wed, 15 May 2013 10:39:26 -0700] rev 17586
8006879: Detection of windows in sjavac fails.
Reviewed-by: jjg
Contributed-by: erik.joelsson@oracle.com
rfield [Wed, 15 May 2013 06:53:01 -0700] rev 17585
8010006: NPE in javac with interface super in lambda
Reviewed-by: mcimadamore
mcimadamore [Wed, 15 May 2013 14:03:09 +0100] rev 17584
8013222: Javac issues spurious raw type warnings when lambda has implicit parameter types
Summary: Bad warnings and position for lambda inferred parameter types
Reviewed-by: jjg, vromero
mcimadamore [Wed, 15 May 2013 14:02:37 +0100] rev 17583
8012685: Spurious raw types warning when using unbound method references
Summary: Spurious raw type warning when unbound method reference qualifier parameter types are inferred from target
Reviewed-by: jjg, vromero
mcimadamore [Wed, 15 May 2013 14:00:31 +0100] rev 17582
8012003: Method diagnostics resolution need to be simplified in some cases
Summary: Unfold method resolution diagnostics when they mention errors in poly expressions
Reviewed-by: jjg, vromero
darcy [Wed, 15 May 2013 00:00:39 -0700] rev 17581
8004133: Provide javax.lang.model.* implementation backed by core reflection
Summary: Joint work by darcy and jfranck to provide sample code for JEP 119.
Reviewed-by: jjg
Contributed-by: joe.darcy@oracle.com, joel.franck@oracle.com
jjg [Tue, 14 May 2013 21:08:40 -0700] rev 17580
8014323: Add VariableTree.getNameExpression
Reviewed-by: darcy
sogoel [Tue, 14 May 2013 18:02:48 -0700] rev 17579
8013163: Convert 4 tools multicatch tests to jtreg format
Reviewed-by: jjg
jjg [Tue, 14 May 2013 15:04:06 -0700] rev 17578
8013852: update reference impl for type-annotations
Reviewed-by: jjg
Contributed-by: wdietl@gmail.com, steve.sides@oracle.com, joel.franck@oracle.com, alex.buckley@oracle.com
jjg [Tue, 14 May 2013 13:55:35 -0700] rev 17577
8014557: Mutable static field in HtmlDocletWriter
Reviewed-by: ksrini
jjg [Tue, 14 May 2013 12:55:15 -0700] rev 17576
8014461: genstubs creates default native methods
Reviewed-by: alanb