jwilhelm [Thu, 23 Oct 2014 17:36:30 +0200] rev 27253
Merge
jwilhelm [Wed, 22 Oct 2014 16:40:43 +0200] rev 27252
8061805: BACKOUT - Remove the generations array
Summary: Backing out the change due to non-trivial test problems in nightly testing.
Reviewed-by: jwilhelm, mgerdin
mlarsson [Tue, 21 Oct 2014 11:57:22 +0200] rev 27251
6979279: remove special-case code for ParallelGCThreads==0
Reviewed-by: jwilhelm, brutisso, kbarrett
sjohanss [Mon, 20 Oct 2014 10:18:17 +0200] rev 27250
8058568: GC cleanup phase can cause G1 skipping a System.gc()
Summary: Marking G1 FullGC as a _full collection and passing down the correct before count.
Reviewed-by: brutisso, mgerdin
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 27249
8055702: Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by: mgerdin, kbarrett
jwilhelm [Mon, 20 Oct 2014 15:23:33 +0200] rev 27248
Merge
stefank [Thu, 02 Oct 2014 10:55:36 +0200] rev 27247
8056240: Investigate increased GC remark time after class unloading changes in CRM Fuse
Reviewed-by: mgerdin, coleenp, bdelsart
dcubed [Sat, 18 Oct 2014 11:37:11 -0700] rev 27246
Merge
dcubed [Fri, 17 Oct 2014 06:58:57 -0700] rev 27245
Merge
jiangli [Thu, 16 Oct 2014 14:11:53 -0400] rev 27244
8060256: The loop in Arguments::parse() can be enhanced.
Summary: Add continue statement for matching cases.
Reviewed-by: dholmes, bdelsart
katleman [Thu, 30 Oct 2014 08:34:54 -0700] rev 27243
Added tag jdk9-b37 for changeset 566704615ade
lana [Thu, 30 Oct 2014 13:55:41 -0700] rev 27242
Merge
erikj [Thu, 30 Oct 2014 17:49:45 +0100] rev 27241
8062521: 9-dev glinux/elinux "configure: error: Could not find all X11 headers" since 2014-10-28
Reviewed-by: dholmes
rriggs [Tue, 28 Oct 2014 17:14:43 -0400] rev 27240
8048124: Read hijra-config-umalqura.properties as a resource
Summary: Removed use of calendar.properties to configure calendars, move UmmAlQura calendar to resource
Reviewed-by: alanb
erikj [Tue, 28 Oct 2014 09:47:32 +0100] rev 27239
8062159: Fix Xrender check to work with sysroot
Reviewed-by: tbell, prr
katleman [Thu, 30 Oct 2014 08:34:49 -0700] rev 27238
Added tag jdk9-b37 for changeset afcbbfccf839
duke [Wed, 05 Jul 2017 20:05:31 +0200] rev 27237
Added tag jdk9-b37 for changeset b409bc51bc23
duke [Wed, 05 Jul 2017 20:05:30 +0200] rev 27236
Merge
duke [Wed, 05 Jul 2017 20:05:28 +0200] rev 27235
Merge
sogoel [Mon, 27 Oct 2014 10:43:09 -0700] rev 27234
8059423: Replace references for rt.jar by temp.jar
Reviewed-by: jjg
alundblad [Mon, 27 Oct 2014 14:55:47 +0100] rev 27233
8060715: There is a small race condition in IdleResetSjavac
Summary: Synchronizes on method level instead of variable access level.
Reviewed-by: jfranck
jlahoda [Fri, 24 Oct 2014 20:07:08 +0200] rev 27232
8061323: JavadocTokenizer repeatedly compiles pattern to check for deprecation
Summary: Keeping the "@deprecated" Pattern in a static field.
Reviewed-by: mcimadamore
jfranck [Fri, 24 Oct 2014 08:34:51 +0200] rev 27231
8054448: (ann) Cannot reference field of inner class in an anonymous class
Reviewed-by: jlahoda, mcimadamore
mcimadamore [Fri, 24 Oct 2014 10:54:04 +0100] rev 27230
8061778: Wrong LineNumberTable for default constructors
Summary: Synthetic empty blocks generated by Lower are erroneously picked up by Gen
Reviewed-by: jjg
lana [Thu, 23 Oct 2014 13:43:56 -0700] rev 27229
Merge
vromero [Thu, 23 Oct 2014 10:42:44 -0700] rev 27228
8057800: Method reference with generic type creates NPE when compiling
Reviewed-by: mcimadamore, dlsmith
vromero [Thu, 23 Oct 2014 10:40:02 -0700] rev 27227
8059710: javac, the same approach used in fix for JDK-8058708 should be applied to Code.closeAliveRanges
Reviewed-by: jjg
jjg [Tue, 21 Oct 2014 17:50:13 -0700] rev 27226
8061723: 8060056 breaks tests on Windows
Reviewed-by: darcy
jjg [Tue, 21 Oct 2014 13:08:20 -0700] rev 27225
8060056: replace java.io.File with java.nio.file.Path
Reviewed-by: ksrini, jlahoda
emc [Tue, 21 Oct 2014 09:01:51 -0400] rev 27224
8054457: Refactor Symbol kinds from small ints to an enum
Summary: Replace bitmap logic in symbol.kind and pkind with an enum-based API
Reviewed-by: mcimadamore, jjg
katleman [Thu, 23 Oct 2014 11:19:28 -0700] rev 27223
Added tag jdk9-b36 for changeset d1480cb49283
duke [Wed, 05 Jul 2017 20:05:23 +0200] rev 27222
Merge
katleman [Thu, 23 Oct 2014 11:19:17 -0700] rev 27221
Added tag jdk9-b36 for changeset 2a65d9f1c324
duke [Wed, 05 Jul 2017 20:05:20 +0200] rev 27220
Merge
lana [Thu, 23 Oct 2014 13:45:30 -0700] rev 27219
Merge
joehw [Tue, 21 Oct 2014 13:17:32 -0700] rev 27218
8061686: Size limits in BufferAllocator should have been final
Reviewed-by: lancea, chegar
joehw [Thu, 16 Oct 2014 16:03:16 -0700] rev 27217
8051561: Convert JAXP functional tests to jtreg(TestNG): javax.xml.xpath.*
Reviewed-by: joehw
Contributed-by: tristan.yan@oracle.com, yiming.wang@oracle.com
joehw [Thu, 16 Oct 2014 15:51:12 -0700] rev 27216
8051540: Convert JAXP functional tests to jtreg(TestNG): SAX and Transform
Reviewed-by: joehw
Contributed-by: tristan.yan@oracle.com
katleman [Thu, 23 Oct 2014 11:19:12 -0700] rev 27215
Added tag jdk9-b36 for changeset 28c10766cfac
duke [Wed, 05 Jul 2017 20:05:16 +0200] rev 27214
Merge
sundar [Mon, 27 Oct 2014 17:54:00 +0530] rev 27213
8062024: Issue with date.setFullYear when time other than midnight
Reviewed-by: jlaskey, lagergren
attila [Fri, 24 Oct 2014 13:25:23 +0200] rev 27212
8061955: asm.js idioms result in unnecessarily code emission
Reviewed-by: hannesw, jlaskey
lana [Thu, 23 Oct 2014 13:45:22 -0700] rev 27211
Merge
hannesw [Thu, 23 Oct 2014 17:25:39 +0200] rev 27210
8059813: Type Info Cache flag must must be documented
Reviewed-by: attila, jlaskey
lagergren [Thu, 23 Oct 2014 15:19:00 +0400] rev 27209
8061391: concat as a builtin optimistic form, had to remove NoTypedArrayData and replace it, as we throw away a lot of optimistic link opportunities with NoTypedArrayData not being Continuous
Reviewed-by: attila, hannesw
attila [Tue, 21 Oct 2014 14:27:49 +0200] rev 27208
8058610: must not let long operations overflow
Reviewed-by: hannesw, jlaskey, lagergren
hannesw [Mon, 20 Oct 2014 14:09:17 +0200] rev 27207
8060724: ant test262parallel in Nashorn spends a significant amount of time after almost all the tests are run
Reviewed-by: lagergren, attila, sundar
attila [Mon, 20 Oct 2014 12:06:36 +0200] rev 27206
8059844: Implement optimistic splitter
Reviewed-by: hannesw, lagergren
sundar [Mon, 20 Oct 2014 13:27:22 +0530] rev 27205
8061257: nashorn ant build script should have a sanity target
Reviewed-by: lagergren, hannesw, attila
attila [Fri, 17 Oct 2014 14:24:26 +0200] rev 27204
8059843: Make AST serializable
Reviewed-by: hannesw, lagergren
katleman [Thu, 23 Oct 2014 11:19:29 -0700] rev 27203
Added tag jdk9-b36 for changeset bed94e5e4a68
duke [Wed, 05 Jul 2017 20:05:12 +0200] rev 27202
Merge
katleman [Thu, 23 Oct 2014 11:19:04 -0700] rev 27201
Added tag jdk9-b36 for changeset c05fb0c4c181
duke [Wed, 05 Jul 2017 20:05:09 +0200] rev 27200
Merge
bchristi [Wed, 22 Oct 2014 14:42:14 -0700] rev 27199
8049373: All compact profiles builds fail following JDK-8044473
Summary: Update compact profile contents
Reviewed-by: mchung
bchristi [Fri, 05 Sep 2014 09:45:13 -0700] rev 27198
8044473: Allow for extended set of platform MXBeans
Summary: add ExtendedPlatformComponent
Reviewed-by: dfuchs