Mon, 11 Aug 2014 14:03:06 +0200 8054823: Add size_t as a valid VM flag type
stefank [Mon, 11 Aug 2014 14:03:06 +0200] rev 25959
8054823: Add size_t as a valid VM flag type Reviewed-by: kvn, vlivanov, sla
Mon, 11 Aug 2014 17:12:41 +0400 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot
mgerdin [Mon, 11 Aug 2014 17:12:41 +0400] rev 25958
8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot Reviewed-by: kvn, iignatyev, mgerdin Contributed-by: andrey.x.zakharov@oracle.com
Wed, 13 Aug 2014 13:29:45 -0700 Merge
dcubed [Wed, 13 Aug 2014 13:29:45 -0700] rev 25957
Merge
Tue, 12 Aug 2014 21:16:05 -0400 Merge
hseigel [Tue, 12 Aug 2014 21:16:05 -0400] rev 25956
Merge
Tue, 12 Aug 2014 20:29:25 -0400 8050485: super() in a try block in a ctor causes VerifyError
hseigel [Tue, 12 Aug 2014 20:29:25 -0400] rev 25955
8050485: super() in a try block in a ctor causes VerifyError Summary: Parse catch clause paths to ensure they end in throws Reviewed-by: dlong, acorn, kamg, ctornqvi, lfoltan
Tue, 12 Aug 2014 17:29:47 -0700 8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1
ctornqvi [Tue, 12 Aug 2014 17:29:47 -0700] rev 25954
8054713: [TESTBUG] runtime/jsig/Test8017498.sh: Execution failed: exit code 1 Summary: Changed output directory of gcc to avoid permission problems Reviewed-by: coleenp, minqi
Tue, 12 Aug 2014 21:18:14 +0000 Merge
ctornqvi [Tue, 12 Aug 2014 21:18:14 +0000] rev 25953
Merge
Tue, 12 Aug 2014 14:06:41 -0700 8054952: [TESTBUG] Add missing NMT2 tests
gtriantafill [Tue, 12 Aug 2014 14:06:41 -0700] rev 25952
8054952: [TESTBUG] Add missing NMT2 tests Summary: The new NMT2 tests got lost on the way into jdk9 yesterday, this change adds them. Reviewed-by: coleenp, zgu, ctornqvi
Tue, 12 Aug 2014 12:39:02 -0700 8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140
zgu [Tue, 12 Aug 2014 12:39:02 -0700] rev 25951
8054938: [TESTBUG] Wrong WhiteBox.java was pushed by JDK-8044140 Summary: Reserved WhiteBox.java pushed by JDK-8044140 Reviewed-by: ccheung, hseigel
Tue, 12 Aug 2014 10:48:55 -0400 8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero
coleenp [Tue, 12 Aug 2014 10:48:55 -0400] rev 25950
8003426: Remove UseFastAccessors and UseFastEmptyMethods except for zero Summary: These options have been long disabled in Xmixed mode because they prevent these small methods from being inlined and are subject to bit rot, and we don't need more macro assembler code to maintain and change if the constant pool cache format changes. Reviewed-by: simonis, kvn
Mon, 11 Aug 2014 10:18:09 -0700 6424123: JVM crashes on failed 'strdup' call
zgu [Mon, 11 Aug 2014 10:18:09 -0700] rev 25949
6424123: JVM crashes on failed 'strdup' call Summary: Calling os::malloc()/os::strdup() and new os::strdup_check_oom() instead of ::malloc()/::strdup() for native memory tracking purpose Reviewed-by: coleenp, ctornqvi, kvn
Mon, 11 Aug 2014 07:30:46 -0700 8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu [Mon, 11 Aug 2014 07:30:46 -0700] rev 25948
8044140: Create NMT (Native Memory Tracking) tests for NMT2 Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: George Triantafillou <george.triantafillou@oracle.com>
Mon, 11 Aug 2014 07:20:39 -0700 Merge
zgu [Mon, 11 Aug 2014 07:20:39 -0700] rev 25947
Merge
Thu, 07 Aug 2014 12:18:58 -0700 8046598: Scalable Native memory tracking development
zgu [Thu, 07 Aug 2014 12:18:58 -0700] rev 25946
8046598: Scalable Native memory tracking development Summary: Enhance scalability of native memory tracking Reviewed-by: coleenp, ctornqvi, gtriantafill
Mon, 11 Aug 2014 04:37:19 -0700 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
dsamersoff [Mon, 11 Aug 2014 04:37:19 -0700] rev 25945
8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp Summary: Cast arguments on printing Reviewed-by: dholmes, sspitsyn, jbachorik
Fri, 08 Aug 2014 16:24:16 -0700 Merge
jmasa [Fri, 08 Aug 2014 16:24:16 -0700] rev 25944
Merge
Tue, 05 Aug 2014 15:41:12 -0700 8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment
jmasa [Tue, 05 Aug 2014 15:41:12 -0700] rev 25943
8034056: assert(_heap_alignment >= _space_alignment) failed: heap_alignment less than space_alignment Reviewed-by: tschatzl, sjohanss
Thu, 07 Aug 2014 22:28:53 +0200 8054341: Remove some obsolete code in G1CollectedHeap class
tschatzl [Thu, 07 Aug 2014 22:28:53 +0200] rev 25942
8054341: Remove some obsolete code in G1CollectedHeap class Summary: Remove dead code. Reviewed-by: stefank, brutisso
Thu, 07 Aug 2014 22:28:16 +0200 8052170: G1 asserts at collection exit with -XX:-G1DeferredRSUpdate
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
Mon, 18 Aug 2014 10:07:43 +0100 Merge
chegar [Mon, 18 Aug 2014 10:07:43 +0100] rev 25940
Merge
Tue, 12 Aug 2014 14:04:21 -0700 Merge
amurillo [Tue, 12 Aug 2014 14:04:21 -0700] rev 25939
Merge
Fri, 08 Aug 2014 11:36:48 -0700 Merge
amurillo [Fri, 08 Aug 2014 11:36:48 -0700] rev 25938
Merge
Fri, 08 Aug 2014 10:35:05 -0700 Merge
kvn [Fri, 08 Aug 2014 10:35:05 -0700] rev 25937
Merge
Thu, 07 Aug 2014 18:09:12 -0700 8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
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
Sat, 02 Aug 2014 07:06:08 +0200 8046698: assert(false) failed: only Initialize or AddP expected macro.cpp:943
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
Wed, 06 Aug 2014 21:21:25 +0400 8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar
iignatyev [Wed, 06 Aug 2014 21:21:25 +0400] rev 25934
8054410: compiler/7068051/Test7068051.java fails with FileNotFoundException: f3oo.jar Reviewed-by: kvn
Wed, 06 Aug 2014 08:47:40 +0200 8029443: 'assert(klass->is_loader_alive(_is_alive)) failed: must be alive' during VM_CollectForMetadataAllocation
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
Tue, 05 Aug 2014 15:02:10 -0700 8052081: Optimize generated by C2 code for Intel's Atom processor
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
Tue, 05 Aug 2014 08:19:03 -0700 8040921: Uninitialised memory in hotspot/src/share/vm/c1/c1_LinearScan.cpp
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
Tue, 05 Aug 2014 09:58:52 +0200 8054033: Remove unused references to Compile*
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
Tue, 05 Aug 2014 07:37:10 +0000 Merge
anoll [Tue, 05 Aug 2014 07:37:10 +0000] rev 25929
Merge
Tue, 05 Aug 2014 09:07:16 +0200 8054013: run hotspot JTREG compiler tests only on fastdebug platforms and also on macosx
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>
Thu, 31 Jul 2014 08:39:47 +0200 8053915: bigapps assert failure in C2: modified node is not on IGVN._worklist
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
Tue, 05 Aug 2014 08:25:10 +0200 8054081: Crashes with assert "modified node is not on IGVN._worklist"
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
Sun, 03 Aug 2014 12:04:36 +0400 8051484: Test compiler/6932496/Test6932496.java failed to compile after JDK-8011044: 1.5 is no longer supported
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
Sun, 03 Aug 2014 12:04:17 +0400 8051896: jtreg tests don't use $TESTJAVAOPTS
iignatyev [Sun, 03 Aug 2014 12:04:17 +0400] rev 25924
8051896: jtreg tests don't use $TESTJAVAOPTS Reviewed-by: kvn, ctornqvi
Fri, 01 Aug 2014 15:57:00 -0700 Merge
roland [Fri, 01 Aug 2014 15:57:00 -0700] rev 25923
Merge
Thu, 31 Jul 2014 19:59:36 +0200 8054054: 8040121 is broken
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
Tue, 29 Jul 2014 21:28:09 +0000 Merge
kvn [Tue, 29 Jul 2014 21:28:09 +0000] rev 25921
Merge
Tue, 29 Jul 2014 13:40:58 -0700 8049252: VerifyStack logic in Deoptimization::unpack_frames does not expect to see invoke bc at the top frame during normal deoptimization
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
Tue, 29 Jul 2014 13:56:29 +0200 8049043: Load variable through a pointer of an incompatible type in hotspot/src/share/vm/runtime/sharedRuntimeMath.hpp
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
Tue, 29 Jul 2014 13:54:16 +0200 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
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
Mon, 28 Jul 2014 15:06:38 -0700 8051344: JVM crashed in Compile::start() during method parsing w/ UseRTMDeopt turned on
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
Thu, 17 Jul 2014 15:40:04 -0700 8050942: PPC64: implement template interpreter for ppc64le
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
Fri, 25 Jul 2014 10:57:57 +0000 Merge
anoll [Fri, 25 Jul 2014 10:57:57 +0000] rev 25915
Merge
Fri, 25 Jul 2014 10:04:36 +0000 Merge
anoll [Fri, 25 Jul 2014 10:04:36 +0000] rev 25914
Merge
Fri, 25 Jul 2014 10:06:17 +0200 8040213: C2 does not put all modified nodes on IGVN worklist
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
Fri, 25 Jul 2014 09:44:53 +0000 Merge
anoll [Fri, 25 Jul 2014 09:44:53 +0000] rev 25912
Merge
Thu, 24 Jul 2014 09:15:38 +0200 8050860: Cleanup TypeTuple and TypeFunc
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>
Fri, 08 Aug 2014 07:38:34 -0700 Merge
jmasa [Fri, 08 Aug 2014 07:38:34 -0700] rev 25910
Merge
Thu, 07 Aug 2014 09:35:08 +0200 8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
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
Wed, 06 Aug 2014 09:55:16 +0200 8048269: Add flag to turn off class unloading after G1 concurrent mark
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
Mon, 04 Aug 2014 15:04:45 +0200 8051883: TEST.groups references missing test: gc/class_unloading/TestCMSClassUnloadingDisabledHWM.java
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
Sun, 03 Aug 2014 03:48:24 +0000 Merge
jmasa [Sun, 03 Aug 2014 03:48:24 +0000] rev 25906
Merge
Fri, 01 Aug 2014 15:40:12 -0700 8031323: Optionally align objects copied to survivor spaces
jmasa [Fri, 01 Aug 2014 15:40:12 -0700] rev 25905
8031323: Optionally align objects copied to survivor spaces Reviewed-by: brutisso, tschatzl
Thu, 07 Aug 2014 20:17:37 -0700 Merge
jmasa [Thu, 07 Aug 2014 20:17:37 -0700] rev 25904
Merge
Thu, 31 Jul 2014 09:23:24 +0200 8051973: Eager reclaim leaves marks of marked but reclaimed objects on the next bitmap
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
Tue, 05 Aug 2014 14:18:44 +0000 Merge
dsamersoff [Tue, 05 Aug 2014 14:18:44 +0000] rev 25902
Merge
Tue, 05 Aug 2014 06:11:35 -0700 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
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
Tue, 05 Aug 2014 09:11:35 -0400 8046233: VerifyError on backward branch
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
Sat, 02 Aug 2014 16:28:59 -0400 8051012: Regression in verifier for <init> method call from inside of a branch
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
Fri, 01 Aug 2014 19:03:26 -0700 Merge
sspitsyn [Fri, 01 Aug 2014 19:03:26 -0700] rev 25898
Merge
Fri, 01 Aug 2014 16:33:46 -0700 7187999: dtrace jstack action is broken
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
Thu, 31 Jul 2014 11:56:59 -0700 8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues
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
Thu, 31 Jul 2014 00:50:55 +0000 8051398: jvmti tests fieldacc002, fieldmod002 fail in nightly with errors: (watch#0) wrong location
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
Thu, 31 Jul 2014 16:39:57 -0700 Merge
jmasa [Thu, 31 Jul 2014 16:39:57 -0700] rev 25894
Merge
Tue, 29 Jul 2014 10:26:09 +0200 8050973: CMS/G1 GC: add missing Resource and Handle mark
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
Wed, 30 Jul 2014 15:14:49 -0700 Merge
sspitsyn [Wed, 30 Jul 2014 15:14:49 -0700] rev 25892
Merge
Mon, 28 Jul 2014 07:31:17 -0700 8049046: Deprecated Function in hotspot/src/os/solaris/vm/attachListener_solaris.cpp
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
Thu, 24 Jul 2014 15:06:36 -0700 Merge
jmasa [Thu, 24 Jul 2014 15:06:36 -0700] rev 25890
Merge
Wed, 23 Jul 2014 09:03:32 +0200 8027959: Early reclamation of large objects in G1
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
Mon, 11 Aug 2014 10:07:34 -0700 Merge
lana [Mon, 11 Aug 2014 10:07:34 -0700] rev 25888
Merge
Sat, 09 Aug 2014 21:27:07 -0700 Added tag jdk9-b26 for changeset 3a55fad9854a
lana [Sat, 09 Aug 2014 21:27:07 -0700] rev 25887
Added tag jdk9-b26 for changeset 3a55fad9854a
Thu, 21 Aug 2014 14:16:15 -0700 Added tag jdk9-b27 for changeset e5904519ae05
katleman [Thu, 21 Aug 2014 14:16:15 -0700] rev 25886
Added tag jdk9-b27 for changeset e5904519ae05
Thu, 28 Aug 2014 14:53:00 -0700 Merge
lana [Thu, 28 Aug 2014 14:53:00 -0700] rev 25885
Merge
Wed, 20 Aug 2014 14:11:35 +0200 8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii).
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
Tue, 19 Aug 2014 19:07:53 -0700 8055497: [infra] build failure when building bootcycle image
mchung [Tue, 19 Aug 2014 19:07:53 -0700] rev 25883
8055497: [infra] build failure when building bootcycle image Reviewed-by: naoto
Tue, 19 Aug 2014 13:43:40 +0200 8022177: Windows/MSYS builds broken
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
Mon, 18 Aug 2014 10:05:34 +0100 Merge
chegar [Mon, 18 Aug 2014 10:05:34 +0100] rev 25881
Merge
Mon, 11 Aug 2014 09:25:30 -0700 Merge
lana [Mon, 11 Aug 2014 09:25:30 -0700] rev 25880
Merge
Sat, 09 Aug 2014 21:27:00 -0700 Added tag jdk9-b26 for changeset 11e239e69325
lana [Sat, 09 Aug 2014 21:27:00 -0700] rev 25879
Added tag jdk9-b26 for changeset 11e239e69325
Thu, 21 Aug 2014 14:16:14 -0700 Added tag jdk9-b27 for changeset 98ce0879ab4c
katleman [Thu, 21 Aug 2014 14:16:14 -0700] rev 25878
Added tag jdk9-b27 for changeset 98ce0879ab4c
Wed, 05 Jul 2017 19:56:34 +0200 Added tag jdk9-b27 for changeset d06a6d3c66c0
duke [Wed, 05 Jul 2017 19:56:34 +0200] rev 25877
Added tag jdk9-b27 for changeset d06a6d3c66c0
Wed, 05 Jul 2017 19:56:33 +0200 Merge jdk9-b27
duke [Wed, 05 Jul 2017 19:56:33 +0200] rev 25876
Merge
Wed, 05 Jul 2017 19:56:24 +0200 Merge
duke [Wed, 05 Jul 2017 19:56:24 +0200] rev 25875
Merge
Sun, 17 Aug 2014 15:52:32 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:39:06 -0700 Added tag jdk9-b26 for changeset 5cc16d71dc7a
lana [Sun, 10 Aug 2014 19:39:06 -0700] rev 25873
Added tag jdk9-b26 for changeset 5cc16d71dc7a
Wed, 05 Jul 2017 19:55:59 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:59 +0200] rev 25872
Merge
Sun, 17 Aug 2014 15:52:15 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:38:59 -0700 Added tag jdk9-b26 for changeset f51938efd4f6
lana [Sun, 10 Aug 2014 19:38:59 -0700] rev 25870
Added tag jdk9-b26 for changeset f51938efd4f6
Wed, 05 Jul 2017 19:55:35 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:35 +0200] rev 25869
Merge
Sun, 17 Aug 2014 15:51:56 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:38:56 -0700 Added tag jdk9-b26 for changeset 38b0d0abca49
lana [Sun, 10 Aug 2014 19:38:56 -0700] rev 25867
Added tag jdk9-b26 for changeset 38b0d0abca49
Wed, 05 Jul 2017 19:55:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:55:15 +0200] rev 25866
Merge
Sun, 17 Aug 2014 15:56:32 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:39:07 -0700 Added tag jdk9-b26 for changeset e60692e4f736
lana [Sun, 10 Aug 2014 19:39:07 -0700] rev 25864
Added tag jdk9-b26 for changeset e60692e4f736
Wed, 05 Jul 2017 19:54:57 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:57 +0200] rev 25863
Merge
Sun, 17 Aug 2014 15:51:44 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:38:52 -0700 Added tag jdk9-b26 for changeset 30a18bb9b88d
lana [Sun, 10 Aug 2014 19:38:52 -0700] rev 25861
Added tag jdk9-b26 for changeset 30a18bb9b88d
Wed, 05 Jul 2017 19:54:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:37 +0200] rev 25860
Merge
Sun, 17 Aug 2014 15:54:13 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:39:01 -0700 Added tag jdk9-b26 for changeset 2c05592cf0f2
lana [Sun, 10 Aug 2014 19:39:01 -0700] rev 25858
Added tag jdk9-b26 for changeset 2c05592cf0f2
Wed, 05 Jul 2017 19:54:04 +0200 Merge
duke [Wed, 05 Jul 2017 19:54:04 +0200] rev 25857
Merge
Sun, 17 Aug 2014 15:56:04 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:38:53 -0700 Added tag jdk9-b26 for changeset 3a55fad9854a
lana [Sun, 10 Aug 2014 19:38:53 -0700] rev 25855
Added tag jdk9-b26 for changeset 3a55fad9854a
Sun, 17 Aug 2014 15:51:37 +0100 8054834: Modular Source Code
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
Sun, 10 Aug 2014 19:38:50 -0700 Added tag jdk9-b26 for changeset 11e239e69325
lana [Sun, 10 Aug 2014 19:38:50 -0700] rev 25853
Added tag jdk9-b26 for changeset 11e239e69325
Wed, 05 Jul 2017 19:53:51 +0200 Added tag jdk9-b26 for changeset cd6f4557e7fe
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25852
Added tag jdk9-b26 for changeset cd6f4557e7fe
Wed, 05 Jul 2017 19:53:51 +0200 Merge jdk9-b26
duke [Wed, 05 Jul 2017 19:53:51 +0200] rev 25851
Merge
Wed, 05 Jul 2017 19:53:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:47 +0200] rev 25850
Merge
Mon, 04 Aug 2014 15:33:22 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:22 -0700] rev 25849
Merge
Fri, 01 Aug 2014 11:09:40 -0700 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
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
Wed, 30 Jul 2014 20:31:39 +0400 8047072: javap OOM on fuzzed classfile
kizune [Wed, 30 Jul 2014 20:31:39 +0400] rev 25847
8047072: javap OOM on fuzzed classfile Reviewed-by: jjg
Tue, 29 Jul 2014 15:31:57 -0700 8051958: Cannot assign a value to final variable in lambda
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
Thu, 24 Jul 2014 15:12:48 -0700 8050979: Provide javadoc for "framework" classes in langtools tests
anazarov [Thu, 24 Jul 2014 15:12:48 -0700] rev 25845
8050979: Provide javadoc for "framework" classes in langtools tests Reviewed-by: jjg
Thu, 24 Jul 2014 13:11:03 +0100 8048890: Add option to keep track of symbol completion dependencies
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
Fri, 01 Aug 2014 14:09:22 -0700 Added tag jdk9-b25 for changeset 85d68faca425
tbell [Fri, 01 Aug 2014 14:09:22 -0700] rev 25843
Added tag jdk9-b25 for changeset 85d68faca425
Wed, 05 Jul 2017 19:53:39 +0200 Merge
duke [Wed, 05 Jul 2017 19:53:39 +0200] rev 25842
Merge
Mon, 04 Aug 2014 15:33:54 -0700 Merge
lana [Mon, 04 Aug 2014 15:33:54 -0700] rev 25841
Merge
Thu, 19 Jun 2014 15:35:23 -0700 8047724: @since tag cleanup in jaxws
henryjen [Thu, 19 Jun 2014 15:35:23 -0700] rev 25840
8047724: @since tag cleanup in jaxws Reviewed-by: alanb, mkos
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip