coleenp [Thu, 28 Aug 2014 15:44:02 +0000] rev 26414
Merge
coleenp [Thu, 28 Aug 2014 11:30:11 -0400] rev 26413
Merge
coleenp [Thu, 28 Aug 2014 11:29:09 -0400] rev 26412
8049105: Move array component mirror to instance of java/lang/Class (hotspot part 2)
Summary: This removes component mirrors from arrayKlass metadata and the C2 intrinsic for them.
Reviewed-by: kvn, twisti, mgerdin
dsamersoff [Thu, 28 Aug 2014 07:46:49 -0700] rev 26411
8029172: warnings from b117 for hotspot.agent.src.os.linux: JNI exception pending
Summary: Added missed exception checks
Reviewed-by: chegar, sla
dsamersoff [Thu, 28 Aug 2014 06:32:16 -0700] rev 26410
8031583: warnings from b03 for hotspot/agent/src/os/solaris/proc: JNI exception pending
Summary: Added missed exception checks
Reviewed-by: sla, sspitsyn
sla [Thu, 28 Aug 2014 10:28:21 +0200] rev 26409
8055755: Information about loaded dynamic libraries is wrong on MacOSX
Summary: The information about loaded dynamic libraries printed in hs_err_pid files or by running the jcmd VM.dynlib is partly incorrect. The address printed in front of the library file name is wrong.
Reviewed-by: sla, gziemski, gtriantafill
Contributed-by: fredrik.arvidsson@oracle.com
ccheung [Wed, 27 Aug 2014 10:42:28 -0700] rev 26408
8056175: Change "8048150: Allow easy configurations for large CDS archives" triggers conversion warning with older GCC
Summary: cast the result of the conversion to uintx
Reviewed-by: ccheung, coleenp
Contributed-by: volker.simonis@gmail.com
katleman [Thu, 11 Sep 2014 09:08:47 -0700] rev 26407
Added tag jdk9-b30 for changeset 9628dff9b9a1
lana [Thu, 11 Sep 2014 14:27:55 -0700] rev 26406
Merge
chegar [Thu, 11 Sep 2014 10:29:15 +0100] rev 26405
8058117: Missing jdk.deploy.osx from modules.xml
Reviewed-by: alanb, mchung
lana [Wed, 10 Sep 2014 19:36:32 -0700] rev 26404
Merge
mchung [Wed, 10 Sep 2014 17:32:40 -0700] rev 26403
8057627: Add org.w3c.dom.ranges and org.w3c.dom.traversal as exported API in modules.xml
Reviewed-by: alanb
mduigou [Wed, 10 Sep 2014 12:28:14 -0700] rev 26402
8056195: Add CUSTOM_SUMMARY_AND_WARNINGS_HOOK
Reviewed-by: ihse, erikj
coffeys [Wed, 10 Sep 2014 16:13:35 +0100] rev 26401
8057813: Alterations to jdk_security3 test target
Reviewed-by: mullan, wetmore, xuelei
simonis [Tue, 09 Sep 2014 17:42:07 +0100] rev 26400
8057538: Build the freetype library during configure on Windows
Reviewed-by: erikj, ihse
ihse [Tue, 09 Sep 2014 15:12:50 +0200] rev 26399
8057125: The fix for JDK-8027627 was incomplete: Don't hardcode bash anywhere.
Reviewed-by: erikj
erikj [Fri, 05 Sep 2014 12:42:41 +0200] rev 26398
8057537: Serialize reconfigure and fix make clean-foo foo
Reviewed-by: dholmes, ihse, tbell
katleman [Thu, 11 Sep 2014 09:08:38 -0700] rev 26397
Added tag jdk9-b30 for changeset 8d6d3257c748
duke [Wed, 05 Jul 2017 20:00:08 +0200] rev 26396
Added tag jdk9-b30 for changeset b2287cac7813
duke [Wed, 05 Jul 2017 20:00:07 +0200] rev 26395
Merge
duke [Wed, 05 Jul 2017 20:00:03 +0200] rev 26394
Merge
lana [Thu, 04 Sep 2014 14:45:48 -0700] rev 26393
Merge
jlahoda [Thu, 04 Sep 2014 08:49:20 +0200] rev 26392
8047675: tools/javac/defaultMethods/Assertions.java fails if run with -enableassertions (-ea)
Summary: Using ToolBox to start new Java processes, to avoid passing default VM options to the newly started process.
Reviewed-by: jjg
jlahoda [Thu, 04 Sep 2014 08:48:29 +0200] rev 26391
8054563: Update RunCodingRules.java for source code reorg
Summary: Tests RunCodingRules and MessageInfo fixed to work in the new source code structure.
Reviewed-by: jjg
jjg [Wed, 03 Sep 2014 14:19:39 -0700] rev 26390
8038414: Constant pool's strings are not escaped properly
Reviewed-by: jjg, mcimadamore, ksrini
jjg [Wed, 03 Sep 2014 14:06:25 -0700] rev 26389
8034861: Incorrect format and indentation of InnerClasses section
Reviewed-by: jjg, ksrini, mcimadamore, lagergren
kizune [Wed, 03 Sep 2014 19:22:16 +0400] rev 26388
8044597: Request to update tools/javap/T4501661.java to add test for package option
Reviewed-by: jjg
mcimadamore [Mon, 01 Sep 2014 17:41:01 +0100] rev 26387
8057005: IntelliJ should allow import for nested classes
Summary: Minor tweaks to langtools intellij project
Reviewed-by: jfranck