lana [Mon, 11 Aug 2014 11:27:24 -0700] rev 25978
Merge
lana [Mon, 11 Aug 2014 11:00:20 -0700] rev 25977
Merge
lancea [Mon, 11 Aug 2014 14:22:22 -0400] rev 25976
8054555: javadoc cleanup for java.sql and javax.sql
Reviewed-by: darcy, igerasim
msheppar [Mon, 11 Aug 2014 15:34:24 +0100] rev 25975
8054118: java/net/ipv6tests/UdpTest.java failed intermittently
Summary: ignore the Teredo interface on windows test machines
Reviewed-by: chegar
weijun [Mon, 11 Aug 2014 11:11:55 +0800] rev 25974
6997010: Consolidate java.security files into one file with modifications
Reviewed-by: mullan, erikj
lana [Sat, 09 Aug 2014 21:27:33 -0700] rev 25973
Added tag jdk9-b26 for changeset dca4e4c83da4
ascarpino [Fri, 08 Aug 2014 14:17:14 -0700] rev 25972
8054366: Broken link in SecureRandom.html
Reviewed-by: xuelei, mullan, wetmore
Contributed-by: Jamil Nimeh <jamil.j.nimeh@oracle.com>
valeriep [Fri, 08 Aug 2014 17:47:50 +0000] rev 25971
8043836: Need new tests for AES cipher
Summary: Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider
Reviewed-by: valeriep
Contributed-by: felix.yang@oracle.com
bchristi [Thu, 07 Aug 2014 14:20:53 -0700] rev 25970
8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
Reviewed-by: chegar
egahlin [Thu, 07 Aug 2014 15:16:35 +0200] rev 25969
8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
Reviewed-by: jbachorik
igerasim [Thu, 07 Aug 2014 15:32:23 +0400] rev 25968
8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
Reviewed-by: mullan, valeriep
igerasim [Thu, 07 Aug 2014 15:07:33 +0400] rev 25967
8054221: StringJoiner imlementation optimization
Reviewed-by: martin
okutsu [Thu, 07 Aug 2014 13:04:26 +0900] rev 25966
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
Reviewed-by: naoto, alanb
katleman [Thu, 21 Aug 2014 14:16:26 -0700] rev 25965
Added tag jdk9-b27 for changeset 3317bb8137f4
duke [Wed, 05 Jul 2017 19:57:04 +0200] rev 25964
Merge
lana [Thu, 28 Aug 2014 14:53:43 -0700] rev 25963
Merge
amurillo [Tue, 19 Aug 2014 11:17:44 -0700] rev 25962
Merge
amurillo [Fri, 15 Aug 2014 09:19:22 -0700] rev 25961
Merge
jmasa [Thu, 14 Aug 2014 18:42:08 +0000] rev 25960
Merge
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
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
dcubed [Wed, 13 Aug 2014 13:29:45 -0700] rev 25957
Merge
hseigel [Tue, 12 Aug 2014 21:16:05 -0400] rev 25956
Merge
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
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
ctornqvi [Tue, 12 Aug 2014 21:18:14 +0000] rev 25953
Merge
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
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
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
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
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>
zgu [Mon, 11 Aug 2014 07:20:39 -0700] rev 25947
Merge
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
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
jmasa [Fri, 08 Aug 2014 16:24:16 -0700] rev 25944
Merge
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
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
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