Tue, 14 Jun 2016 15:10:05 -0700 8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java
dlong [Tue, 14 Jun 2016 15:10:05 -0700] rev 39416
8159282: quarantine compiler/jvmci/compilerToVM/ReprofileTest.java Reviewed-by: iignatyev
Fri, 24 Jun 2016 16:21:57 +0000 Merge
dfazunen [Fri, 24 Jun 2016 16:21:57 +0000] rev 39415
Merge
Fri, 24 Jun 2016 19:52:31 +0400 8160088: update hotspot tests depending on GC to use @requires vm.gc.X
dfazunen [Fri, 24 Jun 2016 19:52:31 +0400] rev 39414
8160088: update hotspot tests depending on GC to use @requires vm.gc.X Reviewed-by: iignatyev, mchernov, dholmes
Fri, 24 Jun 2016 12:08:32 +0300 8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp
ddmitriev [Fri, 24 Jun 2016 12:08:32 +0300] rev 39413
8160102: Typo in message for NULL memory size arguments in diagnosticArgument.cpp Reviewed-by: dholmes, rehn
Thu, 23 Jun 2016 17:11:18 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39412
Merge
Thu, 23 Jun 2016 16:46:41 -0400 8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior
kbarrett [Thu, 23 Jun 2016 16:46:41 -0400] rev 39411
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior Summary: Replace shifts of -1 with shifts of ~0u. Reviewed-by: kbarrett, mockner Contributed-by: alexhenrie24@gmail.com
Thu, 23 Jun 2016 16:27:34 +0000 8160189: Fix for 8159335 breaks AArch64
aph [Thu, 23 Jun 2016 16:27:34 +0000] rev 39410
8160189: Fix for 8159335 breaks AArch64 Reviewed-by: kvn
Wed, 22 Jun 2016 14:03:01 +0200 8155099: Remove duplicate comments from G1Policy
ehelin [Wed, 22 Jun 2016 14:03:01 +0200] rev 39409
8155099: Remove duplicate comments from G1Policy Reviewed-by: jmasa, drwhite
Wed, 22 Jun 2016 10:49:23 +0200 Merge
tschatzl [Wed, 22 Jun 2016 10:49:23 +0200] rev 39408
Merge
Wed, 22 Jun 2016 10:34:01 +0200 8152438: Threads may do significant work out of the non-shared overflow buffer
tschatzl [Wed, 22 Jun 2016 10:34:01 +0200] rev 39407
8152438: Threads may do significant work out of the non-shared overflow buffer Summary: Before processing an element in the non-shared overflow buffer, try to push it into the local shared buffer to keep it full. Reviewed-by: jmasa, ehelin, sjohanss
Tue, 21 Jun 2016 15:02:45 +0200 8159370: Add FlagGuard for easier modification of flags for unit tests
ehelin [Tue, 21 Jun 2016 15:02:45 +0200] rev 39406
8159370: Add FlagGuard for easier modification of flags for unit tests Reviewed-by: kbarrett, jwilhelm
Tue, 21 Jun 2016 19:29:39 -0400 8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro
ysuenaga [Tue, 21 Jun 2016 19:29:39 -0400] rev 39405
8153743: AllocateHeap() and ReallocateHeap() should use ALWAYSINLINE macro Reviewed-by: dholmes, zgu
Tue, 21 Jun 2016 19:25:41 -0400 8155949: Support relaxed semantics in cmpxchg
mdoerr [Tue, 21 Jun 2016 19:25:41 -0400] rev 39404
8155949: Support relaxed semantics in cmpxchg Reviewed-by: dholmes, kbarrett, goetz, aph Contributed-by: horii@jp.ibm.com, martin.doerr@sap.com
Tue, 21 Jun 2016 18:37:04 +0400 8151283: Implement setting jtreg @requires property vm.isG1Supported.
dfazunen [Tue, 21 Jun 2016 18:37:04 +0400] rev 39403
8151283: Implement setting jtreg @requires property vm.isG1Supported. Reviewed-by: tschatzl, iignatyev, mchernov
Tue, 21 Jun 2016 12:09:36 +0200 8159590: Remove deprecated methods from jdk.internal.misc.VM
redestad [Tue, 21 Jun 2016 12:09:36 +0200] rev 39402
8159590: Remove deprecated methods from jdk.internal.misc.VM Reviewed-by: chegar, dholmes
Tue, 21 Jun 2016 09:19:53 +0200 8155730: HeapInfoDCmd should get Heap_lock
ysuenaga [Tue, 21 Jun 2016 09:19:53 +0200] rev 39401
8155730: HeapInfoDCmd should get Heap_lock Reviewed-by: tschatzl, jprovino
Mon, 20 Jun 2016 22:02:20 -0700 8159666: Better CDS support for Event-based tracing
iklam [Mon, 20 Jun 2016 22:02:20 -0700] rev 39400
8159666: Better CDS support for Event-based tracing Reviewed-by: jiangli, mgronlun
Mon, 20 Jun 2016 17:38:14 +0000 Merge
coleenp [Mon, 20 Jun 2016 17:38:14 +0000] rev 39399
Merge
Mon, 20 Jun 2016 12:28:14 -0400 8159470: Error message for ICCE for MethodHandle constant pool not helpful
coleenp [Mon, 20 Jun 2016 12:28:14 -0400] rev 39398
8159470: Error message for ICCE for MethodHandle constant pool not helpful Summary: Reworded message and added test. Reviewed-by: hseigel, gtriantafill, dholmes
Mon, 20 Jun 2016 07:45:03 -0400 8157592: StackTraceLogging fails with stack overflow on 32-bit Windows
gtriantafill [Mon, 20 Jun 2016 07:45:03 -0400] rev 39397
8157592: StackTraceLogging fails with stack overflow on 32-bit Windows Reviewed-by: coleenp, dholmes, jiangli
Mon, 13 Jun 2016 13:52:38 +0200 8159366: Header guards missing for unittest.hpp
ehelin [Mon, 13 Jun 2016 13:52:38 +0200] rev 39396
8159366: Header guards missing for unittest.hpp Reviewed-by: jwilhelm, stefank, pliden
Mon, 13 Jun 2016 13:54:46 +0200 8159365: assert is not defined for unit tests
ehelin [Mon, 13 Jun 2016 13:54:46 +0200] rev 39395
8159365: assert is not defined for unit tests Reviewed-by: jwilhelm, coleenp
Mon, 13 Jun 2016 13:48:37 +0200 8159364: Gtest unit tests does not support PCH
ehelin [Mon, 13 Jun 2016 13:48:37 +0200] rev 39394
8159364: Gtest unit tests does not support PCH Reviewed-by: erikj, jwilhelm, gtriantafill
Mon, 13 Jun 2016 11:22:23 +0200 8159340: Add extension to CompileGtest.gmk
ehelin [Mon, 13 Jun 2016 11:22:23 +0200] rev 39393
8159340: Add extension to CompileGtest.gmk Reviewed-by: dholmes, gtriantafill, jwilhelm
Mon, 20 Jun 2016 00:07:51 -0400 8156181: UL: File size limit on 32 bit Linux
ysuenaga [Mon, 20 Jun 2016 00:07:51 -0400] rev 39392
8156181: UL: File size limit on 32 bit Linux Reviewed-by: mlarsson, dholmes
Sun, 19 Jun 2016 20:14:37 -0400 Merge
coleenp [Sun, 19 Jun 2016 20:14:37 -0400] rev 39391
Merge
Mon, 13 Jun 2016 09:28:25 +0200 8159335: Fix problems with stack overflow handling.
goetz [Mon, 13 Jun 2016 09:28:25 +0200] rev 39390
8159335: Fix problems with stack overflow handling. Reviewed-by: dlong, coleenp, mdoerr
Thu, 07 Jul 2016 18:21:22 +0000 Added tag jdk-9+126 for changeset 0517ab37a67c
amurillo [Thu, 07 Jul 2016 18:21:22 +0000] rev 39389
Added tag jdk-9+126 for changeset 0517ab37a67c
Tue, 12 Jul 2016 21:14:09 +0000 Merge
amurillo [Tue, 12 Jul 2016 21:14:09 +0000] rev 39388
Merge
Fri, 08 Jul 2016 09:35:14 -0700 Merge
prr [Fri, 08 Jul 2016 09:35:14 -0700] rev 39387
Merge
Fri, 01 Jul 2016 13:03:53 -0700 Merge
prr [Fri, 01 Jul 2016 13:03:53 -0700] rev 39386
Merge
Thu, 30 Jun 2016 17:35:35 +0200 8160490: "installer-only" top level target is broken
erikj [Thu, 30 Jun 2016 17:35:35 +0200] rev 39385
8160490: "installer-only" top level target is broken Reviewed-by: asemenyuk, tbell
Fri, 08 Jul 2016 08:55:54 +0200 8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
erikj [Fri, 08 Jul 2016 08:55:54 +0200] rev 39384
8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed Reviewed-by: dholmes, prr
Thu, 07 Jul 2016 18:34:58 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:34:58 +0000] rev 39383
Merge
Thu, 07 Jul 2016 18:59:30 +0000 Merge
amurillo [Thu, 07 Jul 2016 18:59:30 +0000] rev 39382
Merge
Wed, 06 Jul 2016 20:56:27 -0700 8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws)
rfield [Wed, 06 Jul 2016 20:56:27 -0700] rev 39381
8160009: JShell: Add SPI and execution to generated JShell javadoc (root ws) Reviewed-by: jlahoda
Fri, 01 Jul 2016 16:50:32 -0700 Merge
amurillo [Fri, 01 Jul 2016 16:50:32 -0700] rev 39380
Merge
Tue, 21 Jun 2016 18:10:22 +0300 8028162: Update Netbeans / Solaris Studio project files on Mac
jwilhelm [Tue, 21 Jun 2016 18:10:22 +0300] rev 39379
8028162: Update Netbeans / Solaris Studio project files on Mac 8028163: Update Netbeans / Solaris Studio project files on Linux 8028164: Update Netbeans / Solaris Studio project files on Solaris Reviewed-by: jwilhelm, erikj Contributed-by: vladimir.kvashin@oracle.com
Thu, 23 Jun 2016 17:11:18 -0700 Merge
amurillo [Thu, 23 Jun 2016 17:11:18 -0700] rev 39378
Merge
Tue, 21 Jun 2016 18:36:37 +0400 8151283: Implement setting jtreg @requires property vm.isG1Supported.
dfazunen [Tue, 21 Jun 2016 18:36:37 +0400] rev 39377
8151283: Implement setting jtreg @requires property vm.isG1Supported. Reviewed-by: tschatzl, iignatyev, mchernov
Thu, 07 Jul 2016 18:21:20 +0000 Added tag jdk-9+126 for changeset 492d4508ddf4
amurillo [Thu, 07 Jul 2016 18:21:20 +0000] rev 39376
Added tag jdk-9+126 for changeset 492d4508ddf4
Wed, 05 Jul 2017 21:55:12 +0200 Added tag jdk-9+126 for changeset 03e7b2c5ae34
duke [Wed, 05 Jul 2017 21:55:12 +0200] rev 39375
Added tag jdk-9+126 for changeset 03e7b2c5ae34
Wed, 05 Jul 2017 21:55:11 +0200 Merge jdk-9+126
duke [Wed, 05 Jul 2017 21:55:11 +0200] rev 39374
Merge
Wed, 05 Jul 2017 21:55:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:55:04 +0200] rev 39373
Merge
Mon, 04 Jul 2016 14:57:33 +0530 8132446: AsssertionError in ClassSymbol.setAnnotationType
sadayapalam [Mon, 04 Jul 2016 14:57:33 +0530] rev 39372
8132446: AsssertionError in ClassSymbol.setAnnotationType Reviewed-by: jlahoda, darcy
Mon, 04 Jul 2016 08:52:45 +0200 8148131: compilation result depends on order of sources
jlahoda [Mon, 04 Jul 2016 08:52:45 +0200] rev 39371
8148131: compilation result depends on order of sources Summary: Complete during imports phase should not trigger the hierarchy phase Reviewed-by: mcimadamore
Fri, 01 Jul 2016 14:41:07 -0700 8159111: JShell API: Add access to wrappers and dependencies
rfield [Fri, 01 Jul 2016 14:41:07 -0700] rev 39370
8159111: JShell API: Add access to wrappers and dependencies Reviewed-by: jlahoda
Fri, 01 Jul 2016 14:16:28 -0700 8159635: JShell API: Add compiler options
rfield [Fri, 01 Jul 2016 14:16:28 -0700] rev 39369
8159635: JShell API: Add compiler options Reviewed-by: jlahoda
Thu, 30 Jun 2016 22:39:09 +0000 Merge
amurillo [Thu, 30 Jun 2016 22:39:09 +0000] rev 39368
Merge
Wed, 29 Jun 2016 19:24:40 -0700 8160506: Use @implSpec tags in javax.lang.model.util
darcy [Wed, 29 Jun 2016 19:24:40 -0700] rev 39367
8160506: Use @implSpec tags in javax.lang.model.util Reviewed-by: jjg
Tue, 28 Jun 2016 13:33:04 +0200 8155026: javac grants implied readability to explicit modules
jlahoda [Tue, 28 Jun 2016 13:33:04 +0200] rev 39366
8155026: javac grants implied readability to explicit modules Summary: Automatic modules should not 'requires public' ordinary named modules Reviewed-by: jjg
Tue, 28 Jun 2016 17:39:44 -0700 8160504: Fix typo in JavacProcessingEnvironment.importStringToPattern
darcy [Tue, 28 Jun 2016 17:39:44 -0700] rev 39365
8160504: Fix typo in JavacProcessingEnvironment.importStringToPattern Reviewed-by: jjg
Tue, 28 Jun 2016 16:43:41 -0700 8160301: javadoc RootDoclmpl and DocEnv needs to be renamed
ksrini [Tue, 28 Jun 2016 16:43:41 -0700] rev 39364
8160301: javadoc RootDoclmpl and DocEnv needs to be renamed Reviewed-by: bpatel, jjg
Tue, 28 Jun 2016 15:29:20 -0700 8159970: javac, JLS8 18.2.4 is not completely implemented by the compiler
vromero [Tue, 28 Jun 2016 15:29:20 -0700] rev 39363
8159970: javac, JLS8 18.2.4 is not completely implemented by the compiler Reviewed-by: mcimadamore
Tue, 28 Jun 2016 15:46:52 +0200 8132857: Historical name of default encoding shown on encoding mismatch
jlahoda [Tue, 28 Jun 2016 15:46:52 +0200] rev 39362
8132857: Historical name of default encoding shown on encoding mismatch Summary: Using Charset.defaultCharset().name() to get the proper name of the default Charset. Reviewed-by: jjg
Mon, 27 Jun 2016 12:29:41 -0700 8159439: javac throws NPE with Module attribute and super_class != 0
vromero [Mon, 27 Jun 2016 12:29:41 -0700] rev 39361
8159439: javac throws NPE with Module attribute and super_class != 0 Reviewed-by: jjg
Thu, 30 Jun 2016 22:10:11 +0000 Added tag jdk-9+125 for changeset d4487b864f64
amurillo [Thu, 30 Jun 2016 22:10:11 +0000] rev 39360
Added tag jdk-9+125 for changeset d4487b864f64
Wed, 05 Jul 2017 21:54:54 +0200 Merge
duke [Wed, 05 Jul 2017 21:54:54 +0200] rev 39359
Merge
Thu, 30 Jun 2016 22:10:09 +0000 Added tag jdk-9+125 for changeset 68169040e394
amurillo [Thu, 30 Jun 2016 22:10:09 +0000] rev 39358
Added tag jdk-9+125 for changeset 68169040e394
Wed, 05 Jul 2017 21:54:46 +0200 Merge
duke [Wed, 05 Jul 2017 21:54:46 +0200] rev 39357
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip