goetz [Wed, 08 Jun 2016 16:07:49 +0200] rev 39229
8159056: [aix] Compressed class space not allocated in lower regions
Reviewed-by: dholmes, enevill
lmesnik [Thu, 09 Jun 2016 16:52:32 +0300] rev 39228
8156032: Clean up parallel GC specific code from vm/gc/shared/preservedMarks.cpp
Reviewed-by: stefank, tschatzl
sjohanss [Wed, 08 Jun 2016 16:26:11 +0200] rev 39227
8157243: JMap heap test fail when used with external heap
Reviewed-by: dsamersoff, ehelin
sjohanss [Thu, 09 Jun 2016 13:24:44 +0200] rev 39226
8146530: [testbug] some tests fail because the compiler is using Java heap memory
Reviewed-by: jwilhelm, jmasa, kvn
jiangli [Thu, 09 Jun 2016 00:53:07 +0200] rev 39225
Merge
jiangli [Wed, 08 Jun 2016 18:47:05 -0400] rev 39224
8158681: ClassLoader::classloader_type() is called from code not included under #if INCLUDE_CDS.
Summary: Place CDS related code under #if INCLUDE_CDS.
Reviewed-by: lfoltan, gtriantafill, coleenp
ccheung [Wed, 08 Jun 2016 12:50:23 -0700] rev 39223
8159019: ResourceMark in ClassLoader::open_versioned_entry() is being used incorrectly
Summary: Call FREE_RESOURCE_ARRAY instead of declaring a ResourceMark
Reviewed-by: hseigel, jiangli
mockner [Wed, 08 Jun 2016 18:09:04 +0200] rev 39222
Merge
goetz [Tue, 07 Jun 2016 16:08:25 +0200] rev 39221
8158929: [TESTBUG] CommitOverlappingRegions.java can not deal with pages > 32K
Reviewed-by: mockner, dholmes
sjohanss [Wed, 08 Jun 2016 16:29:12 +0200] rev 39220
8149085: IntegrationTest1.java fails intermittently due to use of semi-initialized TLAB
Reviewed-by: ehelin, mgerdin
stefank [Wed, 08 Jun 2016 11:15:49 +0200] rev 39219
8155638: Resource allocated BitMaps are often cleared twice
Reviewed-by: neliasso, kvn
coleenp [Tue, 07 Jun 2016 15:34:22 -0400] rev 39218
8158297: Lack of proper checking of non-well formed elements in CONSTANT_Utf8_info's structure
Summary: Disallow // in class file names during parsing and throw ClassNotFoundException
Reviewed-by: sspitsyn, rehn, gtriantafill
rprotacio [Tue, 07 Jun 2016 18:17:41 +0000] rev 39217
Merge
rprotacio [Tue, 07 Jun 2016 11:39:47 -0400] rev 39216
8153858: Clean up needed when obtaining the package name from a fully qualified class name
Summary: Consolidated and refactored code parsing fully qualified names. Includes gtest.
Reviewed-by: dholmes, coleenp
erikj [Tue, 07 Jun 2016 19:05:37 +0200] rev 39215
Merge
simonis [Tue, 07 Jun 2016 18:26:10 +0200] rev 39214
8158938: AIX: some more new hotspot build fixes
Reviewed-by: erikj
lmesnik [Tue, 07 Jun 2016 12:55:29 +0300] rev 39213
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
Reviewed-by: dholmes
ccheung [Tue, 07 Jun 2016 00:57:23 +0000] rev 39212
Merge
ccheung [Tue, 07 Jun 2016 00:06:17 +0000] rev 39211
Merge
ccheung [Mon, 06 Jun 2016 12:51:53 -0700] rev 39210
8153876: Replace 4K stack allocations with Resource allocations
Reviewed-by: dholmes, hseigel
mgronlun [Tue, 07 Jun 2016 01:58:33 +0200] rev 39209
Merge
mgronlun [Mon, 06 Jun 2016 20:48:56 +0200] rev 39208
8149803: Adjust lock rankings for some Event-based tracing locks
Reviewed-by: dholmes, acorn
shade [Mon, 06 Jun 2016 22:34:57 +0300] rev 39207
8075030: JvmtiEnv::GetObjectSize reports incorrect java.lang.Class instance size
Reviewed-by: coleenp, sspitsyn, sla
amurillo [Thu, 30 Jun 2016 22:10:08 +0000] rev 39206
Added tag jdk-9+125 for changeset 70cd0a0846bf
bpb [Fri, 01 Jul 2016 12:57:12 -0700] rev 39205
8160018: (fs) Remove GioFileTypeDetector on Solaris
Summary: Remove the GioFileTypeDetector from the chain of FileTypeDetectors provided by SolarisFileSystemProvider.
Reviewed-by: rriggs
erikj [Fri, 01 Jul 2016 18:29:24 +0200] rev 39204
8160728: Update compare script to clean baseline
Reviewed-by: tbell
erikj [Fri, 01 Jul 2016 17:03:59 +0200] rev 39203
8160722: Module summary generation fails on Windows 32bit
Reviewed-by: tbell
amurillo [Thu, 30 Jun 2016 22:38:09 +0000] rev 39202
Merge
amurillo [Wed, 29 Jun 2016 21:49:40 -0700] rev 39201
Merge
amurillo [Thu, 23 Jun 2016 17:07:26 -0700] rev 39200
Merge
mchernov [Fri, 17 Jun 2016 18:45:24 +0300] rev 39199
8158412: [TESTBUG] TestIHOPErgo and TestStressG1Humongous should not be executed when JFR is enabled
Reviewed-by: dfazunen, tschatzl
lmesnik [Fri, 17 Jun 2016 13:05:53 +0300] rev 39198
8157831: JVMCI tests should not be executed on linux-arm32
Reviewed-by: dpochepk, dholmes
jmasa [Sat, 11 Jun 2016 00:12:26 +0000] rev 39197
Merge
jmasa [Fri, 10 Jun 2016 15:03:10 -0700] rev 39196
Merge
jmasa [Fri, 10 Jun 2016 11:40:02 -0700] rev 39195
8026752: Cancel MetaspaceGC request for a CMS concurrent collection after GC
Reviewed-by: sjohanss, sangheki
amurillo [Fri, 10 Jun 2016 15:19:32 -0700] rev 39194
Merge
simonis [Tue, 07 Jun 2016 22:01:49 -0400] rev 39193
8158763: --disable-hotspot-gtest not working on Solaris
Reviewed-by: dholmes
erikj [Tue, 07 Jun 2016 19:05:36 +0200] rev 39192
Merge
simonis [Tue, 07 Jun 2016 18:25:53 +0200] rev 39191
8158938: AIX: some more new hotspot build fixes
Reviewed-by: erikj
lmesnik [Tue, 07 Jun 2016 12:55:09 +0300] rev 39190
8154209: Remove client VM from default JIB profile on windows-x86 and linux-x86
Reviewed-by: dholmes
erikj [Wed, 29 Jun 2016 20:00:55 +0200] rev 39189
8160571: Bootcycle builds still broken with server jvm on Windows 32bit
Reviewed-by: tbell
simonis [Tue, 28 Jun 2016 16:04:03 +0200] rev 39188
8160423: Serieal build is broken because of missing dependencies for jmod
Reviewed-by: erikj
erikj [Tue, 28 Jun 2016 14:20:17 +0200] rev 39187
8160285: Bootcycle builds are broken on jdk9/hs for windows i586
Reviewed-by: dholmes
amurillo [Thu, 30 Jun 2016 22:10:08 +0000] rev 39186
Added tag jdk-9+125 for changeset 1f71a5d2b20b
duke [Wed, 05 Jul 2017 21:53:19 +0200] rev 39185
Added tag jdk-9+125 for changeset 3aa52182b3ad
duke [Wed, 05 Jul 2017 21:53:18 +0200] rev 39184
Merge
duke [Wed, 05 Jul 2017 21:53:11 +0200] rev 39183
Merge
jlahoda [Mon, 27 Jun 2016 09:43:12 +0200] rev 39182
8150860: Mach 5 tier1 test started failing - jdk/jshell/ComputeFQNsTest.java (after 8131027/8150814)
Summary: Correctly escaping '\' in paths; rethrowing exceptions from evaluation to improve debuggability of the test
Reviewed-by: jjg
ksrini [Fri, 24 Jun 2016 16:00:43 -0700] rev 39181
8160135: The Html doclet handles options incorrectly
Reviewed-by: jjg
lana [Thu, 23 Jun 2016 21:13:09 +0000] rev 39180
Merge
jjg [Wed, 22 Jun 2016 17:20:53 -0700] rev 39179
8154399: Need replacement for jdk.javadoc/com.sun.tools.doclets.standard.Standard
8159096: Expose (new) Standard doclet class.
Reviewed-by: alanb, erikj, ksrini
jlahoda [Tue, 21 Jun 2016 21:06:54 +0200] rev 39178
8136453: Parameter name indices array size not updated correctly
Summary: Correctly resizing ClassReader.parameterNameIndices array.
Reviewed-by: mcimadamore
mcimadamore [Tue, 21 Jun 2016 15:31:08 +0100] rev 39177
8159834: Add some support for jtreg test headers in IntelliJ langtools project
Summary: Add live templates to help creation of jtreg tests
Reviewed-by: jlahoda
jjg [Mon, 20 Jun 2016 13:21:09 -0700] rev 39176
8159537: create build file to generate diags reports for all locales
Reviewed-by: mcimadamore
lana [Thu, 23 Jun 2016 20:35:16 +0000] rev 39175
Added tag jdk-9+124 for changeset 956490b8da9c
duke [Wed, 05 Jul 2017 21:53:02 +0200] rev 39174
Merge
dfuchs [Fri, 24 Jun 2016 16:00:03 +0100] rev 39173
8150173: JAXBContext.newInstance causes PrivilegedActionException when createContext's declared in abstract class extended by discovered JAXB implementation
Summary: trivial fix - the concrete class must be instantiated, not the class that defines the createContext method.
Reviewed-by: lancea, mchung
lana [Thu, 23 Jun 2016 20:35:14 +0000] rev 39172
Added tag jdk-9+124 for changeset b3344e373fbe
duke [Wed, 05 Jul 2017 21:52:56 +0200] rev 39171
Merge
lana [Thu, 23 Jun 2016 20:35:14 +0000] rev 39170
Added tag jdk-9+124 for changeset ed6e6065418a