roland [Thu, 15 Oct 2015 09:40:45 +0200] rev 33180
8138956: Elide more final field's write memory barrier with escape analysis result
Summary: membar for final/stable fields eliminated if possible
Reviewed-by: roland, mdoerr, enevill, aph
Contributed-by: hui.shi@linaro.org
twisti [Wed, 14 Oct 2015 12:29:18 -1000] rev 33179
8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be
Reviewed-by: kvn
twisti [Wed, 14 Oct 2015 09:22:21 -1000] rev 33178
8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts
Reviewed-by: iveresov, kvn
twisti [Tue, 13 Oct 2015 09:21:10 -1000] rev 33177
8139524: JVMCI cannot be initialized with CMS or Serial GCs
Reviewed-by: iveresov
enevill [Thu, 08 Oct 2015 13:14:46 +0000] rev 33176
8139043: aarch64: add support for adler32 intrinsic
Summary: Add adler32 support like 8132081 for sparc
Reviewed-by: kvn
aph [Tue, 29 Sep 2015 17:01:37 +0000] rev 33175
8138575: Improve generated code for profile counters
Reviewed-by: kvn
aph [Wed, 30 Sep 2015 13:23:46 +0000] rev 33174
8138641: Disable C2 peephole by default for aarch64
Reviewed-by: roland
Contributed-by: felix.yang@linaro.org
roland [Tue, 13 Oct 2015 13:23:42 +0000] rev 33173
Merge
enevill [Tue, 13 Oct 2015 09:40:39 +0200] rev 33172
8139259: aarch64: jtreg test TestLogSum segvs after 8132207
Summary: Fix jump to 0 caused by uninitialised _dexp in 8132207
Reviewed-by: roland, kvn
zmajo [Tue, 13 Oct 2015 10:09:57 +0200] rev 33171
8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
Summary: Raise upper bound of TypeProfileWidth from 4 to 8.
Reviewed-by: iveresov, twisti
mdoerr [Mon, 12 Oct 2015 12:20:38 +0200] rev 33170
8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
Summary: Register R12 must be preserved for stub calls (e.g. deopt handler).
Reviewed-by: goetz
iveresov [Mon, 12 Oct 2015 16:35:40 -0700] rev 33169
8139454: java/lang/Math/WorstCaseTests.java crashes on Linux-amd64
Summary: Emit the form of pextrw that works with sse2
Reviewed-by: iveresov, twisti
Contributed-by: vivek.r.deshpande@intel.com
redestad [Mon, 12 Oct 2015 14:54:39 +0200] rev 33168
8134607: Remove per-compiler performance counters
Reviewed-by: twisti, neliasso
iveresov [Fri, 09 Oct 2015 21:04:19 +0000] rev 33167
Merge
iveresov [Fri, 09 Oct 2015 12:17:58 -0700] rev 33166
8136725: Provide utility for creation a counted loop reserve copy (clone)
Summary: Make it easier to revert to the original loop should that be needed
Reviewed-by: kvn
Contributed-by: jan.civlin@intel.com
twisti [Fri, 09 Oct 2015 09:09:05 -1000] rev 33165
8138820: JDK Hotspot build fails with Xcode 7.0.1
Reviewed-by: iveresov
zmajo [Fri, 09 Oct 2015 15:00:17 +0200] rev 33164
8081288: erronous free in RegClass::~RegClass()
Summary: Remove the erronous free.
Reviewed-by: kvn
zmajo [Fri, 09 Oct 2015 14:21:26 +0200] rev 33163
8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add range check or constraint where necessary.
Reviewed-by: roland, thartmann
thartmann [Fri, 09 Oct 2015 11:28:11 +0200] rev 33162
8139150: ClassVerifier frees exception message while it's still in use
Summary: Remove ResourceMark in StackMapReader::parse_verification_type() to avoid freeing of error message.
Reviewed-by: zmajo, dcubed, hseigel
dlong [Fri, 09 Oct 2015 02:43:50 -0400] rev 33161
Merge
twisti [Thu, 08 Oct 2015 12:49:30 -1000] rev 33160
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
zmajo [Thu, 08 Oct 2015 10:25:45 +0000] rev 33159
Merge
zmajo [Thu, 08 Oct 2015 12:10:19 +0200] rev 33158
8137160: Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup
Summary: Change two code locations to use live_nodes() instead of unique() for allocating memory. Adjust comments.
Reviewed-by: kvn
thartmann [Thu, 08 Oct 2015 07:51:17 +0000] rev 33157
Merge
thartmann [Thu, 08 Oct 2015 08:54:57 +0200] rev 33156
8139048: Quarantine compiler/startup/SmallCodeCacheStartup.java
Summary: Quarantine the test because it fails on JPRT for the CPU, CompactStrings and JVMCI repositories.
Reviewed-by: roland
jwilhelm [Thu, 15 Oct 2015 13:28:22 +0200] rev 33155
Merge
brutisso [Fri, 09 Oct 2015 20:45:45 +0000] rev 33154
Merge
brutisso [Fri, 09 Oct 2015 20:52:59 +0200] rev 33153
8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
Reviewed-by: jwilhelm, ecaspole
brutisso [Fri, 09 Oct 2015 20:31:56 +0200] rev 33152
8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
Reviewed-by: ecaspole, jwilhelm
kbarrett [Fri, 09 Oct 2015 14:08:15 -0400] rev 33151
8138659: Speed up InstanceKlass subclass discrimination
Summary: Add _misc_kind field and flags, move around predicates.
Reviewed-by: coleenp, stefank
ehelin [Fri, 09 Oct 2015 15:48:30 +0200] rev 33150
8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
Reviewed-by: jwilhelm, mgerdin
david [Fri, 09 Oct 2015 08:46:44 +0000] rev 33149
Merge
david [Fri, 09 Oct 2015 09:42:33 +0200] rev 33148
8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Reviewed-by: goetz, brutisso
mgerdin [Fri, 09 Oct 2015 09:00:33 +0200] rev 33147
8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp
Reviewed-by: dcubed, kbarrett, coleenp
brutisso [Thu, 08 Oct 2015 12:44:12 +0200] rev 33146
8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
Reviewed-by: jwilhelm, david
jwilhelm [Thu, 08 Oct 2015 22:35:20 +0200] rev 33145
Merge
sangheki [Mon, 05 Oct 2015 14:56:19 -0700] rev 33144
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add ranges and constraint functions for GC flags.
Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
ehelin [Thu, 08 Oct 2015 12:47:17 +0200] rev 33143
8139134: Wrong tenuring threshold in young GC trace event
Reviewed-by: ehelin, jwilhelm
Contributed-by: Carsten Varming <cvarming@twitter.com>
goetz [Fri, 02 Oct 2015 11:46:42 +0200] rev 33142
8138733: Fix build: gcc < 4.8 doesn't grok -Wno-format-zero-length added in 8080775
Summary: Also fix one problematic format on ppc.
Reviewed-by: david, simonis
iignatyev [Thu, 08 Oct 2015 01:04:29 +0000] rev 33141
Merge
kzhaldyb [Wed, 07 Oct 2015 18:02:25 +0300] rev 33140
8138958: Quarantine gc/g1/mixedgc/TestLogging.java test
Reviewed-by: brutisso, iignatyev
dcubed [Wed, 07 Oct 2015 22:54:08 +0000] rev 33139
Merge
dcubed [Wed, 07 Oct 2015 16:41:21 +0000] rev 33138
Merge
stuefe [Thu, 01 Oct 2015 09:30:19 +0200] rev 33137
8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: simonis, ihse, prr, goetz, dcubed
ctornqvi [Wed, 07 Oct 2015 20:45:15 +0000] rev 33136
Merge
gtriantafill [Wed, 07 Oct 2015 11:37:46 -0400] rev 33135
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
Reviewed-by: ddmitriev, ctornqvi, coleenp
ehelin [Wed, 07 Oct 2015 17:33:42 +0000] rev 33134
Merge
ehelin [Wed, 07 Oct 2015 17:00:02 +0200] rev 33133
8138971: G1CollectorPolicy::_rs_lengths_prediction is not initialized before use
Reviewed-by: mgerdin, jwilhelm
david [Wed, 07 Oct 2015 14:56:53 +0000] rev 33132
Merge
david [Wed, 07 Oct 2015 15:27:02 +0200] rev 33131
8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
Reviewed-by: jwilhelm, mgerdin
ehelin [Wed, 07 Oct 2015 15:06:52 +0200] rev 33130
8138969: G1CollectorPolicy should use const for applicable methods
Reviewed-by: mgerdin, jwilhelm
jwilhelm [Wed, 07 Oct 2015 01:03:24 +0200] rev 33129
Merge
coleenp [Tue, 06 Oct 2015 18:51:47 +0000] rev 33128
Merge
mockner [Tue, 06 Oct 2015 14:27:39 -0400] rev 33127
8138917: Back out change for 8130681
Summary: Change 8130681 has been backed out.
Reviewed-by: coleenp, gtriantafill
brutisso [Tue, 06 Oct 2015 14:27:03 +0200] rev 33126
8138707: TestPromotionEventWithParallelScavenge.java crashes using undefined GC id.
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:26:13 +0200] rev 33125
8138863: Refactor WaitForBarrierGCTask
Reviewed-by: mgerdin, jwilhelm
brutisso [Tue, 06 Oct 2015 14:25:02 +0200] rev 33124
8138862: Remove some unused code and subclasses in gcTaskManager.hpp/cpp
Reviewed-by: mgerdin, jwilhelm
pliden [Tue, 06 Oct 2015 08:05:11 +0200] rev 33123
8138846: Remove unused enum ConcurrentGCThread::CGC_flag_type
Reviewed-by: jwilhelm, brutisso
kbarrett [Mon, 05 Oct 2015 21:17:11 -0400] rev 33122
8138833: Remove CMMarkStack::drain
Summary: Remove unused functions and data members.
Reviewed-by: pliden, brutisso
iklam [Mon, 05 Oct 2015 13:25:01 -0700] rev 33121
8078295: hotspot test_env.sh can set VM_CPU incorrectly
Summary: Use sed script to filter out irrelevant parts of -Xinternalversion
Reviewed-by: dlong, dcubed, dsamersoff
goetz [Mon, 28 Sep 2015 12:57:47 +0200] rev 33120
8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"
Reviewed-by: mlarsson, stuefe
dcubed [Fri, 02 Oct 2015 16:48:31 +0000] rev 33119
Merge
ddmitriev [Fri, 02 Oct 2015 09:04:10 -0700] rev 33118
8138769: [TESTBUG] restore lost line from JDK-8137105 fix
Reviewed-by: dcubed, rdurbin
ctornqvi [Fri, 02 Oct 2015 06:06:22 -0700] rev 33117
8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
Reviewed-by: coleenp
dcubed [Fri, 02 Oct 2015 12:44:02 +0000] rev 33116
Merge
dcubed [Fri, 02 Oct 2015 11:58:41 +0000] rev 33115
Merge
dcubed [Thu, 01 Oct 2015 13:43:23 -0700] rev 33114
8137105: [TESTBUG] Add test cases for VM Options file feature with removed file size limit
Summary: Update TestVMOptionsFile.java to match fix for 8135195; other minor cleanups.
Reviewed-by: dcubed, rdurbin
dcubed [Thu, 01 Oct 2015 13:42:42 -0700] rev 33113
8135195: VM Options file should not be limited to 1k in bytes
Summary: Change Arguments::parse_vm_options_file() to remove 1024 byte limit on the VM options file.
Reviewed-by: dcubed, hseigel, gthornbr, dsamersoff, ddmitriev, coleenp
david [Fri, 02 Oct 2015 11:02:11 +0000] rev 33112
Merge
david [Fri, 02 Oct 2015 10:43:19 +0200] rev 33111
8138637: Remove err_msg from LOG_PREFIX macro
Reviewed-by: brutisso
erikj [Fri, 02 Oct 2015 10:15:46 +0200] rev 33110
8138692: libjsig compilation is missing EXTRA_CFLAGS on macosx
Reviewed-by: ihse, mikael
hseigel [Thu, 01 Oct 2015 15:14:15 -0400] rev 33109
8138574: [TESTBUG] TestBasicLogOutput.java doesn't account for padding
Summary: TestBasicLogOutput.java edited to account for padding in tag descriptors
Reviewed-by: ddmitriev, hseigel, coleenp
Contributed-by: rachel.protacio@oracle.com
aharlap [Wed, 30 Sep 2015 18:09:40 -0400] rev 33108
8130265: gctests/LargeObjects/large001 fails with OutOfMemoryError: Java heap space
Summary: Avoided G1 OutOfMemoryError by adding extra expand heap call
Reviewed-by: jwilhelm, tschatzl
brutisso [Wed, 30 Sep 2015 09:07:21 +0200] rev 33107
8134953: Make the GC ID available in a central place
Reviewed-by: pliden, jmasa
brutisso [Tue, 29 Sep 2015 17:44:58 +0200] rev 33106
8133706: Kitchensink hanged
Reviewed-by: pliden, jmasa
david [Tue, 29 Sep 2015 11:02:08 +0200] rev 33105
8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden
jwilhelm [Mon, 28 Sep 2015 15:05:02 +0200] rev 33104
Merge
brutisso [Mon, 28 Sep 2015 09:28:53 +0200] rev 33103
8136991: [REDO] Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: kbarrett, tschatzl
kzhaldyb [Thu, 24 Sep 2015 18:48:50 +0300] rev 33102
8136398: Create test that checks that G1 MixedGC produces correct output to logfile
Summary: Added test that checks that G1 MixedGC produces correct output to logfile
Reviewed-by: tschatzl
dsamersoff [Fri, 25 Sep 2015 10:21:53 +0200] rev 33101
Merge
dsamersoff [Thu, 24 Sep 2015 20:39:55 +0300] rev 33100
8086134: Deadlock detection fails to attach to core file
Summary: Test reimplemented for jtreg
Reviewed-by: jbachorik
mockner [Thu, 24 Sep 2015 11:26:30 -0400] rev 33099
8130681: Kitchensink startup crashes JVM with NMT overlapping ranges
Summary: add_committed_region now handles overlapping commits.
Reviewed-by: hseigel, coleenp
mlarsson [Thu, 24 Sep 2015 16:19:15 +0200] rev 33098
Merge
mlarsson [Thu, 24 Sep 2015 12:36:04 +0200] rev 33097
8046148: JEP 158: Unified JVM Logging
Reviewed-by: coleenp, sla
aph [Thu, 24 Sep 2015 12:04:57 +0200] rev 33096
8135018: AARCH64: Missing memory barriers for CMS collector
Summary: Add StoreStore barrier when CMS needs them
Reviewed-by: tschatzl
ddmitriev [Wed, 23 Sep 2015 22:04:23 +0300] rev 33095
8073331: [TESTBUG] Test for VM option file feature (VM options specified in file)
Reviewed-by: dcubed, gtriantafill, rdurbin
ctornqvi [Wed, 23 Sep 2015 05:18:00 -0700] rev 33094
8027565: Enable /d2Zi+ when building with Visual Studio 2013
Reviewed-by: dcubed, ihse
ecaspole [Mon, 21 Sep 2015 10:36:36 -0400] rev 33093
8131645: [ARM64] crash on Cavium when using G1
Summary: Add a fence when creating the CodeRootSetTable so the readers do not see invalid memory.
Reviewed-by: aph, tschatzl
amurillo [Thu, 08 Oct 2015 14:28:55 -0700] rev 33092
Merge
dlong [Thu, 08 Oct 2015 19:16:42 +0000] rev 33091
Merge
adinn [Wed, 07 Oct 2015 06:56:58 -0400] rev 33090
8139042: AARCH64: Correct regression introduced by 8080293
Summary: Reinstate unsafe volatile optimization broken by JDK-8080293
Reviewed-by: aph, kvn
iveresov [Mon, 05 Oct 2015 20:02:40 -0700] rev 33089
8132207: update for x86 exp in the math lib
Summary: Add new java.lang.Math() intrinsics from x86
Reviewed-by: kvn, iveresov
Contributed-by: vivek.r.deshpande@intel.com
enevill [Wed, 30 Sep 2015 04:35:39 -0400] rev 33088
8138583: aarch64: add support for vectorizing fabs/fneg
Reviewed-by: aph, roland
Contributed-by: felix.yang@linaro.org
iveresov [Thu, 08 Oct 2015 09:51:12 -0700] rev 33087
8139094: Tier1 test java/util/zip/TestCRC32C.java fails due to fixes for JDK-8134553
Summary: Match correct intrinsic kind
Reviewed-by: iveresov, kvn
Contributed-by: tomasz.wojtowicz@intel.com
amurillo [Thu, 01 Oct 2015 11:52:44 -0700] rev 33086
Merge
enevill [Wed, 23 Sep 2015 12:39:30 -0400] rev 33085
8135231: aarch64: add support for vectorizing double precision sqrt
Reviewed-by: roland, aph
aph [Mon, 28 Sep 2015 16:18:15 +0000] rev 33084
8136165: AARCH64: Tidy up compiled native calls
Summary: Do some cleaning
Reviewed-by: roland, kvn, enevill
iveresov [Fri, 25 Sep 2015 12:04:35 -0700] rev 33083
Merge
roland [Thu, 17 Sep 2015 16:53:42 +0200] rev 33082
8136820: Generate better code for some Unsafe addressing patterns
Summary: reshape address computation to move invariant part out of loops
Reviewed-by: kvn
ppunegov [Thu, 24 Sep 2015 20:13:04 +0300] rev 33081
8066157: JEP-JDK-8046155: Test task: method matcher
Summary: MethodMatcher test and framework
Reviewed-by: iignatyev, neliasso
kzhaldyb [Thu, 24 Sep 2015 18:24:10 +0300] rev 33080
8137020: [TESTBUG] Utils.runAndCheckException doesn't work well if no exception thrown
Summary: Changed handling a case when expected exception wasn't thrown
Reviewed-by: iignatyev
enevill [Wed, 16 Sep 2015 13:50:57 +0000] rev 33079
8136615: aarch64: elide DecodeN when followed by CmpP 0
Summary: remove DecodeN when comparing a narrow oop with 0
Reviewed-by: kvn, adinn
roland [Tue, 22 Sep 2015 15:25:34 +0200] rev 33078
8136926: phi == NULL assert in PhaseIdealLoop::try_move_store_after_loop
Summary: multiple phis on same slice are possible in a loop
Reviewed-by: kvn, mcberg
roland [Mon, 21 Sep 2015 10:51:33 +0200] rev 33077
8136596: Remove aarch64: MemBarRelease when final field's allocation is NoEscape or ArgEscape
Summary: elide MemBar when AllocateNode _is_non_escaping
Reviewed-by: kvn, roland
Contributed-by: hui.shi@linaro.org
zmajo [Tue, 22 Sep 2015 13:42:09 +0200] rev 33076
8136914: compiler/loopopts/superword/SumRedSqrt_Double.java times out
Summary: Change test to execute only on relevant (x86-based) platforms.
Reviewed-by: kvn, dlong
adinn [Wed, 16 Sep 2015 09:52:58 -0400] rev 33075
8080293: AARCH64: Remove unnecessary dmbs from generated CAS code
Summary: The current encoding for CAS generates unnecessary leading and trailing dmbs for the MemBarAcquire and MemBarRelease which ought to be elided
Reviewed-by: kvn
iignatyev [Sat, 19 Sep 2015 11:19:22 +0200] rev 33074
Merge
dpochepk [Sat, 19 Sep 2015 12:04:38 +0300] rev 33073
8136718: [TESTBUG] introduce FileInstaller functionality
Reviewed-by: iignatyev
tpivovarova [Sat, 19 Sep 2015 12:03:36 +0300] rev 33072
8136693: add package statement 'compiler.testlibrary' to CompilerUtils
Reviewed-by: iignatyev
coleenp [Fri, 18 Sep 2015 16:37:12 -0400] rev 33071
Merge
mdoerr [Thu, 17 Sep 2015 09:03:57 +0200] rev 33070
8136525: Generate interpreter entries only once and avoid unnecessary jump to jump
Reviewed-by: coleenp, twisti, aph
neliasso [Fri, 18 Sep 2015 10:11:11 +0200] rev 33069
8135068: Extract method matchers from CompilerOracle
Summary: Ecapsulate code to enable reuse
Reviewed-by: roland, kvn
iveresov [Thu, 17 Sep 2015 13:42:50 -0700] rev 33068
Merge
thartmann [Thu, 17 Sep 2015 08:08:47 +0200] rev 33067
8134739: compiler/loopopts/superword/TestVectorizationWithInvariant crashes in loop opts
Summary: Bail out of superword optimization if loop was removed (i.e., if zero-trip Opaque1Node was removed).
Reviewed-by: kvn, roland
kvn [Wed, 16 Sep 2015 15:54:32 -0700] rev 33066
8134553: CRC32C implementations for x86/x64 targets
Reviewed-by: kvn
Contributed-by: tomasz.wojtowicz@intel.com
mcberg [Wed, 16 Sep 2015 13:16:17 -0700] rev 33065
8134802: LCM register pressure scheduling
Summary: Calculate register pressure in a block to help instructions scheduling.
Reviewed-by: kvn, dlong
kvn [Wed, 16 Sep 2015 20:33:16 +0200] rev 33064
Merge
kvn [Tue, 15 Sep 2015 11:04:11 -0700] rev 33063
8136406: Remove ZapDeadCompiledLocals code
Summary: Dead code elimination.
Reviewed-by: roland, twisti
roland [Tue, 15 Sep 2015 13:08:43 +0200] rev 33062
8136461: PhaseIdealLoop::try_move_store_before_loop() may bypass early loop exit
Summary: PhaseIdealLoop::try_move_store_before_loop() needs to check for early loop exit before candidate Stores
Reviewed-by: kvn
enevill [Tue, 15 Sep 2015 12:59:51 +0000] rev 33061
8136524: aarch64: test/compiler/runtime/7196199/Test7196199.java fails
Summary: Fix safepoint handlers to save 128 bits on vector poll
Reviewed-by: kvn
Contributed-by: felix.yang@linaro.org
lana [Thu, 22 Oct 2015 08:47:43 -0700] rev 33060
Added tag jdk9-b88 for changeset 9f14b17a8956
amurillo [Tue, 27 Oct 2015 10:15:37 -0700] rev 33059
Merge
amurillo [Thu, 22 Oct 2015 16:25:34 -0700] rev 33058
Merge
jprovino [Tue, 20 Oct 2015 11:17:05 -0400] rev 33057
Merge
jwilhelm [Wed, 07 Oct 2015 00:46:44 +0200] rev 33056
Merge
erikj [Tue, 27 Oct 2015 17:51:36 +0100] rev 33055
8140312: Enable new sjavac server only mode in jdk build
Reviewed-by: ihse, tbell
erikj [Tue, 27 Oct 2015 13:48:21 +0100] rev 33054
8140484: Vardeps broken when variable value contains '$'
Reviewed-by: tbell
lana [Thu, 22 Oct 2015 11:12:30 -0700] rev 33053
Merge
ihse [Thu, 22 Oct 2015 16:41:24 +0200] rev 33052
8140282: Remove test directories on clean-test-*
Reviewed-by: erikj
ihse [Thu, 22 Oct 2015 15:54:15 +0200] rev 33051
8140277: Configuration out-of-date check should also check closed sources
Reviewed-by: erikj
lana [Wed, 21 Oct 2015 18:38:29 -0700] rev 33050
Merge
amurillo [Tue, 20 Oct 2015 11:56:22 -0700] rev 33049
Merge
amurillo [Mon, 19 Oct 2015 12:30:16 -0700] rev 33048
Merge
dlong [Sat, 17 Oct 2015 15:41:02 -0400] rev 33047
Merge
dlong [Fri, 09 Oct 2015 02:43:49 -0400] rev 33046
Merge
twisti [Thu, 08 Oct 2015 11:31:14 -1000] rev 33045
8136421: JEP 243: Java-Level JVM Compiler Interface
Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
jwilhelm [Wed, 07 Oct 2015 00:46:44 +0200] rev 33044
Merge
jwilhelm [Mon, 28 Sep 2015 15:05:01 +0200] rev 33043
Merge
dsamersoff [Thu, 24 Sep 2015 20:39:41 +0300] rev 33042
8086134: Deadlock detection fails to attach to core file
Summary: Test reimplemented for jtreg
Reviewed-by: jbachorik
amurillo [Thu, 08 Oct 2015 14:28:55 -0700] rev 33041
Merge
amurillo [Thu, 01 Oct 2015 11:52:43 -0700] rev 33040
Merge
iveresov [Fri, 25 Sep 2015 12:04:34 -0700] rev 33039
Merge
neliasso [Fri, 18 Sep 2015 10:09:38 +0200] rev 33038
8135068: Extract method matchers from CompilerOracle
Summary: Ecapsulate code to enable reuse
Reviewed-by: roland, kvn
prr [Tue, 20 Oct 2015 10:33:25 -0700] rev 33037
Merge
prr [Tue, 20 Oct 2015 08:24:24 -0700] rev 33036
Merge
prr [Mon, 12 Oct 2015 14:44:02 -0700] rev 33035
Merge
ddehaven [Tue, 06 Oct 2015 12:51:53 -0700] rev 33034
Merge
erikj [Fri, 02 Oct 2015 17:33:42 +0200] rev 33033
8138739: Enable devkit on macosx in JPRT (again)
Reviewed-by: ihse
erikj [Tue, 20 Oct 2015 17:29:53 +0200] rev 33032
8139813: Base heap size on type of boot jdk, not architecture of build machine
Reviewed-by: tbell, ihse
ihse [Tue, 20 Oct 2015 16:40:01 +0200] rev 33031
8139969: Fix unzip in compare.sh broken by JDK-8136813
Reviewed-by: erikj
ihse [Tue, 20 Oct 2015 10:39:07 +0200] rev 33030
8139668: Generate README-build.html from markdown
Reviewed-by: erikj
erikj [Tue, 20 Oct 2015 09:47:56 +0200] rev 33029
8139735: Switch compilers in JPRT for windows and linux
Reviewed-by: tbell, ihse
jlahoda [Mon, 19 Oct 2015 19:13:58 +0200] rev 33028
8134254: JShell API/tool: REPL for Java into JDK9
Summary: Adding jdk.jshell module into modules.xml; and listing it among TOOLS_MODULES.
Reviewed-by: alanb, erikj, sundar
Contributed-by: robert.field@oracle.com, jan.lahoda@oracle.com
lana [Thu, 22 Oct 2015 08:47:39 -0700] rev 33027
Added tag jdk9-b88 for changeset 15f446204203
duke [Wed, 05 Jul 2017 20:54:58 +0200] rev 33026
Added tag jdk9-b88 for changeset 16b4968f9bb8
duke [Wed, 05 Jul 2017 20:54:58 +0200] rev 33025
Merge
duke [Wed, 05 Jul 2017 20:54:54 +0200] rev 33024
Merge
lana [Wed, 21 Oct 2015 15:15:36 -0700] rev 33023
Merge
lana [Thu, 15 Oct 2015 16:50:02 -0700] rev 33022
Merge
chegar [Tue, 13 Oct 2015 09:02:30 +0100] rev 33021
8139371: Three langtools test failures after the removal of sun.misc.Lock
Reviewed-by: jjg, mchung
sadayapalam [Tue, 13 Oct 2015 09:48:03 +0530] rev 33020
8000316: Huge performance bottleneck in com.sun.tools.javac.comp.Check.localClassName
Summary: Speed up Check.localClassName by avoiding generating names known to be in use already
Reviewed-by: mcimadamore, jlahoda, sadayapalam
Contributed-by: dmitry.chuyko@oracle.com
sadayapalam [Mon, 12 Oct 2015 19:43:44 +0530] rev 33019
8139245: compiler crashes with exception on int:new method reference and generic method inference
Reviewed-by: mcimadamore
mcimadamore [Mon, 12 Oct 2015 12:24:33 +0100] rev 33018
8138840: NPE when compiling bitwise operations with illegal operand types
8139243: compiler crashes with exception on sum operation of String var and void method call result
8139249: Compiler crashes on unary bitwise complement with non-integral operand
Summary: Certain binary operator checks are accepting more operands than required.
Reviewed-by: jlahoda
lana [Mon, 19 Oct 2015 00:25:14 -0700] rev 33017
Added tag jdk9-b87 for changeset 610c74da519c
duke [Wed, 05 Jul 2017 20:54:48 +0200] rev 33016
Merge
lana [Wed, 21 Oct 2015 15:15:26 -0700] rev 33015
Merge
aefimov [Fri, 16 Oct 2015 19:07:08 +0300] rev 33014
8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
lana [Mon, 19 Oct 2015 00:25:03 -0700] rev 33013
Added tag jdk9-b87 for changeset 611cd2f9832d
duke [Wed, 05 Jul 2017 20:54:42 +0200] rev 33012
Merge
lana [Mon, 19 Oct 2015 00:25:01 -0700] rev 33011
Added tag jdk9-b87 for changeset 659a7814aa2e
duke [Wed, 05 Jul 2017 20:54:36 +0200] rev 33010
Merge
lana [Wed, 21 Oct 2015 15:15:33 -0700] rev 33009
Merge
lana [Thu, 15 Oct 2015 16:50:08 -0700] rev 33008
Merge
attila [Mon, 12 Oct 2015 14:52:47 +0200] rev 33007
8139282: Remove @author and @id tags from Dynalink JavaDoc; some minor edits
Reviewed-by: mhaupt, sundar
attila [Mon, 12 Oct 2015 13:44:38 +0200] rev 33006
8139270: Drastically reduce memory footprint of ChainedCallSite
Reviewed-by: hannesw, sundar
mhaupt [Mon, 12 Oct 2015 13:36:41 +0200] rev 33005
8139266: add JSAdapter example with fallthrough
Reviewed-by: attila, hannesw
attila [Mon, 12 Oct 2015 10:28:27 +0200] rev 33004
8139274: Use JDK 8 default method for LinkerServices.asTypeLosslessReturn
Reviewed-by: lagergren, sundar
attila [Mon, 12 Oct 2015 10:27:32 +0200] rev 33003
8139273: Small improvements to DynamicLinker and DynamicLinkerFactory
Reviewed-by: lagergren, sundar
lana [Mon, 19 Oct 2015 00:25:16 -0700] rev 33002
Added tag jdk9-b87 for changeset 9f7dd20687ba
duke [Wed, 05 Jul 2017 20:54:31 +0200] rev 33001
Merge
lana [Mon, 19 Oct 2015 00:24:56 -0700] rev 33000
Added tag jdk9-b87 for changeset 6f6a93f70f07
duke [Wed, 05 Jul 2017 20:54:28 +0200] rev 32999
Merge
lana [Wed, 21 Oct 2015 15:16:00 -0700] rev 32998
Merge
aefimov [Fri, 16 Oct 2015 19:05:49 +0300] rev 32997
8073519: schemagen does not report errors while generating xsd files
Reviewed-by: dfuchs
lana [Thu, 15 Oct 2015 16:51:00 -0700] rev 32996
Merge
coffeys [Thu, 15 Oct 2015 14:41:37 +0100] rev 32995
8038502: Deflater.needsInput() should use synchronization
Reviewed-by: chegar
igerasim [Thu, 15 Oct 2015 13:56:39 +0300] rev 32994
8138938: Clarify javadoc for java.util.Collections.copy()
Reviewed-by: smarks
coffeys [Thu, 15 Oct 2015 09:33:03 +0100] rev 32993
6907252: ZipFileInputStream Not Thread-Safe
Reviewed-by: sherman
darcy [Wed, 14 Oct 2015 16:17:08 -0700] rev 32992
8136799: Port fdlibm cbrt to Java
Reviewed-by: bpb
dl [Tue, 13 Oct 2015 16:45:35 -0700] rev 32991
8134853: Bulk integration of java.util.concurrent classes
8080939: ForkJoinPool and Phaser deadlock
8044616: Clients of Unsafe.compareAndSwapLong need to beware of using direct stores to the same field
8071638: [JAVADOC] Buggy example in javadoc for afterExecute to access a submitted job's Throwable
8043743: Data missed in java.util.concurrent.LinkedTransferQueue
8054446: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfMemoryError
8031374: TEST_BUG: java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java fails Intermittently
8034208: Cleanup to test/java/util/concurrent/BlockingQueue/Interrupt.java
8035661: Test fix java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java from jsr166 CVS
8062841: ConcurrentHashMap.computeIfAbsent stuck in an endless loop
8073208: javadoc typo in java.util.concurrent.Executor
8073704: FutureTask.isDone returns true when task has not yet completed
8037093: java/util/concurrent/locks/Lock/TimedAcquireLeak.java fails intermittently
8022642: ScheduledThreadPoolExecutor with zero corePoolSize create endlessly threads
8065320: Busy loop in ThreadPoolExecutor.getTask for ScheduledThreadPoolExecutor
8129861: High processor load for ScheduledThreadPoolExecutor with 0 core threads
8051859: ScheduledExecutorService.scheduleWithFixedDelay fails with max delay
7146994: example afterExecute for ScheduledThreadPoolExecutor hangs
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:35:22 -0700] rev 32990
8134855: Bulk integration of java.util.concurrent.locks classes
8051848: ReentrantReadWriteLock.ReadLock fails on unlock by different thread
8049843: Lack of save / restore interrupt mechanism undermines the StampedLock
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:25:10 -0700] rev 32989
8134850: Integrate the Flow API
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:15:06 -0700] rev 32988
8134852: Integrate fork/join with API enhancements
Reviewed-by: martin, psandoz, chegar
dl [Tue, 13 Oct 2015 16:04:56 -0700] rev 32987
8134851: Integrate CompletableFuture with API enhancements
8039378: CompletableFuture: Avoid StackOverflowError for long linear chains
Reviewed-by: martin, psandoz, chegar
plevart [Wed, 14 Oct 2015 00:08:42 +0200] rev 32986
8136893: Improve early java.lang.invoke infrastructure initialization
Reviewed-by: mhaupt, psandoz, redestad, vlivanov
chegar [Mon, 12 Oct 2015 19:14:59 +0100] rev 32985
8139297: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.jimage.ImageNativeSubstrate
Reviewed-by: alanb, jlaskey
dfuchs [Mon, 12 Oct 2015 20:13:22 +0200] rev 32984
8033661: readConfiguration does not cleanly reinitialize the logging system
Summary: two new updateConfiguration methods have been added to LogManager: call updateConfiguration to update a configuration *after* the LogManager is initialized.
Reviewed-by: mchung
amlu [Mon, 12 Oct 2015 17:07:40 +0800] rev 32983
8139407: Mark java/rmi/registry/readTest/readTest.sh as intermittently failing
Reviewed-by: chegar
chegar [Sat, 10 Oct 2015 17:30:04 +0100] rev 32982
8139179: URLStreamHandler* should link to URL ctor that specifies how factories/providers are located
Reviewed-by: alanb
chegar [Sat, 10 Oct 2015 17:27:10 +0100] rev 32981
8139307: Remove sun.misc.ConditionLock and Lock
Reviewed-by: alanb, lancea, martin, mchung, shade, smarks
aefimov [Sat, 10 Oct 2015 12:52:09 +0300] rev 32980
8139107: DateTimeFormatter with Locale.UK throw a NullPointerException when parsing zone
Reviewed-by: naoto
lana [Mon, 19 Oct 2015 00:25:06 -0700] rev 32979
Added tag jdk9-b87 for changeset eac9db06fb85
duke [Wed, 05 Jul 2017 20:54:18 +0200] rev 32978
Merge
lana [Mon, 19 Oct 2015 00:24:58 -0700] rev 32977
Added tag jdk9-b87 for changeset b53b8a1f9285
lana [Wed, 21 Oct 2015 15:15:16 -0700] rev 32976
Merge
lana [Thu, 15 Oct 2015 16:49:49 -0700] rev 32975
Merge
ihse [Mon, 12 Oct 2015 11:49:29 +0200] rev 32974
8139413: Use --with-x to set X11 root directory
Reviewed-by: erikj
lana [Mon, 19 Oct 2015 00:24:54 -0700] rev 32973
Added tag jdk9-b87 for changeset 829190878fbc
duke [Wed, 05 Jul 2017 20:54:03 +0200] rev 32972
Added tag jdk9-b87 for changeset 1a52a30674cd
duke [Wed, 05 Jul 2017 20:54:03 +0200] rev 32971
Merge
duke [Wed, 05 Jul 2017 20:54:00 +0200] rev 32970
Merge
lana [Thu, 15 Oct 2015 15:15:28 -0700] rev 32969
Added tag jdk9-b86 for changeset 9a64fdcb72be
duke [Wed, 05 Jul 2017 20:53:56 +0200] rev 32968
Merge
lana [Thu, 15 Oct 2015 15:15:21 -0700] rev 32967
Added tag jdk9-b86 for changeset ade7c78fff18
duke [Wed, 05 Jul 2017 20:53:50 +0200] rev 32966
Merge
lana [Thu, 15 Oct 2015 15:15:20 -0700] rev 32965
Added tag jdk9-b86 for changeset 22c83bd0488c
duke [Wed, 05 Jul 2017 20:53:45 +0200] rev 32964
Merge
lana [Thu, 15 Oct 2015 15:15:29 -0700] rev 32963
Added tag jdk9-b86 for changeset e5955eb2b3e0
duke [Wed, 05 Jul 2017 20:53:42 +0200] rev 32962
Merge
lana [Thu, 15 Oct 2015 15:15:16 -0700] rev 32961
Added tag jdk9-b86 for changeset 11b5866fc8c9
duke [Wed, 05 Jul 2017 20:53:37 +0200] rev 32960
Merge
lana [Thu, 15 Oct 2015 15:15:23 -0700] rev 32959
Added tag jdk9-b86 for changeset 5e859a1240f6
duke [Wed, 05 Jul 2017 20:53:34 +0200] rev 32958
Merge
lana [Thu, 15 Oct 2015 15:15:17 -0700] rev 32957
Added tag jdk9-b86 for changeset 7e41230dec76
lana [Thu, 15 Oct 2015 15:15:14 -0700] rev 32956
Added tag jdk9-b86 for changeset 7dadf0082808
duke [Wed, 05 Jul 2017 20:53:25 +0200] rev 32955
Added tag jdk9-b86 for changeset 7db0663a5e96
duke [Wed, 05 Jul 2017 20:53:25 +0200] rev 32954
Merge
duke [Wed, 05 Jul 2017 20:53:21 +0200] rev 32953
Merge
lana [Fri, 09 Oct 2015 10:23:45 -0700] rev 32952
Merge
sadayapalam [Wed, 07 Oct 2015 19:35:43 +0530] rev 32951
8075799: Extraneous access checks implemented by javac
Summary: Allow anonymous class constructors to refer to inaccessible types.
Reviewed-by: mcimadamore
sadayapalam [Wed, 07 Oct 2015 16:02:57 +0530] rev 32950
8065219: Deprecated warning in method reference are missing in some cases.
Reviewed-by: mcimadamore
sadayapalam [Wed, 07 Oct 2015 15:53:38 +0530] rev 32949
8130506: javac AssertionError when invoking MethodHandle.invoke with lambda paramter
Reviewed-by: mcimadamore
lana [Thu, 08 Oct 2015 22:30:46 -0700] rev 32948
Added tag jdk9-b85 for changeset eb290482d42f
duke [Wed, 05 Jul 2017 20:53:13 +0200] rev 32947
Merge
lana [Thu, 08 Oct 2015 22:30:41 -0700] rev 32946
Added tag jdk9-b85 for changeset 80d007ca651f
duke [Wed, 05 Jul 2017 20:53:09 +0200] rev 32945
Merge
lana [Thu, 08 Oct 2015 22:30:40 -0700] rev 32944
Added tag jdk9-b85 for changeset 42af6bc4d36a
duke [Wed, 05 Jul 2017 20:53:03 +0200] rev 32943
Merge
lana [Fri, 09 Oct 2015 10:22:19 -0700] rev 32942
Merge
attila [Fri, 09 Oct 2015 18:01:09 +0200] rev 32941
8139269: Do not expose prune method handles from ChainedCallSite
Reviewed-by: hannesw, lagergren
mhaupt [Wed, 07 Oct 2015 15:02:15 +0200] rev 32940
8139047: add test for JSAdapter __getIds__
Reviewed-by: hannesw, sundar
mhaupt [Wed, 07 Oct 2015 14:00:45 +0200] rev 32939
8139038: cleanup and documentation around JSAdapter
Reviewed-by: attila, hannesw
lana [Thu, 08 Oct 2015 22:30:47 -0700] rev 32938
Added tag jdk9-b85 for changeset beda7a94a5ef
duke [Wed, 05 Jul 2017 20:52:58 +0200] rev 32937
Merge
lana [Thu, 08 Oct 2015 22:30:34 -0700] rev 32936
Added tag jdk9-b85 for changeset 55a3cf13d376
duke [Wed, 05 Jul 2017 20:52:55 +0200] rev 32935
Merge
lana [Fri, 09 Oct 2015 10:22:53 -0700] rev 32934
Merge
chegar [Fri, 09 Oct 2015 14:21:02 +0100] rev 32933
8138978: Examine usages of sun.misc.IOUtils
Reviewed-by: alanb, mullan, psandoz, rriggs, weijun
weijun [Fri, 09 Oct 2015 09:33:54 +0800] rev 32932
8085904: Test timeout on Mac
Reviewed-by: wetmore
valeriep [Thu, 08 Oct 2015 20:51:08 +0000] rev 32931
8130648: JCK test api/java_security/AuthProvider/ProviderTests_login starts failing after JDK-7191662
Summary: Make uninitialized SunPKCS11 provider throw IllegalStateException for AuthProvider calls.
Reviewed-by: mullan
naoto [Thu, 08 Oct 2015 17:03:07 +0530] rev 32930
8075315: API doc of Currency.getInstance(Locale) method is incorrect.
Summary: Updated API doc of Currency.getInstance(Locale)method.
Reviewed-by: peytoia, naoto
Contributed-by: rachna.goel@oracle.com
psandoz [Wed, 07 Oct 2015 15:22:43 +0200] rev 32929
8135248: Add utility methods to check indexes and ranges
Reviewed-by: forax, chegar, scolebourne, jrose, darcy
darcy [Tue, 06 Oct 2015 18:39:26 -0700] rev 32928
8138823: Correct bug in port of fdlibm hypot to Java
Reviewed-by: bpb
lana [Thu, 08 Oct 2015 22:30:42 -0700] rev 32927
Added tag jdk9-b85 for changeset 1f610b093f5e
duke [Wed, 05 Jul 2017 20:52:51 +0200] rev 32926
Merge
lana [Fri, 09 Oct 2015 10:22:27 -0700] rev 32925
Merge
chegar [Fri, 09 Oct 2015 14:21:33 +0100] rev 32924
8138978: Examine usages of sun.misc.IOUtils
Reviewed-by: alanb, mullan, psandoz, rriggs, weijun
lana [Thu, 08 Oct 2015 22:30:35 -0700] rev 32923
Added tag jdk9-b85 for changeset 9a72f98c3066
lana [Fri, 09 Oct 2015 10:22:04 -0700] rev 32922
Merge
ihse [Wed, 07 Oct 2015 15:26:48 +0200] rev 32921
8138761: Improved handling of libffi, and cleanup of libraries.m4
Reviewed-by: erikj
ihse [Wed, 07 Oct 2015 11:58:03 +0200] rev 32920
8138864: Build with nice to lower UI impact
Reviewed-by: erikj
lana [Thu, 08 Oct 2015 22:30:33 -0700] rev 32919
Added tag jdk9-b85 for changeset e4a745eb7a7c
duke [Wed, 05 Jul 2017 20:52:38 +0200] rev 32918
Added tag jdk9-b85 for changeset 8392405ab038
duke [Wed, 05 Jul 2017 20:52:37 +0200] rev 32917
Merge
duke [Wed, 05 Jul 2017 20:52:32 +0200] rev 32916
Merge
vromero [Tue, 06 Oct 2015 13:59:16 -0700] rev 32915
8138914: javac, method visitTypeVar() at visitor Types.hashCode generates the same hash code for different type variables
Reviewed-by: mcimadamore
lana [Tue, 06 Oct 2015 08:43:24 -0700] rev 32914
Merge
jlahoda [Mon, 05 Oct 2015 18:31:38 +0200] rev 32913
8075274: Compilation still depends on the order of imports
8133235: Compilation depends on order of source files
Summary: When analyzing type hierarchy, HierarchyPhase should process supertypes before subtypes.
Reviewed-by: mcimadamore
sadayapalam [Mon, 05 Oct 2015 15:41:29 +0530] rev 32912
8133135: Compiler internall error (NPE) on anonymous class defined by qualified instance creation expression with diamond
Reviewed-by: mcimadamore
mcimadamore [Fri, 02 Oct 2015 13:27:57 +0100] rev 32911
8137269: Add better support for local caching in ArgumentAttr
Summary: ArgumentAttr should support local caches when results of speculative attribution might be thrown away
Reviewed-by: jlahoda
sadayapalam [Thu, 01 Oct 2015 19:47:06 +0530] rev 32910
8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Reviewed-by: mcimadamore
jlahoda [Tue, 29 Sep 2015 21:22:35 +0200] rev 32909
8133454: Update Java Compiler Error Message
Summary: Updating the error message that is used when javac crashes.
Reviewed-by: jjg
Contributed-by: nelson.dcosta@oracle.com
aeremeev [Mon, 28 Sep 2015 13:23:35 +0300] rev 32908
8081472: Add a mode to the tests for class-file attributes which dumps in-memory sources to disk
Reviewed-by: ksrini
lana [Mon, 05 Oct 2015 20:25:08 -0700] rev 32907
Added tag jdk9-b84 for changeset e69dd1decf7b
duke [Wed, 05 Jul 2017 20:52:26 +0200] rev 32906
Merge
lana [Tue, 06 Oct 2015 08:41:23 -0700] rev 32905
Merge
mkos [Fri, 02 Oct 2015 14:36:40 +0200] rev 32904
8061466: RELAX NG API visible but not accessible
Reviewed-by: alanb
lana [Mon, 05 Oct 2015 20:25:03 -0700] rev 32903
Added tag jdk9-b84 for changeset 7117f1bfa7a4
duke [Wed, 05 Jul 2017 20:52:22 +0200] rev 32902
Merge
joehw [Tue, 06 Oct 2015 10:59:52 -0700] rev 32901
8138721: ElementTraversal: javadoc warning; also, hasFeature shall return true
Reviewed-by: lancea, dfuchs
lana [Mon, 05 Oct 2015 20:25:02 -0700] rev 32900
Added tag jdk9-b84 for changeset 5625643929aa
duke [Wed, 05 Jul 2017 20:52:15 +0200] rev 32899
Merge
lana [Tue, 06 Oct 2015 08:42:02 -0700] rev 32898
Merge
hannesw [Tue, 06 Oct 2015 15:10:24 +0200] rev 32897
8138758: U+180E not recognized as whitespace by Joni
Reviewed-by: attila, sundar
sundar [Tue, 06 Oct 2015 14:31:38 +0530] rev 32896
8138910: Ctrl-D causes jjs to crash with NPE
Reviewed-by: attila, hannesw
hannesw [Mon, 05 Oct 2015 18:58:21 +0200] rev 32895
8138882: Performance regression due to anonymous classloading
Reviewed-by: attila, sundar
hannesw [Fri, 02 Oct 2015 15:50:49 +0200] rev 32894
8137281: OutOfMemoryError with large numeric keys in JSON.parse
Reviewed-by: attila, mhaupt
sundar [Thu, 01 Oct 2015 21:27:30 +0530] rev 32893
8138616: invokeFunction fails if function calls a function defined in GLOBAL_SCOPE
Reviewed-by: hannesw, mhaupt
hannesw [Thu, 01 Oct 2015 10:37:25 +0200] rev 32892
8138632: Sparse array does not handle growth of underlying dense array
Reviewed-by: attila, sundar
sundar [Wed, 30 Sep 2015 20:20:11 +0530] rev 32891
8138643: nashorn ant build.xml javadoc, javadocapi targets are broken and netbeans makefile does not include shell sources
Reviewed-by: attila, hannesw
attila [Wed, 30 Sep 2015 10:09:44 +0200] rev 32890
8137333: Boundless soft caching of property map histories causes high memory pressure
Reviewed-by: hannesw, sundar
sundar [Mon, 28 Sep 2015 18:58:52 +0530] rev 32889
8137258: JSObjectLinker and BrowserJSObjectLinker should not expose internal JS objects
Reviewed-by: attila, hannesw
attila [Mon, 28 Sep 2015 08:40:39 +0200] rev 32888
8134502: introduce abstraction for basic NodeVisitor usage
Reviewed-by: lagergren, sundar
lana [Mon, 05 Oct 2015 20:25:09 -0700] rev 32887
Added tag jdk9-b84 for changeset c55cf68474be
duke [Wed, 05 Jul 2017 20:52:10 +0200] rev 32886
Merge
lana [Tue, 06 Oct 2015 08:43:02 -0700] rev 32885
Merge
chegar [Mon, 28 Sep 2015 13:40:25 +0100] rev 32884
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
erikj [Mon, 28 Sep 2015 09:52:19 +0200] rev 32883
8137088: Drop building of interim_java.corba
Reviewed-by: alanb, ihse
lana [Mon, 05 Oct 2015 20:24:58 -0700] rev 32882
Added tag jdk9-b84 for changeset 7ddb38dfc7ff
duke [Wed, 05 Jul 2017 20:52:05 +0200] rev 32881
Merge
mchung [Tue, 06 Oct 2015 13:20:21 -0700] rev 32880
8132297: JDK9 build.tools.module.ImageBuilder does not filter out .bc files
Reviewed-by: alanb, chegar
jlaskey [Tue, 06 Oct 2015 13:49:41 -0300] rev 32879
8138960: Module version is checked incorrectly in libjimage
Reviewed-by: alanb, mchung, iris
Contributed-by: james.laskey@oracle.com
lana [Tue, 06 Oct 2015 08:42:20 -0700] rev 32878
Merge
ddehaven [Tue, 06 Oct 2015 07:35:16 -0700] rev 32877
Merge
ddehaven [Mon, 05 Oct 2015 13:45:50 -0700] rev 32876
Merge
alexsch [Tue, 29 Sep 2015 15:19:52 +0400] rev 32875
8134917: [macosx] JOptionPane doesn't receive mouse events when opened from a drop event
Reviewed-by: serb
ddehaven [Mon, 28 Sep 2015 08:14:42 -0700] rev 32874
Merge
serb [Sun, 27 Sep 2015 00:51:27 +0300] rev 32873
8135160: Endless Loop in RiffReader
Reviewed-by: prr, amenkov
serb [Sat, 26 Sep 2015 22:38:36 +0300] rev 32872
8079965: Stop ignoring warnings for libawt_lwawt
Reviewed-by: prr, ihse
serb [Sat, 26 Sep 2015 20:54:52 +0300] rev 32871
6646604: Typos in documentation
Reviewed-by: azvegint, amenkov
serb [Fri, 25 Sep 2015 00:15:58 +0300] rev 32870
8135122: The SwingUtilities2.COMPONENT_UI_PROPERTY_KEY can be removed
Reviewed-by: azvegint, alexsch
prr [Thu, 24 Sep 2015 10:11:46 -0700] rev 32869
8137059: Run blessed-modifier-order script on client demos and misc. sources
Reviewed-by: jgodinez, serb
prr [Wed, 23 Sep 2015 14:09:36 -0700] rev 32868
8133309: Some unicode characters do not display any more after upgrading to Windows 10
Reviewed-by: serb, jgodinez
alexsch [Tue, 22 Sep 2015 14:05:37 +0400] rev 32867
8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
Reviewed-by: serb, azvegint
yan [Tue, 22 Sep 2015 12:26:50 +0300] rev 32866
8132380: Do not create LaF instance in javax/swing/plaf/windows/6921687/bug6921687.java
Reviewed-by: yan, ssadetsky
Contributed-by: Renjith Alexander <renjith.alexander@oracle.com>
prr [Sat, 19 Sep 2015 15:45:59 -0700] rev 32865
8136783: Run blessed-modifier-order script on java.desktop
Reviewed-by: martin, serb
prr [Fri, 18 Sep 2015 11:31:15 -0700] rev 32864
Merge
dcherepanov [Wed, 16 Sep 2015 18:34:38 +0300] rev 32863
8134808: Remove support for serialized applets from java.desktop
Reviewed-by: serb, azvegint
Contributed-by: daniil.x.titov@oracle.com
ssadetsky [Wed, 16 Sep 2015 10:32:46 +0300] rev 32862
8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux
Reviewed-by: alexsch, serb
ssadetsky [Wed, 16 Sep 2015 10:22:42 +0300] rev 32861
8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
Reviewed-by: alexsch, azvegint
ssadetsky [Wed, 16 Sep 2015 10:16:16 +0300] rev 32860
8130471: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
Reviewed-by: alexsch, serb
ssadetsky [Wed, 16 Sep 2015 10:11:14 +0300] rev 32859
8133108: [PIT] Container size is wrong in JEditorPane
Reviewed-by: alexsch, azvegint
ssadetsky [Wed, 16 Sep 2015 10:05:34 +0300] rev 32858
8133803: Swing JFileChooserBug2 test fais with MotifLookAndFeel
Reviewed-by: alexsch, serb
ssadetsky [Wed, 16 Sep 2015 10:01:24 +0300] rev 32857
8129838: [macosx] Regression: NPE in java.awt.Choice
Reviewed-by: alexsch, azvegint
igerasim [Tue, 06 Oct 2015 12:00:38 +0300] rev 32856
8138819: (se) File descriptor leak when Selector.open fails
Reviewed-by: rriggs, alanb
jfdenise [Tue, 06 Oct 2015 09:12:00 +0200] rev 32855
8136365: Provider "jrt" is not available after bootmodules.jimage recreation
Summary: META-INF content was lost during recreate.
Reviewed-by: jlaskey, sundar
naoto [Mon, 05 Oct 2015 08:16:11 -0700] rev 32854
8138613: Remove SPI locale provider adapter from the default provider list
Reviewed-by: okutsu
aefimov [Mon, 05 Oct 2015 17:38:04 +0300] rev 32853
8138716: (tz) Support tzdata2015g
Reviewed-by: peytoia
jnimeh [Fri, 02 Oct 2015 11:14:31 -0700] rev 32852
8138704: CertStatusReqItemV2 should not implement StatusRequest interface
Summary: Sets class to have proper inheritance and reduces visibility of length and send methods.
Reviewed-by: mullan
okutsu [Fri, 02 Oct 2015 13:21:46 +0900] rev 32851
8138663: Missing @build in test/java/text/Format/DecimalFormat/RoundingAndPropertyTest.java
Reviewed-by: naoto
ksrini [Tue, 22 Sep 2015 11:50:40 -0700] rev 32850
8073187: Unexpected side effect in Pack200
Reviewed-by: jrose, sherman
lancea [Thu, 01 Oct 2015 09:59:16 -0400] rev 32849
8134426: Add serialVersionUID field to relevant javax.transaction classes
Reviewed-by: joehw, alanb
erikj [Thu, 01 Oct 2015 09:45:47 +0200] rev 32848
8138636: bootcycle-images build fails
Reviewed-by: alanb
okutsu [Thu, 01 Oct 2015 15:16:35 +0900] rev 32847
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
Reviewed-by: peytoia, okutsu
Contributed-by: Naveen Kumar <naveen.ah.kumar@oracle.com>
robm [Thu, 01 Oct 2015 00:13:09 +0100] rev 32846
8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
Reviewed-by: igerasim, rriggs, christos
robm [Thu, 01 Oct 2015 00:09:51 +0100] rev 32845
8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
darcy [Wed, 30 Sep 2015 15:25:29 -0700] rev 32844
8136874: Bug in port of fdlibm pow to Java
Reviewed-by: bpb
rriggs [Wed, 30 Sep 2015 12:33:08 -0400] rev 32843
8137313: TreeTest.java intermittently fails with a timeout
Summary: Enhance debugging information
Reviewed-by: chegar, darcy
asmotrak [Wed, 30 Sep 2015 15:30:50 +0300] rev 32842
8137174: NTLM impl should use doPrivileged when it reads system properties
Reviewed-by: chegar
dfuchs [Wed, 30 Sep 2015 11:17:32 +0200] rev 32841
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
Summary: removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
sundar [Wed, 30 Sep 2015 12:48:32 +0530] rev 32840
8137320: jjs should support @argfile to pass command line arguments from a file
Reviewed-by: attila, hannesw, henryjen
dfuchs [Tue, 29 Sep 2015 19:50:56 +0200] rev 32839
8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
Contributed-by: vyom.tewari@oracle.com
dl [Tue, 29 Sep 2015 16:44:29 +0100] rev 32838
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
asmotrak [Tue, 29 Sep 2015 18:01:33 +0300] rev 32837
8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
Reviewed-by: weijun
igerasim [Tue, 29 Sep 2015 17:26:14 +0300] rev 32836
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
Reviewed-by: rriggs
amlu [Mon, 28 Sep 2015 16:39:12 +0300] rev 32835
8137232: Mark 3 more core-libs tests as intermittently failing
Reviewed-by: chegar
chegar [Mon, 28 Sep 2015 13:39:27 +0100] rev 32834
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
erikj [Mon, 28 Sep 2015 11:39:13 +0200] rev 32833
8136385: Various build speed improvements for windows
Reviewed-by: ihse
erikj [Mon, 28 Sep 2015 09:52:20 +0200] rev 32832
8137088: Drop building of interim_java.corba
Reviewed-by: alanb, ihse
lana [Mon, 05 Oct 2015 20:25:04 -0700] rev 32831
Added tag jdk9-b84 for changeset a0ed816fbf97
duke [Wed, 05 Jul 2017 20:51:53 +0200] rev 32830
Merge
lana [Tue, 06 Oct 2015 08:41:31 -0700] rev 32829
Merge
amurillo [Wed, 30 Sep 2015 07:41:36 -0700] rev 32828
Merge
amurillo [Thu, 24 Sep 2015 11:38:26 -0700] rev 32827
Merge
jwilhelm [Mon, 21 Sep 2015 17:49:57 +0200] rev 32826
Merge
hseigel [Tue, 22 Sep 2015 14:24:31 -0400] rev 32825
8135265: VM fails on 'empty' interface public <init>()V method with VerifyError
Summary: Don't check for calls to super() or this() fro <init>()V methods if they are in interfaces. Because, they are not ctors.
Reviewed-by: acorn, gtriantafill
hseigel [Tue, 22 Sep 2015 09:48:19 -0400] rev 32824
8135208: VM permits illegal <clinit> access_flags, versions 51-52
Summary: Check access flags for <clinit> methods that are not class init methods.
Reviewed-by: kamg, gtriantafill
drwhite [Fri, 11 Sep 2015 15:31:03 -0400] rev 32823
8066821: Enhance command line processing to manage deprecating and obsoleting -XX command line arguments
Summary: Add support for alias options and automatically expiring deprecated options
Reviewed-by: dholmes, kbarrett, acorn
Contributed-by: derek.white@oracle.com
simonis [Mon, 21 Sep 2015 10:45:41 +0200] rev 32822
8135179: Fix conversion warning after 8067341
Summary: Add required casts.
Reviewed-by: tschatzl, goetz
iklam [Fri, 18 Sep 2015 09:48:49 -0700] rev 32821
8065155: Refactor Hotspot mapfiles
Summary: Moved common exported functions to make/share/makefiles/mapfile-vers
Reviewed-by: ihse, bdelsart
minqi [Fri, 18 Sep 2015 13:41:11 -0700] rev 32820
8135085: Change Method::_intrinsic_id from u1 to u2
Summary: Convert Method::_intrinsic_id from u1 to u2 to expand id range over 255.
Reviewed-by: coleenp, iklam, jiangli
Contributed-by: aleksey.shipilev@oracle.com
hseigel [Fri, 18 Sep 2015 07:01:23 -0400] rev 32819
8132904: Type checking verifier fails to reject assignment from array to an interface
Summary: Only allow assignment if interface is Cloneable or Serializable.
Reviewed-by: kamg, gtriantafill, jiangli
mgerdin [Thu, 17 Sep 2015 16:07:06 +0200] rev 32818
8136701: Remove YOUNG_LIST_VERBOSE code from G1CollectedHeap
Reviewed-by: stefank, jwilhelm
kbarrett [Wed, 16 Sep 2015 16:25:02 +0200] rev 32817
8136627: Backout JDK-8133818 Additional number of processed references printed with -XX:+PrintReferenceGC after JDK-8047125
Reviewed-by: brutisso
jwilhelm [Tue, 15 Sep 2015 15:49:33 +0200] rev 32816
Merge
lana [Mon, 05 Oct 2015 20:24:59 -0700] rev 32815
Added tag jdk9-b84 for changeset 43c458023730
lana [Tue, 06 Oct 2015 08:41:18 -0700] rev 32814
Merge
ddehaven [Mon, 05 Oct 2015 13:45:47 -0700] rev 32813
Merge
ddehaven [Mon, 28 Sep 2015 13:10:03 -0700] rev 32812
Merge
erikj [Mon, 28 Sep 2015 15:51:29 +0200] rev 32811
8135060: Stop building Xcode projects in install build
Reviewed-by: ihse, pbhat, dmalav
erikj [Mon, 05 Oct 2015 13:44:40 +0200] rev 32810
8138694: Devkit build on Macosx still requires Xcode to be installed
Reviewed-by: ihse, tbell
ihse [Wed, 30 Sep 2015 11:38:01 +0200] rev 32809
8138627: Better help message in configure for reduced builds (target-bits=32)
Reviewed-by: erikj
chegar [Mon, 28 Sep 2015 13:39:10 +0100] rev 32808
8137056: Move SharedSecrets and interface friends out of sun.misc
Reviewed-by: alanb, mchung, psandoz, rriggs
erikj [Mon, 28 Sep 2015 11:39:13 +0200] rev 32807
8136385: Various build speed improvements for windows
Reviewed-by: ihse
erikj [Mon, 28 Sep 2015 09:52:19 +0200] rev 32806
8137088: Drop building of interim_java.corba
Reviewed-by: alanb, ihse
lana [Mon, 05 Oct 2015 20:24:57 -0700] rev 32805
Added tag jdk9-b84 for changeset 47d1c2c75fb6
duke [Wed, 05 Jul 2017 20:51:37 +0200] rev 32804
Added tag jdk9-b84 for changeset 51b2db2fa04c
duke [Wed, 05 Jul 2017 20:51:37 +0200] rev 32803
Merge
duke [Wed, 05 Jul 2017 20:51:33 +0200] rev 32802
Merge
lana [Sat, 26 Sep 2015 09:22:07 -0700] rev 32801
Merge
jlahoda [Wed, 23 Sep 2015 08:29:33 +0200] rev 32800
8135307: CompletionFailure thrown when calling FieldDoc.type, if the field's type is missing
Summary: Handling CompletionFailures inside the Javadoc API implementation.
Reviewed-by: mcimadamore, ksrini, jjg
alundblad [Mon, 21 Sep 2015 11:19:10 +0200] rev 32799
8135131: Enable thin server mode in Sjavac
Summary: State tracknig and incremental compilation disabled unless --state-dir is provided.
Reviewed-by: jlahoda
lana [Fri, 25 Sep 2015 22:59:34 -0700] rev 32798
Added tag jdk9-b83 for changeset a5249bcec60f
duke [Wed, 05 Jul 2017 20:51:27 +0200] rev 32797
Merge