tschatzl [Thu, 07 Aug 2014 22:28:16 +0200] rev 25941
8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
Summary: Do not try to verify timing measures for the redirty logged cards phase when it is not executed.
Reviewed-by: brutisso, jmasa
chegar [Mon, 18 Aug 2014 10:07:43 +0100] rev 25940
Merge
amurillo [Tue, 12 Aug 2014 14:04:21 -0700] rev 25939
Merge
amurillo [Fri, 08 Aug 2014 11:36:48 -0700] rev 25938
Merge
kvn [Fri, 08 Aug 2014 10:35:05 -0700] rev 25937
Merge
morris [Thu, 07 Aug 2014 18:09:12 -0700] rev 25936
8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
Summary: Fixed parfait initialization issue.
Reviewed-by: kvn, twisti
roland [Sat, 02 Aug 2014 07:06:08 +0200] rev 25935
8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
Summary: PhiNode inserted between AllocateNode and Initialization node confuses allocation elimination
Reviewed-by: kvn
iignatyev [Wed, 06 Aug 2014 21:21:25 +0400] rev 25934
8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar
Reviewed-by: kvn
thartmann [Wed, 06 Aug 2014 08:47:40 +0200] rev 25933
8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
Summary: Added missing metadata relocation to 'loadConP_no_oop_cheap' on Sparc if the pointer is referring to a Klass. Added jtreg test.
Reviewed-by: kvn, roland
kvn [Tue, 05 Aug 2014 15:02:10 -0700] rev 25932
8052081: Optimize generated by C2 code for Intel's Atom processor
Summary: Allow to execute vectorization and crc32 optimization on Atom. Enable UseFPUForSpilling by default on x86.
Reviewed-by: roland
morris [Tue, 05 Aug 2014 08:19:03 -0700] rev 25931
8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
Summary: Fixed parfait initialization issue.
Reviewed-by: kvn, twisti
thartmann [Tue, 05 Aug 2014 09:58:52 +0200] rev 25930
8054033: Remove unused references to Compile*
Summary: Removed unused references to Compile* missed by JDK-8034812.
Reviewed-by: kvn, roland
anoll [Tue, 05 Aug 2014 07:37:10 +0000] rev 25929
Merge
anoll [Tue, 05 Aug 2014 09:07:16 +0200] rev 25928
8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
Summary: Modify hotspot/make/jprt.properties and make/jprt.properties on the top level to add/remove the relevant platforms.
Reviewed-by: kvn, roland
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
thartmann [Thu, 31 Jul 2014 08:39:47 +0200] rev 25927
8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist
Summary: Add modified node to the IGVN worklist in 'PhaseIdealLoop::do_range_check'.
Reviewed-by: kvn, roland
thartmann [Tue, 05 Aug 2014 08:25:10 +0200] rev 25926
8054081: Crashes with assert "modified node is not on IGVN._worklist"
Summary: Modified safepoint nodes are not added to the IGVN worklist by 'PhaseMacroExpand::scalar_replacement()'
Reviewed-by: kvn, roland
iignatyev [Sun, 03 Aug 2014 12:04:36 +0400] rev 25925
8051484: Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported
Reviewed-by: kvn, roland
iignatyev [Sun, 03 Aug 2014 12:04:17 +0400] rev 25924
8051896: jtreg tests don't use $TESTJAVAOPTS
Reviewed-by: kvn, ctornqvi
roland [Fri, 01 Aug 2014 15:57:00 -0700] rev 25923
Merge
roland [Thu, 31 Jul 2014 19:59:36 +0200] rev 25922
8054054: 8040121 is broken
Summary: C++ code pattern from 8040121 is incorrect
Reviewed-by: kvn
kvn [Tue, 29 Jul 2014 21:28:09 +0000] rev 25921
Merge
kvn [Tue, 29 Jul 2014 13:40:58 -0700] rev 25920
8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
Summary: Add missing check for reexecute flag to VerifyStack code.
Reviewed-by: roland
thartmann [Tue, 29 Jul 2014 13:56:29 +0200] rev 25919
8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
Summary: Fixed parfait warnings caused by __HI and __LO macros in sharedRuntimeMath.hpp by using a union.
Reviewed-by: kvn, drchase
thartmann [Tue, 29 Jul 2014 13:54:16 +0200] rev 25918
8040121: Load variable through a pointer of an incompatible type in src/hotspot/src/share/vm: opto/output.cpp, runtime/sharedRuntimeTrans.cpp, utilities/globalDefinitions_visCPP.hpp
Summary: Fixed parfait warnings in globalDefinitions files by using a union for casts.
Reviewed-by: kvn
fzhinkin [Mon, 28 Jul 2014 15:06:38 -0700] rev 25917
8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
Summary: call rtm_deopt() only if there were no compilation bailouts before.
Reviewed-by: kvn
kvn [Thu, 17 Jul 2014 15:40:04 -0700] rev 25916
8050942: PPC64: implement template interpreter for ppc64le
Reviewed-by: kvn, goetz
Contributed-by: asmundak@google.com
anoll [Fri, 25 Jul 2014 10:57:57 +0000] rev 25915
Merge
anoll [Fri, 25 Jul 2014 10:04:36 +0000] rev 25914
Merge
thartmann [Fri, 25 Jul 2014 10:06:17 +0200] rev 25913
8040213: C2 does not put all modified nodes on IGVN worklist
Summary: Verification code is added that checks if modified nodes are put on the IGVN worklist and modified nodes are processed by 'PhaseIterGVN::transform_old()'
Reviewed-by: kvn, jrose
anoll [Fri, 25 Jul 2014 09:44:53 +0000] rev 25912
Merge
anoll [Thu, 24 Jul 2014 09:15:38 +0200] rev 25911
8050860: Cleanup TypeTuple and TypeFunc
Summary: Declared fields TypeFunc::_domain, TypeFunc::_range, TypeTuple::_cnt and TypeTuple::_fields private, changed direct accesses to fields to use accessor methods.
Reviewed-by: kvn, vlivanov
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
jmasa [Fri, 08 Aug 2014 07:38:34 -0700] rev 25910
Merge
brutisso [Thu, 07 Aug 2014 09:35:08 +0200] rev 25909
8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
Reviewed-by: stefank, tschatzl
Contributed-by: marcus.larsson@oracle.com
stefank [Wed, 06 Aug 2014 09:55:16 +0200] rev 25908
8048269: Add flag to turn off class unloading after G1 concurrent mark
Summary: Added -XX:+/-ClassUnloadingWithConcurrentMark
Reviewed-by: jmasa, brutisso, mgerdin
stefank [Mon, 04 Aug 2014 15:04:45 +0200] rev 25907
8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
Reviewed-by: brutisso, tschatzl, ehelin, jmasa, dfazunen
jmasa [Sun, 03 Aug 2014 03:48:24 +0000] rev 25906
Merge
jmasa [Fri, 01 Aug 2014 15:40:12 -0700] rev 25905
8031323: Optionally align objects copied to survivor spaces
Reviewed-by: brutisso, tschatzl
jmasa [Thu, 07 Aug 2014 20:17:37 -0700] rev 25904
Merge
tschatzl [Thu, 31 Jul 2014 09:23:24 +0200] rev 25903
8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
Summary: Eager reclaim also needs to clear marks of eagerly reclaimed regions if they have already been marked during concurrent mark.
Reviewed-by: jmasa
dsamersoff [Tue, 05 Aug 2014 14:18:44 +0000] rev 25902
Merge
dsamersoff [Tue, 05 Aug 2014 06:11:35 -0700] rev 25901
8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
Summary: move free call few lines down
Reviewed-by: dholmes, sspitsyn
hseigel [Tue, 05 Aug 2014 09:11:35 -0400] rev 25900
8046233: VerifyError on backward branch
Summary: Remove check that causes the VerifyError
Reviewed-by: dholmes, coleenp, acorn
hseigel [Sat, 02 Aug 2014 16:28:59 -0400] rev 25899
8051012: Regression in verifier for <init> method call from inside of a branch
Summary: Fix stackmap matching for branches.
Reviewed-by: coleenp, lfoltan, acorn
sspitsyn [Fri, 01 Aug 2014 19:03:26 -0700] rev 25898
Merge
sspitsyn [Fri, 01 Aug 2014 16:33:46 -0700] rev 25897
7187999: dtrace jstack action is broken
Summary: Separate jhelper.d and hotspot provider (other USDT probes)
Reviewed-by: dholmes, dsamersoff
Contributed-by: serguei.spitsyn@oracle.com
ctornqvi [Thu, 31 Jul 2014 11:56:59 -0700] rev 25896
8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues
Summary: Removed ignore tags from already fixed tests
Reviewed-by: gtriantafill, dcubed
coleenp [Thu, 31 Jul 2014 00:50:55 +0000] rev 25895
8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
Summary: Didn't handle NULL bcp for native methods
Reviewed-by: dcubed, sspitsyn
jmasa [Thu, 31 Jul 2014 16:39:57 -0700] rev 25894
Merge
mdoerr [Tue, 29 Jul 2014 10:26:09 +0200] rev 25893
8050973: CMS/G1 GC: add missing Resource and Handle mark
Summary: Add Resource/HandleMark in the work() method of some AbstractGangTask to reclaim these resources earlier.
Reviewed-by: tschatzl, goetz
sspitsyn [Wed, 30 Jul 2014 15:14:49 -0700] rev 25892
Merge
dsamersoff [Mon, 28 Jul 2014 07:31:17 -0700] rev 25891
8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp
Summary: replace door_cred with door_ucred call
Reviewed-by: dholmes, sspitsyn
jmasa [Thu, 24 Jul 2014 15:06:36 -0700] rev 25890
Merge
tschatzl [Wed, 23 Jul 2014 09:03:32 +0200] rev 25889
8027959: Early reclamation of large objects in G1
Summary: Try to reclaim humongous objects at every young collection after doing a conservative estimate of its liveness.
Reviewed-by: brutisso, mgerdin
lana [Mon, 11 Aug 2014 10:07:34 -0700] rev 25888
Merge
lana [Sat, 09 Aug 2014 21:27:07 -0700] rev 25887
Added tag jdk9-b26 for changeset 3a55fad9854a
katleman [Thu, 21 Aug 2014 14:16:15 -0700] rev 25886
Added tag jdk9-b27 for changeset e5904519ae05
lana [Thu, 28 Aug 2014 14:53:00 -0700] rev 25885
Merge
erikj [Wed, 20 Aug 2014 14:11:35 +0200] rev 25884
8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii).
Reviewed-by: ihse
mchung [Tue, 19 Aug 2014 19:07:53 -0700] rev 25883
8055497: [infra] build failure when building bootcycle image
Reviewed-by: naoto
erikj [Tue, 19 Aug 2014 13:43:40 +0200] rev 25882
8022177: Windows/MSYS builds broken
Reviewed-by: tbell, erikj, simonis
Contributed-by: volker.simonis@gmail.com, erik.joelsson@oracle.com
chegar [Mon, 18 Aug 2014 10:05:34 +0100] rev 25881
Merge
lana [Mon, 11 Aug 2014 09:25:30 -0700] rev 25880
Merge
lana [Sat, 09 Aug 2014 21:27:00 -0700] rev 25879
Added tag jdk9-b26 for changeset 11e239e69325
katleman [Thu, 21 Aug 2014 14:16:14 -0700] rev 25878
Added tag jdk9-b27 for changeset 98ce0879ab4c
duke [Wed, 05 Jul 2017 19:56:34 +0200] rev 25877
Added tag jdk9-b27 for changeset d06a6d3c66c0
duke [Wed, 05 Jul 2017 19:56:33 +0200] rev 25876
Merge
duke [Wed, 05 Jul 2017 19:56:24 +0200] rev 25875
Merge
chegar [Sun, 17 Aug 2014 15:52:32 +0100] rev 25874
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:39:06 -0700] rev 25873
Added tag jdk9-b26 for changeset 5cc16d71dc7a
duke [Wed, 05 Jul 2017 19:55:59 +0200] rev 25872
Merge
chegar [Sun, 17 Aug 2014 15:52:15 +0100] rev 25871
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:38:59 -0700] rev 25870
Added tag jdk9-b26 for changeset f51938efd4f6
duke [Wed, 05 Jul 2017 19:55:35 +0200] rev 25869
Merge
chegar [Sun, 17 Aug 2014 15:51:56 +0100] rev 25868
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:38:56 -0700] rev 25867
Added tag jdk9-b26 for changeset 38b0d0abca49
duke [Wed, 05 Jul 2017 19:55:15 +0200] rev 25866
Merge
chegar [Sun, 17 Aug 2014 15:56:32 +0100] rev 25865
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:39:07 -0700] rev 25864
Added tag jdk9-b26 for changeset e60692e4f736
duke [Wed, 05 Jul 2017 19:54:57 +0200] rev 25863
Merge
chegar [Sun, 17 Aug 2014 15:51:44 +0100] rev 25862
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:38:52 -0700] rev 25861
Added tag jdk9-b26 for changeset 30a18bb9b88d
duke [Wed, 05 Jul 2017 19:54:37 +0200] rev 25860
Merge
chegar [Sun, 17 Aug 2014 15:54:13 +0100] rev 25859
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:39:01 -0700] rev 25858
Added tag jdk9-b26 for changeset 2c05592cf0f2
duke [Wed, 05 Jul 2017 19:54:04 +0200] rev 25857
Merge
chegar [Sun, 17 Aug 2014 15:56:04 +0100] rev 25856
8054834: Modular Source Code
Reviewed-by: alanb, chegar, mchung
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:38:53 -0700] rev 25855
Added tag jdk9-b26 for changeset 3a55fad9854a
chegar [Sun, 17 Aug 2014 15:51:37 +0100] rev 25854
8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com
lana [Sun, 10 Aug 2014 19:38:50 -0700] rev 25853
Added tag jdk9-b26 for changeset 11e239e69325
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25852
Added tag jdk9-b26 for changeset cd6f4557e7fe
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25851
Merge
duke [Wed, 05 Jul 2017 19:53:47 +0200] rev 25850
Merge
lana [Mon, 04 Aug 2014 15:33:22 -0700] rev 25849
Merge
jlahoda [Fri, 01 Aug 2014 11:09:40 -0700] rev 25848
8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
Summary: Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls.
Reviewed-by: jjg, vromero
kizune [Wed, 30 Jul 2014 20:31:39 +0400] rev 25847
8047072: javap OOM on fuzzed classfile
Reviewed-by: jjg
mcimadamore [Tue, 29 Jul 2014 15:31:57 -0700] rev 25846
8051958: Cannot assign a value to final variable in lambda
Summary: Remove Attr.owner and refactor code for detecting forward field references
Reviewed-by: vromero
anazarov [Thu, 24 Jul 2014 15:12:48 -0700] rev 25845
8050979: Provide javadoc for "framework" classes in langtools tests
Reviewed-by: jjg
mcimadamore [Thu, 24 Jul 2014 13:11:03 +0100] rev 25844
8048890: Add option to keep track of symbol completion dependencies
Summary: Generate dot file with representation of javac on-demand symbol completion dependencies
Reviewed-by: jjg, jlahoda
tbell [Fri, 01 Aug 2014 14:09:22 -0700] rev 25843
Added tag jdk9-b25 for changeset 85d68faca425
duke [Wed, 05 Jul 2017 19:53:39 +0200] rev 25842
Merge
lana [Mon, 04 Aug 2014 15:33:54 -0700] rev 25841
Merge
henryjen [Thu, 19 Jun 2014 15:35:23 -0700] rev 25840
8047724: @since tag cleanup in jaxws
Reviewed-by: alanb, mkos
tbell [Fri, 01 Aug 2014 14:09:18 -0700] rev 25839
Added tag jdk9-b25 for changeset 3dad8878772d
duke [Wed, 05 Jul 2017 19:53:32 +0200] rev 25838
Merge
lana [Mon, 04 Aug 2014 15:33:48 -0700] rev 25837
Merge
aefimov [Thu, 31 Jul 2014 11:34:34 +0400] rev 25836
8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
joehw [Wed, 30 Jul 2014 10:09:11 -0700] rev 25835
8053965: Xerces update breaks profile build
Reviewed-by: lancea, alanb
joehw [Tue, 29 Jul 2014 20:52:36 -0700] rev 25834
8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
Reviewed-by: lancea
henryjen [Wed, 02 Jul 2014 14:38:36 -0700] rev 25833
8049109: Add @since 1.9 to new packages added in jaxp
Reviewed-by: darcy, joehw
tbell [Fri, 01 Aug 2014 14:09:14 -0700] rev 25832
Added tag jdk9-b25 for changeset d553e7400295
duke [Wed, 05 Jul 2017 19:53:25 +0200] rev 25831
Merge
attila [Wed, 06 Aug 2014 11:54:50 +0200] rev 25830
8054411: Add nashorn.args.prepend system property
Reviewed-by: hannesw, jlaskey
attila [Wed, 06 Aug 2014 11:02:14 +0200] rev 25829
8051439: Wrong type calculated for ADD operator with undefined operand
Reviewed-by: jlaskey, sundar
attila [Wed, 06 Aug 2014 10:42:46 +0200] rev 25828
8044786: Some tests fail with non-optimistic compilation
Reviewed-by: hannesw, jlaskey
lana [Mon, 04 Aug 2014 15:34:57 -0700] rev 25827
Merge
sundar [Mon, 04 Aug 2014 21:37:45 +0530] rev 25826
8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
Reviewed-by: lagergren, hannesw
sundar [Thu, 31 Jul 2014 18:14:46 +0530] rev 25825
8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
Reviewed-by: hannesw, jlaskey
attila [Wed, 30 Jul 2014 10:06:42 -0700] rev 25824
8051839: GuardedInvocation needs to clone an argument
Reviewed-by: hannesw, sundar
yan [Wed, 30 Jul 2014 16:49:02 +0400] rev 25823
8049318: Test hideLocationProperties.js fails on Window due to backslash in path
Reviewed-by: lagergren, sundar
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
lagergren [Tue, 29 Jul 2014 14:35:24 -0700] rev 25822
8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
Reviewed-by: attila, jlaskey
lagergren [Tue, 29 Jul 2014 14:21:45 -0700] rev 25821
8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
Summary: Removed the native casts that slow down the compiler unnecessarily. I also modified the compile-octane harness so that it can run with --verbose and --iterations flags so that you can run the compiler for an arbitrary time, gathering a mission control executing profile.
Reviewed-by: attila, jlaskey
tbell [Fri, 01 Aug 2014 14:09:25 -0700] rev 25820
Added tag jdk9-b25 for changeset 064db4f56d0d
duke [Wed, 05 Jul 2017 19:53:19 +0200] rev 25819
Merge
tbell [Fri, 01 Aug 2014 14:09:06 -0700] rev 25818
Added tag jdk9-b25 for changeset 607831311622
duke [Wed, 05 Jul 2017 19:53:14 +0200] rev 25817
Merge
ksrini [Tue, 05 Aug 2014 19:29:00 -0700] rev 25816
8042469: Launcher changes for native memory tracking scalability enhancement
Reviewed-by: darcy, ksrini, zgu
Contributed-by: neil.toda@oracle.com
igerasim [Wed, 06 Aug 2014 02:11:17 +0400] rev 25815
8051382: Optimize java.lang.reflect.Modifier.toString()
Reviewed-by: martin
mullan [Tue, 05 Aug 2014 10:01:38 -0400] rev 25814
Merge
mullan [Tue, 05 Aug 2014 10:00:27 -0400] rev 25813
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
Reviewed-by: xuelei
vinnie [Tue, 05 Aug 2014 14:29:47 +0100] rev 25812
8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
Reviewed-by: valeriep
vinnie [Tue, 05 Aug 2014 13:59:15 +0100] rev 25811
8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
Reviewed-by: mullan
lana [Mon, 04 Aug 2014 15:34:12 -0700] rev 25810
Merge
weijun [Sun, 03 Aug 2014 20:09:08 +0800] rev 25809
8054095: No space allowed in platforms string in ProblemList.txt
Reviewed-by: weijun
Contributed-by: Amy Lu <amy.lu@oracle.com>
prappo [Fri, 01 Aug 2014 22:32:51 +0100] rev 25808
8054158: Fix typos in JNDI-related packages
Reviewed-by: rriggs, vinnie
robm [Fri, 01 Aug 2014 19:44:52 +0100] rev 25807
8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
Reviewed-by: wetmore, xuelei
alanb [Fri, 01 Aug 2014 15:50:01 +0100] rev 25806
8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win]
Reviewed-by: alanb
Contributed-by: martin.doerr@sap.com
robm [Fri, 01 Aug 2014 15:36:23 +0100] rev 25805
8031435: Ftp download does not work properly for ftp user without password
Reviewed-by: chegar
robm [Fri, 01 Aug 2014 15:34:55 +0100] rev 25804
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
Reviewed-by: rriggs
prappo [Fri, 01 Aug 2014 14:57:15 +0100] rev 25803
8051991: Flatten VersionHelper hierarchies
Reviewed-by: vinnie
dmeetry [Fri, 01 Aug 2014 16:29:46 +0400] rev 25802
8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
Reviewed-by: okutsu
xuelei [Fri, 01 Aug 2014 12:05:05 +0000] rev 25801
8052406: SSLv2Hello protocol may be filter out unexpectedly
Reviewed-by: weijun
darcy [Thu, 31 Jul 2014 17:20:40 -0700] rev 25800
8039102: Add raw and unchecked lint warnings to build of jdk repository
Reviewed-by: tbell
ntoda [Thu, 31 Jul 2014 17:01:24 -0700] rev 25799
8044867: Fix raw and unchecked lint warnings in sun.tools.*
Reviewed-by: darcy
darcy [Thu, 31 Jul 2014 11:48:39 -0700] rev 25798
8054050: Fix stay raw and unchecked lint warnings in core libs
Reviewed-by: lancea, alanb
aefimov [Thu, 31 Jul 2014 11:31:57 +0400] rev 25797
8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
chegar [Wed, 30 Jul 2014 17:42:18 +0100] rev 25796
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
Reviewed-by: rriggs, mduigou
weijun [Wed, 30 Jul 2014 15:28:09 +0800] rev 25795
8052999: ProblemList update for Unreachable.java
Reviewed-by: xuelei
ddehaven [Tue, 29 Jul 2014 09:09:55 -0700] rev 25794
Merge
alexsch [Tue, 22 Jul 2014 13:23:01 +0400] rev 25793
8030051: Check class loaders usage in Swing classes
Reviewed-by: serb, pchelko
alexsch [Tue, 22 Jul 2014 13:14:59 +0400] rev 25792
8048720: KSS sun.swing.SwingUtilities2#makeIcon
Reviewed-by: serb, pchelko
pchelko [Tue, 22 Jul 2014 11:38:22 +0400] rev 25791
8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
Reviewed-by: prr, serb
Contributed-by: Anton Melnikov <anton.melnikov@oracle.com>
pchelko [Mon, 21 Jul 2014 21:41:11 +0400] rev 25790
8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
Reviewed-by: prr, serb
prr [Mon, 21 Jul 2014 09:04:24 -0700] rev 25789
Merge
yan [Mon, 21 Jul 2014 18:10:13 +0400] rev 25788
8051440: move tests about maximizing undecorated to OpenJDK
Reviewed-by: serb
avstepan [Mon, 21 Jul 2014 13:17:43 +0400] rev 25787
8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
Reviewed-by: pchelko
dermashov [Mon, 21 Jul 2014 12:29:45 +0400] rev 25786
8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
Reviewed-by: azvegint, serb
azvegint [Fri, 18 Jul 2014 13:53:33 +0400] rev 25785
8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
Reviewed-by: anthony, serb
aeremeev [Thu, 17 Jul 2014 15:30:13 +0400] rev 25784
8044301: BasicTreeUI: "revisit when Java2D is ready"
Reviewed-by: alexsch, pchelko
prr [Wed, 16 Jul 2014 15:12:24 -0700] rev 25783
Merge
pchelko [Wed, 16 Jul 2014 16:02:51 +0400] rev 25782
8047336: Read flavormap.properties as resource
Reviewed-by: anthony, serb, alanb, mduigou
pchelko [Wed, 16 Jul 2014 15:35:36 +0400] rev 25781
8050465: Remove sun.audio package
Reviewed-by: anthony, serb
ddehaven [Tue, 15 Jul 2014 14:57:34 -0700] rev 25780
8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed
Reviewed-by: mchung
prr [Mon, 14 Jul 2014 11:11:13 -0700] rev 25779
8048583: CustomMediaSizeName class matching to standard media is too loose
Reviewed-by: bae, jgodinez
prr [Mon, 14 Jul 2014 10:29:23 -0700] rev 25778
8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
Reviewed-by: serb, pchelko
prr [Mon, 14 Jul 2014 09:48:26 -0700] rev 25777
8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes
Reviewed-by: prr, pchelko
Contributed-by: otaviojava@java.net
darcy [Mon, 14 Jul 2014 09:16:00 -0700] rev 25776
8047027: Fix raw and unchecked lint warnings in generated beaninfo files
Reviewed-by: alanb, serb
aeremeev [Mon, 14 Jul 2014 18:44:50 +0400] rev 25775
8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7
Reviewed-by: pchelko
prr [Fri, 11 Jul 2014 11:12:59 -0700] rev 25774
8048328: CUPS Printing does not report supported printer resolutions.
Reviewed-by: bae, jgodinez
pchelko [Fri, 11 Jul 2014 18:46:47 +0400] rev 25773
8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
Reviewed-by: alexsch, azvegint
aeremeev [Fri, 11 Jul 2014 16:44:11 +0400] rev 25772
8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7
Reviewed-by: pchelko
serb [Fri, 11 Jul 2014 13:32:12 +0400] rev 25771
8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
Reviewed-by: pchelko, anthony
avstepan [Fri, 11 Jul 2014 12:51:14 +0400] rev 25770
8037511: Tidy warnings cleanup for java.awt - 2d part
Reviewed-by: prr
alexsch [Fri, 11 Jul 2014 12:08:43 +0400] rev 25769
8049198: [macosx] Incorrect thread access when showing splash screen
Reviewed-by: serb, pchelko
henryjen [Mon, 23 Jun 2014 10:54:10 -0700] rev 25768
8042872: Fix raw and unchecked warnings in sun.applet
Reviewed-by: darcy, herrick
darcy [Thu, 10 Jul 2014 15:27:02 -0700] rev 25767
8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
Reviewed-by: prr
mcherkas [Thu, 10 Jul 2014 18:46:40 +0400] rev 25766
4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
Reviewed-by: prr, bae
aeremeev [Thu, 10 Jul 2014 17:20:56 +0400] rev 25765
8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7
Reviewed-by: pchelko
pchelko [Thu, 10 Jul 2014 15:08:50 +0400] rev 25764
8049830: Remove reflection from ScreenMenuBar
Reviewed-by: anthony, serb
aeremeev [Thu, 10 Jul 2014 12:21:29 +0400] rev 25763
8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7
Reviewed-by: pchelko
henryjen [Fri, 27 Jun 2014 10:29:08 -0700] rev 25762
8044862: Fix raw and unchecked lint warnings in macosx specific code
Reviewed-by: darcy, pchelko
aeremeev [Wed, 09 Jul 2014 17:11:53 +0400] rev 25761
8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7
Reviewed-by: pchelko
ssides [Wed, 09 Jul 2014 15:14:06 +0400] rev 25760
8046597: fix doclint issues in swing classes, part 4 of 4
Reviewed-by: pchelko
avstepan [Wed, 09 Jul 2014 12:56:03 +0400] rev 25759
8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
Reviewed-by: pchelko
smarks [Tue, 08 Jul 2014 09:19:29 -0700] rev 25758
8047025: Fix raw and unchecked lint warnings in generated nimbus files
Reviewed-by: henryjen, prr
anashaty [Tue, 08 Jul 2014 16:42:23 +0400] rev 25757
8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
Reviewed-by: bae, prr
avstepan [Tue, 08 Jul 2014 16:01:18 +0400] rev 25756
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
Reviewed-by: pchelko
dsamersoff [Tue, 29 Jul 2014 13:08:27 -0700] rev 25755
8053902: Fix for 8030115 breaks build on Windows and Solaris
Summary: Move variable definition to top of function
Reviewed-by: prr
jbachorik [Tue, 29 Jul 2014 10:06:02 +0200] rev 25754
8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
Reviewed-by: dholmes, dsamersoff, sspitsyn
darcy [Mon, 28 Jul 2014 23:46:03 -0700] rev 25753
8030942: Explicitly state floating-point summation requirements on non-finite inputs
Reviewed-by: psandoz
prappo [Mon, 28 Jul 2014 16:24:38 +0100] rev 25752
8051422: Remove JNDI dependency on java.applet.Applet
Reviewed-by: alanb, chegar
jbachorik [Fri, 25 Jul 2014 15:07:49 +0200] rev 25751
8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
Reviewed-by: dfuchs, egahlin, olagneau
weijun [Fri, 25 Jul 2014 17:11:03 +0800] rev 25750
8051953: Add Unreachable.java test to ProblemList on Windows
Reviewed-by: chegar
robm [Thu, 24 Jul 2014 22:22:43 +0100] rev 25749
8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
Reviewed-by: mullan
Contributed-by: Bradford Wetmore <bradford.wetmore@oracle.com>
mduigou [Thu, 24 Jul 2014 09:01:00 -0700] rev 25748
8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
Reviewed-by: psandoz, chegar
tbell [Fri, 01 Aug 2014 14:09:19 -0700] rev 25747
Added tag jdk9-b25 for changeset 48b43b7b9e0c
duke [Wed, 05 Jul 2017 19:53:00 +0200] rev 25746
Merge
lana [Mon, 04 Aug 2014 15:34:37 -0700] rev 25745
Merge
amurillo [Thu, 24 Jul 2014 13:18:15 -0700] rev 25744
Merge
rbackman [Thu, 24 Jul 2014 14:38:26 +0200] rev 25743
Merge
goetz [Fri, 18 Jul 2014 09:04:01 +0200] rev 25742
8050978: Fix bad field access check in C1 and C2
Summary: JCK8 test vm/constantpool/accessControl/accessControl004/accessControl00402m3/accessControl00402m3.html fails with -Xbatch -Xcomp due to bad field access check in C1 and C2. Fix: In ciField::ciField(), just before the canonical holder is stored into the _holder variable (and which is used by ciField::will_link()) perform an additional access check with the holder declared in the class file. If this check fails, store the declared holder instead and ciField::will_link() will bail out compilation for this field later on. Then, the interpreter will throw an PrivilegedAccessException at runtime.
Reviewed-by: kvn, vlivanov
Contributed-by: andreas.schoesser@sap.com
thartmann [Wed, 23 Jul 2014 07:53:24 +0200] rev 25741
8051550: Printing of 'cmpN_reg_branch_short' instruction shows wrong 'op2' register
Summary: Missing '$' added to the format string of the 'cmpN_reg_branch_short' instruction (sparc.ad).
Reviewed-by: kvn, iveresov
mdoerr [Thu, 17 Jul 2014 10:21:31 +0200] rev 25740
8050972: Concurrency problem in PcDesc cache
Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently.
Reviewed-by: kvn, dholmes, dcubed
anoll [Mon, 21 Jul 2014 10:25:58 +0200] rev 25739
8051303: 'optimized' build broken by JDK-8039425
Summary: Changed preprocessor directive in PhaseIterGVN::optimize()
Reviewed-by: kvn, anoll
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
iignatyev [Sat, 19 Jul 2014 13:43:02 +0400] rev 25738
Merge
iignatyev [Sat, 19 Jul 2014 00:34:40 +0400] rev 25737
8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
Reviewed-by: kvn
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler
Reviewed-by: kvn
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
Reviewed-by: kvn
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
Reviewed-by: kvn, iignatyev
fzhinkin [Sat, 19 Jul 2014 00:30:54 +0400] rev 25733
8050144: Remove '-client' from compiler/8004051/Test8004051.java's options
Reviewed-by: kvn
ppunegov [Sat, 19 Jul 2014 00:29:20 +0400] rev 25732
8048882: Some regression tests are not robust with VM output
Reviewed-by: kvn, iignatyev
jmasa [Wed, 23 Jul 2014 14:06:28 -0700] rev 25731
Merge
tschatzl [Mon, 21 Jul 2014 10:00:31 +0200] rev 25730
8048112: G1 Full GC needs to support the case when the very first region is not available
Summary: Refactor preparation for compaction during Full GC so that it lazily initializes the first compaction point. This also avoids problems later when the first region may not be committed. Also reviewed by K. Barrett.
Reviewed-by: brutisso
tschatzl [Mon, 21 Jul 2014 09:59:54 +0200] rev 25729
8048088: Conservative maximum heap alignment should take vm_allocation_granularity into account
Summary: Also consider os::vm_allocation_granularity in the calculation.
Reviewed-by: brutisso
tschatzl [Mon, 21 Jul 2014 09:59:46 +0200] rev 25728
8048085: Aborting marking just before remark results in useless additional clearing of the next mark bitmap
Summary: Skip clearing the next bitmap if we just recently aborted since the full GC already clears this bitmap.
Reviewed-by: brutisso
tschatzl [Mon, 21 Jul 2014 09:59:37 +0200] rev 25727
8049051: Use of during_initial_mark_pause() in G1CollectorPolicy::record_collection_pause_end() prevents use of seperate object copy time prediction during marking
Summary: Replaced use of during_initial_mark_pause() with the variable last_pause_included_initial_mark that holds the real old value of _during_initial_mark_pause.
Reviewed-by: brutisso, ehelin
jmasa [Fri, 18 Jul 2014 15:42:20 -0700] rev 25726
Merge
simonis [Thu, 17 Jul 2014 11:32:09 +0200] rev 25725
8050228: Rename 'rem_size' in compactibleFreeListSpace.cpp because of name clashes on AIX
Reviewed-by: dholmes, jmasa
poonam [Tue, 22 Jul 2014 06:34:42 -0700] rev 25724
8049881: jstack not working on core files
Summary: Access _trace_id field of Klass in try-catch block
Reviewed-by: dholmes, dsamersoff, mgronlun
zgu [Mon, 21 Jul 2014 09:48:38 -0400] rev 25723
Merge
zgu [Mon, 21 Jul 2014 06:00:44 -0700] rev 25722
8050167: linux-sparcv9: hs_err file does not show any stack information
Summary: Fixed creation of starting stack frame for stack walking in error handler
Reviewed-by: coleenp, mikael
kevinw [Mon, 21 Jul 2014 10:42:20 +0000] rev 25721
Merge
kevinw [Mon, 21 Jul 2014 10:40:50 +0100] rev 25720
8049684: pstack crashes on java core dump
Reviewed-by: sundar, sspitsyn
sspitsyn [Fri, 18 Jul 2014 23:53:59 -0700] rev 25719
Merge
zgu [Fri, 18 Jul 2014 11:14:20 -0700] rev 25718
8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
Summary: Fixed native memory tracking stack walking
Reviewed-by: coleenp, mikael
coleenp [Fri, 18 Jul 2014 11:22:49 -0400] rev 25717
Merge
coleenp [Mon, 14 Jul 2014 10:15:21 -0400] rev 25716
Merge
goetz [Fri, 04 Jul 2014 11:46:01 +0200] rev 25715
8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Summary: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes
coleenp [Thu, 17 Jul 2014 15:45:46 -0400] rev 25714
8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
Summary: remove bcx and mdx handling. We no longer have to convert bytecode pointers to indices for GC since Methods aren't moved.
Reviewed-by: mgerdin, kvn
mikael [Wed, 16 Jul 2014 15:04:36 -0700] rev 25713
8050802: Update jprt runthese test suite to jck-8
Reviewed-by: dholmes, kvn
sspitsyn [Tue, 15 Jul 2014 21:28:51 -0700] rev 25712
8049441: PPC64: Don't use StubCodeMarks for zero-length stubs
Summary: Remove StubCodeMark in generate_icache_flush, generate_verify_oop, generate_throw_exception
Reviewed-by: dcubed, sspitsyn
Contributed-by: volker.simonis@gmail.com
simonis [Fri, 18 Jul 2014 19:56:02 +0200] rev 25711
8051378: AIX: Change "8030763: Validate global memory allocation" breaks the HotSpot build
Reviewed-by: kvn
tbell [Fri, 01 Aug 2014 14:09:09 -0700] rev 25710
Added tag jdk9-b25 for changeset 938af06a9f70
lana [Mon, 04 Aug 2014 15:33:12 -0700] rev 25709
Merge
mikael [Thu, 31 Jul 2014 11:14:26 -0700] rev 25708
8054009: Support SKIP_BOOT_CYCLE=false when invoked from JPRT
Reviewed-by: dholmes, erikj
amurillo [Thu, 24 Jul 2014 13:25:02 -0700] rev 25707
Merge
sspitsyn [Wed, 23 Jul 2014 12:52:34 -0700] rev 25706
Merge
mikael [Wed, 16 Jul 2014 15:04:21 -0700] rev 25705
8050802: Update jprt runthese test suite to jck-8
Reviewed-by: dholmes, kvn
tbell [Fri, 01 Aug 2014 14:09:05 -0700] rev 25704
Added tag jdk9-b25 for changeset 4c599f00e556
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25703
Added tag jdk9-b25 for changeset 13a5c76976fe
duke [Wed, 05 Jul 2017 19:52:35 +0200] rev 25702
Merge
duke [Wed, 05 Jul 2017 19:52:30 +0200] rev 25701
Merge
lana [Wed, 30 Jul 2014 11:49:49 -0700] rev 25700
Merge
ksrini [Wed, 23 Jul 2014 09:19:23 -0700] rev 25699
8050319: LocalVariableTestBase has unexpected dependency on LocalVariableTableTest
Reviewed-by: jjg, ksrini
Contributed-by: andrey.x.nazarov@oracle.com
lana [Tue, 22 Jul 2014 11:54:22 -0700] rev 25698
Merge
mcimadamore [Tue, 22 Jul 2014 17:47:45 +0100] rev 25697
8049234: Add support for running/debugging bootstrap tools in IntelliJ
Summary: Add support for bootstrap tools; overhaul ant logger
Reviewed-by: vromero
darcy [Mon, 21 Jul 2014 16:21:43 -0700] rev 25696
8051482: Fix deprecation warnings in javax.lang.model.util
Reviewed-by: ksrini
sogoel [Thu, 17 Jul 2014 16:46:29 -0700] rev 25695
8050954: update DocRootSlash test for tidy error: empty <p>
Reviewed-by: ksrini, bpatel
sogoel [Thu, 17 Jul 2014 11:22:47 -0700] rev 25694
8048837: .out files for generics tests in tools/javac dir - part 3
Reviewed-by: jjg
sogoel [Thu, 17 Jul 2014 11:14:39 -0700] rev 25693
8048836: .out files for generics tests in tools/javac dir
Reviewed-by: jjg
mchung [Thu, 17 Jul 2014 10:17:58 -0700] rev 25692
8050804: (jdeps) Recommend supported API to replace use of JDK internal API
Reviewed-by: dfuchs
sogoel [Thu, 17 Jul 2014 09:56:07 -0700] rev 25691
8048833: .out files for generics tests in tools/javac dir
Reviewed-by: jjg
darcy [Thu, 17 Jul 2014 09:47:25 -0700] rev 25690
8050430: Provided new utility visitors supporting SourceVersion.RELEASE_9
Reviewed-by: jjg
tbell [Fri, 25 Jul 2014 15:38:12 -0700] rev 25689
Added tag jdk9-b24 for changeset 263f68539584
duke [Wed, 05 Jul 2017 19:52:22 +0200] rev 25688
Merge
lana [Wed, 30 Jul 2014 11:49:27 -0700] rev 25687
Merge
lana [Tue, 22 Jul 2014 11:56:48 -0700] rev 25686
Merge