vlivanov [Thu, 03 Mar 2016 14:07:10 +0000] rev 36352
Merge
vlivanov [Thu, 03 Mar 2016 16:46:58 +0300] rev 36351
8151157: Quarantine test/compiler/unsafe/UnsafeGetStableArrayElement.java
Reviewed-by: zmajo, thartmann
thartmann [Thu, 03 Mar 2016 13:18:53 +0100] rev 36350
8151130: [BACKOUT] Remove Method::_method_data for C1
Summary: Backing out the fix for JDK-8147978 because it fails and blocks integration.
Reviewed-by: vlivanov, zmajo
vlivanov [Wed, 02 Mar 2016 15:42:03 +0300] rev 36349
8151020: [TESTBUG] UnsafeGetStableArrayElement::testL_* fail intermittently
Reviewed-by: zmajo, shade
shade [Wed, 02 Mar 2016 12:29:17 +0300] rev 36348
8151017: [TESTBUG] test/compiler/c1/CanonicalizeArrayLength does not work on product builds
Reviewed-by: thartmann, zmajo
iveresov [Tue, 01 Mar 2016 21:56:02 +0000] rev 36347
Merge
iveresov [Tue, 01 Mar 2016 12:35:21 -0800] rev 36346
8134119: Use new API to get cache line sizes
Summary: Using new sysconf and sysinfo API on Solaris 12, avoid using libpicl and libkstat.
Reviewed-by: kvn
cjplummer [Fri, 26 Feb 2016 09:13:22 -0800] rev 36345
8147978: Remove Method::_method_data for C1
Summary: Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
twisti [Tue, 01 Mar 2016 18:29:20 +0000] rev 36344
Merge
twisti [Fri, 26 Feb 2016 13:21:28 +0100] rev 36343
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
Reviewed-by: rschatz, twisti
Contributed-by: Benoit Daloze <benoit.daloze@jku.at>
vlivanov [Tue, 01 Mar 2016 20:06:47 +0300] rev 36342
8150933: System::arraycopy intrinsic doesn't mark mismatched loads
Reviewed-by: kvn, shade
fyang [Fri, 19 Feb 2016 17:12:14 +0800] rev 36341
8150229: aarch64: pipeline class for several instructions is not set correctly
Summary: aarch64: c2 fix pipeline class for several instructions.
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Thu, 18 Feb 2016 21:53:24 +0800] rev 36340
8149907: aarch64: use load/store pair instructions in call_stub
Summary: aarch64: make use of load/store pair instructions in call_stub to save space
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Wed, 17 Feb 2016 20:19:24 +0800] rev 36339
8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
Summary: aarch64: c2 make use of CBZ and CBNZ when comparing narrow pointer with zero
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
hshi [Wed, 24 Feb 2016 04:45:50 -0800] rev 36338
8149733: AArch64: refactor array_equals/string_equals
Summary: combine similar code for string_equals/char_array_equals/byte_array_equals into same implemenation
Reviewed-by: aph, shade
vlivanov [Mon, 29 Feb 2016 23:46:55 +0300] rev 36337
8150543: Mismatched access detection is inaccurate
Reviewed-by: kvn, shade
redestad [Mon, 29 Feb 2016 15:05:45 +0100] rev 36336
8150720: Cleanup code around PrintOptoStatistics
Reviewed-by: kvn, shade, vlivanov
zmajo [Mon, 29 Feb 2016 13:02:10 +0100] rev 36335
8150349: Reduce the execution time of the hotspot_compiler_3 group
Summary: Exclude long-running intrinsic-related tests that check functionality that is not likely to be changed soon.
Reviewed-by: kvn, neliasso
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36334
Merge
twisti [Fri, 26 Feb 2016 11:13:25 -1000] rev 36333
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
Reviewed-by: coleenp
vlivanov [Fri, 26 Feb 2016 15:54:55 +0300] rev 36332
8068038: C2: large constant offsets aren't handled on SPARC
Reviewed-by: kvn
vlivanov [Fri, 26 Feb 2016 01:58:29 +0300] rev 36331
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
Reviewed-by: kvn, shade
vlivanov [Fri, 26 Feb 2016 01:58:26 +0300] rev 36330
8150186: Folding mismatched accesses with @Stable is incorrect
Reviewed-by: kvn, jrose, shade
twisti [Wed, 24 Feb 2016 09:22:45 -0800] rev 36329
8150561: [AArch64] JVMCI improvements
Reviewed-by: kvn
aph [Thu, 25 Feb 2016 14:47:08 +0000] rev 36328
Merge
aph [Wed, 24 Feb 2016 12:38:50 +0000] rev 36327
Merge
aph [Wed, 17 Feb 2016 14:06:45 +0000] rev 36326
8150045: arraycopy causes segfaults in SATB during garbage collection
Reviewed-by: roland
shade [Thu, 25 Feb 2016 15:10:16 +0300] rev 36325
8150534: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: vlivanov, thartmann
neliasso [Thu, 25 Feb 2016 11:17:33 +0100] rev 36324
Merge
neliasso [Thu, 25 Feb 2016 10:44:51 +0100] rev 36323
8069160: serviceability/dcmd/compiler/CompilerQueueTest.java fails due to class not found
Summary: Use whitebox to test specific cases making test less fragile
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:44:19 +0100] rev 36322
8149789: SIGSEGV in CompileTask::print
Summary: Print tasks from active compile threads requires safepoint
Reviewed-by: kvn
neliasso [Thu, 25 Feb 2016 10:42:42 +0100] rev 36321
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by: kvn
thartmann [Thu, 25 Feb 2016 08:47:57 +0100] rev 36320
8150441: CompileTask::print_impl() is broken after JDK-8146905
Summary: Timestamps should be explicitly initialized.
Reviewed-by: dholmes
roland [Wed, 24 Feb 2016 20:18:04 +0000] rev 36319
Merge
roland [Tue, 23 Feb 2016 17:18:31 +0100] rev 36318
8148353: [linux-sparc] Crash in libawt.so on Linux SPARC
Summary: gcc expects clean 32 bit int in 64 bit register on function entry
Reviewed-by: kvn, dlong
shade [Wed, 24 Feb 2016 18:43:51 +0300] rev 36317
8150514: C1 crashes in Canonicalizer::do_ArrayLength() after fix for JDK-8150102
Reviewed-by: thartmann, vlivanov
shade [Tue, 23 Feb 2016 22:09:41 +0300] rev 36316
8148146: Integrate new internal Unsafe entry points, and basic intrinsic support for VarHandles
Reviewed-by: psandoz, kvn, jrose, adinn, simonis, coleenp
roland [Tue, 23 Feb 2016 17:59:27 +0100] rev 36315
8007986: GrowableArray should implement binary search
Summary: binary search method for GrowableArray
Reviewed-by: vlivanov, jrose
shade [Tue, 23 Feb 2016 17:55:20 +0300] rev 36314
8150180: String.value contents should be trusted
Reviewed-by: vlivanov, redestad, jrose, twisti
jcm [Mon, 22 Feb 2016 23:37:29 -0800] rev 36313
8145333: -XX:+EnableJVMCI -XX:+UseJVMCICompiler -XX:-EnableJVMCI makes JVM crash
Summary: JVMCI Flags are checked for consistency after parse.
Reviewed-by: twisti
roland [Tue, 23 Feb 2016 10:22:56 +0000] rev 36312
Merge
roland [Tue, 16 Feb 2016 12:54:20 +0100] rev 36311
8149916: Test case for 8149797
Reviewed-by: kvn
shade [Fri, 19 Feb 2016 11:16:38 +0300] rev 36310
8150102: C1 should fold arraylength for constant/trusted arrays
Reviewed-by: vlivanov, kvn
roland [Wed, 17 Feb 2016 10:59:04 +0100] rev 36309
8148786: xml.tranform fails on x86-64
Summary: CCP computes wrong type for CountedLoop iv Phi
Reviewed-by: kvn
roland [Mon, 15 Feb 2016 10:14:33 +0100] rev 36308
8087341: C2 doesn't optimize redundant memory operations with G1
Summary: effect of memory barrier in post barrier is too wide
Reviewed-by: kvn, aph
Contributed-by: adinn <adinn@redhat.com>
thartmann [Mon, 22 Feb 2016 08:04:12 +0100] rev 36307
Merge
kshefov [Sat, 20 Feb 2016 11:49:45 +0300] rev 36306
8141619: Develop new tests for JVMCI compilerToVM class' CP related methods
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:49:02 +0300] rev 36305
8141618: Change JVMCI compilerToVM constant pool tests to support CP cache
Reviewed-by: twisti, dpochepk
kshefov [Sat, 20 Feb 2016 11:44:14 +0300] rev 36304
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk
mdoerr [Fri, 19 Feb 2016 11:09:59 +0100] rev 36303
8149655: PPC64: Implement CompactString intrinsics
Reviewed-by: goetz, kvn
vlivanov [Fri, 19 Feb 2016 20:45:26 +0300] rev 36302
8067014: LinearScan::is_sorted significantly slows down fastdebug builds' performance
Reviewed-by: vlivanov, shade
vlivanov [Fri, 19 Feb 2016 20:41:36 +0300] rev 36301
8149741: Don't refer to stub entry points by index in external_word relocations
Reviewed-by: kvn
vlivanov [Fri, 19 Feb 2016 20:40:20 +0300] rev 36300
7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Reviewed-by: jrose, kvn
thartmann [Fri, 19 Feb 2016 10:06:19 +0100] rev 36299
8145707: 4 Null pointer dereference defect groups in compileBroker.cpp.
Summary: Added explicit null checks to fix possible null pointer dereference errors for internal tests.
Reviewed-by: kvn
Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
ppunegov [Wed, 17 Feb 2016 17:48:56 +0300] rev 36298
8144621: CompilerControl: inline tests timeout with Xcomp
Summary: Restrict patterns that lead to timeout
Reviewed-by: kvn, neliasso
lana [Thu, 10 Mar 2016 09:28:10 -0800] rev 36297
Added tag jdk-9+109 for changeset 9ea881b5873b
erikj [Fri, 11 Mar 2016 09:27:56 +0100] rev 36296
8151685: Fix the version of required jdk in configure help text
Reviewed-by: erikj
Contributed-by: kubota.yuji@gmail.com
lana [Thu, 10 Mar 2016 09:49:42 -0800] rev 36295
Merge
simonis [Wed, 09 Mar 2016 11:15:04 +0100] rev 36294
8151497: Set REQUIRED_OS_NAME and REQUIRED_OS_VERSION on AIX
Reviewed-by: erikj
amurillo [Tue, 08 Mar 2016 19:03:30 -0800] rev 36293
Merge
amurillo [Sat, 05 Mar 2016 20:46:42 -0800] rev 36292
Merge
jwilhelm [Sat, 05 Mar 2016 10:10:16 +0100] rev 36291
Merge
ysuenaga [Mon, 29 Feb 2016 22:55:13 +0900] rev 36290
8150723: HSDB toolbar icons are missing.
Reviewed-by: erikj, dsamersoff
mgronlun [Tue, 01 Mar 2016 23:41:57 +0100] rev 36289
8143228: Update module exports for Java Flight Recorder
Reviewed-by: alanb, egahlin
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36288
Merge
neliasso [Thu, 25 Feb 2016 10:43:04 +0100] rev 36287
8148159: [TESTBUG] TestCompilerDirectivesCompatibility tests fails on non-tiered server VMs
Summary: Add whitebox for checking available compilers
Reviewed-by: kvn
thartmann [Mon, 22 Feb 2016 08:04:12 +0100] rev 36286
Merge
kshefov [Sat, 20 Feb 2016 11:43:13 +0300] rev 36285
8141616: Add new methods to the java Whitebox API
Reviewed-by: kvn, dpochepk
bchristi [Tue, 08 Mar 2016 11:36:30 -0800] rev 36284
8148187: Remove OS X-specific com.apple.concurrent package
Summary: Removed jdk.deploy.osx module (including com.apple.concurrent)
Reviewed-by: alanb, erikj, mchung
erikj [Tue, 08 Mar 2016 15:51:49 +0100] rev 36283
8151435: Windows devkit missing 32bit msvcdis120.dll
Reviewed-by: tbell
lana [Thu, 10 Mar 2016 09:28:08 -0800] rev 36282
Added tag jdk-9+109 for changeset 7fe73c768138
duke [Wed, 05 Jul 2017 21:25:36 +0200] rev 36281
Added tag jdk-9+109 for changeset c870cb782aca
duke [Wed, 05 Jul 2017 21:25:35 +0200] rev 36280
Merge
duke [Wed, 05 Jul 2017 21:25:29 +0200] rev 36279
Merge
sadayapalam [Mon, 07 Mar 2016 18:49:02 +0530] rev 36278
8148930: Incorrect erasure of exceptions in override-equivalent dual interface impl
Summary: Before computing intersection of thrown types, javac must make sure type variables come from the same set.
Reviewed-by: mcimadamore
ksrini [Sat, 05 Mar 2016 07:53:12 -0800] rev 36277
8150000: Javadoc omits package listing for type
Reviewed-by: jjg
ksrini [Thu, 03 Mar 2016 14:54:44 -0800] rev 36276
8150130: NPE building javafx docs with new doclet
Reviewed-by: jjg
lana [Thu, 03 Mar 2016 12:48:19 -0800] rev 36275
Merge
alundblad [Thu, 03 Mar 2016 15:53:51 +0100] rev 36274
8151141: Sjavac fails to fork server on Windows
Summary: Reverted changeset 3269:80c06d9873bd.
Reviewed-by: jlahoda
sadayapalam [Thu, 03 Mar 2016 15:07:29 +0530] rev 36273
8151134: Fix bug id in test for JDK-8151018
Reviewed-by: jlahoda
sadayapalam [Thu, 03 Mar 2016 06:10:58 +0530] rev 36272
8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
Reviewed-by: mcimadamore
ksrini [Wed, 02 Mar 2016 15:00:22 -0800] rev 36271
8150895: Fix bug id in test for JDK-8149842
Reviewed-by: bpatel
bpatel [Wed, 02 Mar 2016 21:27:01 +0000] rev 36270
8148985: javadoc "FRAMES" and "NO FRAMES" links not working correctly
Reviewed-by: jjg, ksrini
sadayapalam [Wed, 02 Mar 2016 19:09:38 +0530] rev 36269
8151016: Migrate asserts introduced in Valhalla code generation to JDK9 dev
Reviewed-by: mcimadamore
alundblad [Wed, 02 Mar 2016 13:12:24 +0100] rev 36268
8061320: Sjavac should prevent using source dir as dest dir
Summary: Sjavac now makes sure that src and dst dirs do not overlap.
Reviewed-by: jlahoda
alundblad [Wed, 02 Mar 2016 12:54:56 +0100] rev 36267
8150941: Sjavac should not wait for portfile to materialize if server process is terminated
Summary: Sjavac cancels forking early if server process dies.
Reviewed-by: jlahoda
lana [Thu, 03 Mar 2016 12:26:01 -0800] rev 36266
Added tag jdk-9+108 for changeset 8ced04acb5e0
duke [Wed, 05 Jul 2017 21:25:20 +0200] rev 36265
Merge
lana [Thu, 03 Mar 2016 12:48:49 -0800] rev 36264
Merge
aefimov [Tue, 01 Mar 2016 17:19:31 +0300] rev 36263
8150174: Update JAX-WS RI integration to latest version (2.3.0-SNAPSHOT)
Reviewed-by: lancea
lana [Thu, 03 Mar 2016 12:25:56 -0800] rev 36262
Added tag jdk-9+108 for changeset c4f635dcca66
duke [Wed, 05 Jul 2017 21:25:12 +0200] rev 36261
Merge
lana [Thu, 03 Mar 2016 12:25:55 -0800] rev 36260
Added tag jdk-9+108 for changeset 89f39e5bc737
duke [Wed, 05 Jul 2017 21:25:05 +0200] rev 36259
Merge
hannesw [Mon, 07 Mar 2016 13:28:51 +0100] rev 36258
8148148: Remove pluggable CodeStore API
Reviewed-by: attila, mhaupt
lana [Thu, 03 Mar 2016 12:26:03 -0800] rev 36257
Added tag jdk-9+108 for changeset 9f4e085a9160
duke [Wed, 05 Jul 2017 21:24:59 +0200] rev 36256
Merge
lana [Thu, 03 Mar 2016 12:25:51 -0800] rev 36255
Added tag jdk-9+108 for changeset 86c7eda39fe0
duke [Wed, 05 Jul 2017 21:24:54 +0200] rev 36254
Merge
darcy [Mon, 07 Mar 2016 12:10:55 -0800] rev 36253
8151393: Revert changes for JDK-8087104
Reviewed-by: alanb
ddehaven [Thu, 25 Feb 2016 15:42:01 -0800] rev 36252
8132743: Move netscape.javascript package from jdk.plugin to new module
Reviewed-by: kcr, mchung, alanb
sdrach [Mon, 07 Mar 2016 19:37:10 +0000] rev 36251
8151339: Adding fragment to JAR URLs breaks ant
Reviewed-by: alanb
mullan [Mon, 07 Mar 2016 10:11:59 -0500] rev 36250
Merge
mullan [Mon, 07 Mar 2016 10:10:04 -0500] rev 36249
8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
Reviewed-by: coffeys, vinnie
vinnie [Mon, 07 Mar 2016 14:52:36 +0000] rev 36248
8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes
Reviewed-by: xuelei
amlu [Sat, 05 Mar 2016 10:34:06 +0800] rev 36247
8151263: Mark java/rmi test LeaseCheckInterval.java as intermittently failing
Reviewed-by: darcy
amlu [Sat, 05 Mar 2016 10:30:23 +0800] rev 36246
8151286: Remove intermittent key from TestLocalTime.java and move back to tier1
Reviewed-by: darcy
darcy [Fri, 04 Mar 2016 10:09:54 -0800] rev 36245
8151225: Mark SpecTest.java as intermittently failing
Reviewed-by: mullan
erikj [Fri, 04 Mar 2016 18:36:27 +0100] rev 36244
8151302: Attempt at silencing build log broke html32.bdtd
Reviewed-by: mchung
erikj [Fri, 04 Mar 2016 17:05:52 +0100] rev 36243
8151297: Class name change for CLDRLocaleDataMetaInfo_jdk_localedata needs updating in makefile
Reviewed-by: alanb
xuelei [Fri, 04 Mar 2016 14:04:01 +0000] rev 36242
8148108: Disable Diffie-Hellman keys less than 1024 bits
Reviewed-by: vinnie, mullan
rpatil [Wed, 02 Mar 2016 23:28:59 +0530] rev 36241
8087104: DateFormatSymbols triggers this.clone() in the constructor
Summary: Instead of using its own instance for caching and calling clone in DateFormatSymbols, a nested class SymbolsCacheEntry is introduced.
Reviewed-by: okutsu, peytoia
darcy [Thu, 03 Mar 2016 22:55:41 -0800] rev 36240
8151228: Mark TestDSAGenParameterSpec.java as intermittently failing
Reviewed-by: xuelei
amlu [Fri, 04 Mar 2016 13:59:43 +0800] rev 36239
8038330: tools/jar/JarEntryTime.java fails intermittently on checking extracted file last modified values are the current times
Reviewed-by: sherman, plevart
darcy [Thu, 03 Mar 2016 15:47:08 -0800] rev 36238
8151226: Mark UdpTest.java as intermittently failing
Reviewed-by: lancea
shurailine [Thu, 03 Mar 2016 15:13:55 -0800] rev 36237
8150998: Fix module dependences in java/lang tests
Reviewed-by: mchung
sdrach [Thu, 03 Mar 2016 09:47:40 -0800] rev 36236
8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
Summary: also fixes JDK-8150920
Reviewed-by: psandoz, redestad
Contributed-by: steve.drach@oracle.com
lana [Thu, 03 Mar 2016 12:49:12 -0800] rev 36235
Merge
dl [Thu, 03 Mar 2016 10:46:22 -0800] rev 36234
8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
Reviewed-by: martin, psandoz
dl [Thu, 03 Mar 2016 10:43:07 -0800] rev 36233
8150523: improve jtreg test timeout handling, especially -timeout:
Reviewed-by: martin, psandoz, smarks