lana [Thu, 18 Aug 2016 21:34:03 +0000] rev 40412
Merge
jnimeh [Thu, 18 Aug 2016 12:48:23 -0700] rev 40411
8162808: Add references to the standard JSSE cipher suite names in javadoc
Summary: Add hyperlinks to the cipher suite section of the Standard Names documentation for various SSL class methods when they reference cipher suites by name
Reviewed-by: xuelei, mullan
igerasim [Thu, 18 Aug 2016 22:07:09 +0300] rev 40410
8163517: Various cleanup in java.io code
Reviewed-by: shade, rriggs, redestad
lancea [Thu, 18 Aug 2016 15:05:02 -0400] rev 40409
8138661: Minor correction in Java API doc for DataSource
Reviewed-by: naoto
redestad [Thu, 18 Aug 2016 19:00:39 +0200] rev 40408
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
Reviewed-by: vlivanov, mhaupt, shade
amurillo [Thu, 18 Aug 2016 09:52:43 -0700] rev 40407
8164329: Problem list sun/rmi/runtime/Log/6409194/NoConsoleOutput.java on windows due to JDK-8164124
Reviewed-by: darcy
snikandrova [Thu, 18 Aug 2016 16:27:15 +0300] rev 40406
8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
Reviewed-by: dfuchs, clanger
lancea [Thu, 18 Aug 2016 12:39:23 -0400] rev 40405
8161965: Create initial javadoc description for modules
Reviewed-by: mchung, alanb, abuckley
ascarpino [Wed, 17 Aug 2016 16:03:52 -0700] rev 40404
8156192: Provider#compute and #merge methods expect wrong permission & #compute ClassCastException even with wrong permission.
Reviewed-by: mullan, jnimeh
vinnie [Wed, 17 Aug 2016 21:14:39 +0100] rev 40403
6977937: The SunJCE PBKDF2KeyImpl is requiring the MAC instance also be from SunJCE.
Reviewed-by: xuelei, ascarpino, wetmore
mullan [Wed, 17 Aug 2016 14:41:17 -0400] rev 40402
Merge
mullan [Wed, 17 Aug 2016 14:40:12 -0400] rev 40401
8164071: Default.policy file missing content for solaris
Reviewed-by: erikj
amurillo [Wed, 17 Aug 2016 08:44:38 -0700] rev 40400
Merge
amurillo [Tue, 16 Aug 2016 08:18:27 -0700] rev 40399
Merge
amurillo [Fri, 12 Aug 2016 13:58:18 -0700] rev 40398
Merge
ysuenaga [Mon, 08 Aug 2016 21:59:33 +0900] rev 40397
8163272: jhsdb jinfo cannot show system properties
Reviewed-by: dholmes, dsamersoff
amurillo [Fri, 05 Aug 2016 09:58:09 -0700] rev 40396
Merge
cjplummer [Thu, 04 Aug 2016 16:11:30 -0700] rev 40395
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
Summary: Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
weijun [Wed, 17 Aug 2016 10:08:18 +0800] rev 40394
8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
Reviewed-by: xuelei
weijun [Tue, 16 Aug 2016 21:28:10 +0800] rev 40393
8141411: keytool can wrongly parse the start date value given by the -startdate option
Reviewed-by: xuelei
ssahoo [Tue, 16 Aug 2016 12:34:00 +0530] rev 40392
8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
Reviewed-by: valeriep
nishjain [Tue, 16 Aug 2016 15:26:41 +0900] rev 40391
8129555: DateFormatSymbols: month-related methods must refer to Calendar constants
Reviewed-by: naoto, okutsu, peytoia
asmotrak [Mon, 15 Aug 2016 16:32:41 -0700] rev 40390
8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error
Reviewed-by: xuelei, jnimeh
igerasim [Mon, 15 Aug 2016 23:45:32 +0300] rev 40389
8163896: Finalizing one key of a KeyPair invalidates the other key
Reviewed-by: coffeys, vinnie
lana [Thu, 18 Aug 2016 21:01:22 +0000] rev 40388
Added tag jdk-9+132 for changeset 5542e4584972
duke [Wed, 05 Jul 2017 22:06:09 +0200] rev 40387
Merge
amurillo [Fri, 19 Aug 2016 11:22:14 -0700] rev 40386
Merge
hseigel [Tue, 16 Aug 2016 09:56:18 -0400] rev 40385
8030221: Checking for anonymous class should check for NULL as well as potential nesting
Summary: Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
cjplummer [Mon, 15 Aug 2016 13:14:08 -0700] rev 40384
8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
Summary: Skip an extra frame in _get_previous_fp() when it is not inlined.
Reviewed-by: dholmes, zgu
cjplummer [Mon, 15 Aug 2016 13:13:48 -0700] rev 40383
8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
Summary: Better frame skipping logic in NativeCallStack::NativeCallStack.
Reviewed-by: dholmes, zgu
cjplummer [Mon, 15 Aug 2016 13:06:50 -0700] rev 40382
8133749: os::current_frame() is not returning the proper frame on ARM and solaris-x64
Summary: Need to go up one extra frame to be consistent with other platforms.
Reviewed-by: dholmes, zgu
erikj [Mon, 15 Aug 2016 16:15:16 +0200] rev 40381
8069540: Remove universal binaries support from hotspot build
Reviewed-by: tbell, dholmes, dcubed
ysuenaga [Tue, 09 Aug 2016 21:57:29 +0900] rev 40380
8163185: jhsdb jstack cannot work with normal mode
Reviewed-by: dsamersoff, dholmes
amurillo [Fri, 12 Aug 2016 14:12:55 -0700] rev 40379
Merge
fparain [Fri, 12 Aug 2016 08:46:17 -0700] rev 40378
8146697: VM crashes in test Test7005594
Reviewed-by: coleenp, dholmes
dholmes [Fri, 12 Aug 2016 00:19:44 -0400] rev 40377
8159461: bigapps/Kitchensink/stressExitCode hits assert: Must be VMThread or JavaThread
Reviewed-by: fparain, simonis, dcubed
iveresov [Thu, 11 Aug 2016 16:22:08 -0700] rev 40376
Merge
dpochepk [Tue, 09 Aug 2016 16:47:47 +0300] rev 40375
8160299: Test8015436 doesn't check which method was executed
Reviewed-by: kvn
dpochepk [Tue, 09 Aug 2016 14:17:28 +0300] rev 40374
8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB
Reviewed-by: kvn
dpochepk [Tue, 09 Aug 2016 14:16:44 +0300] rev 40373
8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache
Reviewed-by: kvn
dnsimon [Mon, 08 Aug 2016 17:06:21 +0200] rev 40372
8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
Summary: Simplify CompilerToVM.getConstantPool() and related tests.
Reviewed-by: kvn, zmajo
dpochepk [Mon, 08 Aug 2016 11:30:46 +0300] rev 40371
8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class
Reviewed-by: iveresov
iveresov [Sat, 06 Aug 2016 11:52:37 -0700] rev 40370
8163313: assert(comp != __null) failed: compiler not available
Summary: Constrain compLevel parameter in WB_IsIntrinsicAvailable() to supported levels
Reviewed-by: kvn
iveresov [Fri, 05 Aug 2016 13:37:53 -0700] rev 40369
Merge
dpochepk [Fri, 05 Aug 2016 16:23:44 +0300] rev 40368
8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
Reviewed-by: kvn
dpochepk [Fri, 05 Aug 2016 16:22:30 +0300] rev 40367
8161279: Various JMX-tests timed out
Reviewed-by: kvn
mdoerr [Thu, 04 Aug 2016 22:42:05 -0400] rev 40366
8162369: PPC64: Wrong ucontext used after SIGTRAP while in HTM critical section
Reviewed-by: simonis
Contributed-by: Gustavo Romero <gromero@linux.vnet.ibm.com>
thartmann [Thu, 04 Aug 2016 10:34:34 +0200] rev 40365
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
Summary: Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper().
Reviewed-by: kvn
thartmann [Thu, 04 Aug 2016 08:58:22 +0200] rev 40364
8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
Summary: Value of CICompilerCount should be range checked after ergo. Don't create C2 compiler threads with TieredStopAtLevel=1.
Reviewed-by: kvn
never [Wed, 03 Aug 2016 15:52:38 +0000] rev 40363
Merge
never [Tue, 02 Aug 2016 17:12:16 -0700] rev 40362
8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
Reviewed-by: kvn
kvn [Tue, 02 Aug 2016 19:46:29 -0700] rev 40361
8163018: Slow compiler tests in JPRT
Summary: fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test.
Reviewed-by: dholmes, dcubed
dcubed [Thu, 11 Aug 2016 21:35:09 +0200] rev 40360
Merge
lfoltan [Thu, 11 Aug 2016 16:13:05 +0000] rev 40359
Merge
lfoltan [Thu, 11 Aug 2016 11:41:11 -0400] rev 40358
8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
Summary: Correct the refcounting of ClassLoaderData::_keep_alive for anonymous classes.
Reviewed-by: acorn, coleenp, dholmes, jiangli
dsamersoff [Thu, 11 Aug 2016 17:47:25 +0300] rev 40357
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
Summary: Added code to represent the frame mirror offset in SA
Reviewed-by: dsamersoff
Contributed-by: jini.george@oracle.com
ysuenaga [Wed, 10 Aug 2016 21:02:14 -0400] rev 40356
8163580: Cannot get Monitor Cache Dump in HSDB
Reviewed-by: dholmes
rehn [Wed, 10 Aug 2016 09:24:42 +0200] rev 40355
8161026: GPL header missing comma in year
Reviewed-by: sjohanss, redestad
lana [Thu, 18 Aug 2016 21:33:36 +0000] rev 40354
Merge
amurillo [Tue, 16 Aug 2016 08:08:00 -0700] rev 40353
Merge
dcubed [Thu, 11 Aug 2016 12:27:20 -0700] rev 40352
8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
Reviewed-by: hseigel
amurillo [Fri, 12 Aug 2016 13:58:14 -0700] rev 40351
Merge
dsamersoff [Mon, 08 Aug 2016 15:53:02 +0000] rev 40350
Merge
ysuenaga [Mon, 08 Aug 2016 21:59:12 +0900] rev 40349
8163272: jhsdb jinfo cannot show system properties
Reviewed-by: dholmes, dsamersoff
dsamersoff [Mon, 08 Aug 2016 17:15:46 +0300] rev 40348
8163269: Testcase missed in push for JDK-8160817
Summary: Add missed testcase
Reviewed-by: dsamersoff
Contributed-by: sharath.ballal@oracle.com
amurillo [Fri, 05 Aug 2016 09:58:09 -0700] rev 40347
Merge
cjplummer [Thu, 04 Aug 2016 16:11:49 -0700] rev 40346
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
Summary: Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
mockner [Thu, 04 Aug 2016 23:17:33 +0200] rev 40345
Merge
mockner [Thu, 04 Aug 2016 12:55:28 -0400] rev 40344
8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
Summary: Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java
Reviewed-by: coleenp, gtriantafill
coleenp [Thu, 04 Aug 2016 19:50:23 +0000] rev 40343
Merge
gthornbr [Thu, 04 Aug 2016 10:11:35 -0700] rev 40342
8162999: Build give extraneous find warnings
Summary: removed JtregNative.gmk line that was part of a merger error
Reviewed-by: coleenp, fparain
mockner [Thu, 04 Aug 2016 20:28:12 +0200] rev 40341
Merge
mockner [Thu, 04 Aug 2016 18:34:40 +0200] rev 40340
Merge
mockner [Thu, 04 Aug 2016 12:24:10 -0400] rev 40339
8159917: Space character is missing in ClassLoaderData::print_value_on
Summary: Added missing space in ClassLoaderData::print_value_on
Reviewed-by: coleenp
lmesnik [Thu, 04 Aug 2016 14:04:14 +0300] rev 40338
8162852: Mark stress compiler and gc tests with stress keyword
Reviewed-by: kvn, tschatzl
iveresov [Wed, 03 Aug 2016 15:55:40 -0700] rev 40337
Merge
dlong [Tue, 02 Aug 2016 11:06:25 -0700] rev 40336
8029441: assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
Summary: move patchable check into patch_pc
Reviewed-by: dcubed
kvn [Mon, 01 Aug 2016 22:34:23 -0700] rev 40335
Merge
roland [Sat, 30 Jul 2016 04:05:28 -0700] rev 40334
8161652: Crash with assert(ft == _type) failed in PhiNode::Value()
Summary: Use CastPP and CheckCastPP when NotNull and klass have to be casted on Phi with unique input.
Reviewed-by: kvn
cjplummer [Wed, 03 Aug 2016 13:56:27 -0700] rev 40333
8161030: GPL header missing comma after year
Summary: Added comma.
Reviewed-by: coleenp, fparain
coleenp [Wed, 03 Aug 2016 09:40:21 -0400] rev 40332
8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
Summary: Test condition in assert in frame::safe_for_sender() for entry frames and return false.
Reviewed-by: mgronlun, fparain
dcubed [Tue, 02 Aug 2016 20:55:27 -0700] rev 40331
Merge
gthornbr [Tue, 02 Aug 2016 13:48:07 -0700] rev 40330
8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k
Summary: changed argument from 328k to 1M
Reviewed-by: dcubed, fparain, dholmes
jprovino [Wed, 03 Aug 2016 02:10:23 +0000] rev 40329
Merge
jprovino [Tue, 02 Aug 2016 16:39:33 -0400] rev 40328
8071770: G1 does not implement millis_since_last_gc which is needed by RMI GC
Summary: G1 does not return a correct value for the CollectedHeap::millis_since_last_gc
Reviewed-by: jmasa, tschatzl
lana [Thu, 18 Aug 2016 21:01:21 +0000] rev 40327
Added tag jdk-9+132 for changeset a11ec8919fef
amurillo [Mon, 22 Aug 2016 08:27:08 -0700] rev 40326
Merge
amurillo [Fri, 19 Aug 2016 11:22:13 -0700] rev 40325
Merge
erikj [Mon, 15 Aug 2016 16:14:59 +0200] rev 40324
8069540: Remove universal binaries support from hotspot build
Reviewed-by: tbell, dholmes, dcubed
tbell [Fri, 19 Aug 2016 07:54:03 -0700] rev 40323
8164402: key word 'requires' appearing in comment causing a build failure
Reviewed-by: erikj, dholmes
lana [Thu, 18 Aug 2016 21:01:21 +0000] rev 40322
Added tag jdk-9+132 for changeset cbba9772b2be
duke [Wed, 05 Jul 2017 22:05:30 +0200] rev 40321
Added tag jdk-9+132 for changeset 2e83d21d78cd
duke [Wed, 05 Jul 2017 22:05:29 +0200] rev 40320
Merge
duke [Wed, 05 Jul 2017 22:05:22 +0200] rev 40319
Merge
jlahoda [Mon, 15 Aug 2016 08:28:26 +0200] rev 40318
8129421: JShell: unacceptable suggestions in 'extends', 'implements' in smart completion
8129422: JShell: methods and fields of uncompleted expressions should be suggested
Summary: Fixing several completion bugs
Reviewed-by: rfield
vromero [Sat, 13 Aug 2016 09:42:26 -0700] rev 40317
8067485: ct.properties has no copyright notice
Reviewed-by: jjg
jjg [Fri, 12 Aug 2016 17:45:31 -0700] rev 40316
8052398: Uniqify test framework class names
Reviewed-by: darcy
jjg [Fri, 12 Aug 2016 16:03:36 -0700] rev 40315
8160137: HTMLDoclet and AbstractDoclet should implement Doclet
Reviewed-by: ksrini
jjg [Fri, 12 Aug 2016 15:41:47 -0700] rev 40314
8163524: doclet resources doclet.usage.NAME.name are redundant
Reviewed-by: ksrini
sadayapalam [Fri, 12 Aug 2016 11:49:18 +0530] rev 40313
8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
Reviewed-by: mcimadamore, ksrini
lana [Thu, 11 Aug 2016 17:02:00 +0000] rev 40312
Merge
jlahoda [Thu, 11 Aug 2016 17:26:12 +0200] rev 40311
8133884: javac moduleName/className and moduleName/packageName options
8162711: javax.lang.model.util.Elements.getModuleElement returns null during annotation processing on class files
Summary: Adding a test for annotation processing for <module-name>/<class-name>; ensuring the <module-name> module is in the module graph.
Reviewed-by: jjg
ksrini [Wed, 10 Aug 2016 16:19:09 -0700] rev 40310
8152054: fix @ignored langtools/test/jdk/javadoc/tool/ tests
Reviewed-by: jjg
mchung [Wed, 10 Aug 2016 15:54:25 -0700] rev 40309
Merge
jjg [Wed, 10 Aug 2016 15:47:46 -0700] rev 40308
8136930: Simplify use of module-system options by custom launchers
8160489: Multiple -Xpatch lines ignored by javac
8156998: javac should support new option -XinheritRuntimeEnvironment
Reviewed-by: jlahoda, ksrini
rfield [Wed, 10 Aug 2016 15:52:26 -0700] rev 40307
8163817: JShell tests: disable minor failing editor tool cases: 8161276, 8163816, 8159229
Reviewed-by: jlahoda, psandoz, darcy
vromero [Wed, 10 Aug 2016 13:52:02 -0700] rev 40306
8160156: javac is generating let expressions unnecessarily
Reviewed-by: mcimadamore
Contributed-by: vicente.romero@oracle.com, maurizio.cimadamore@oracle.com
rfield [Wed, 10 Aug 2016 10:47:43 -0700] rev 40305
8163500: JShell: ProblemList.txt update: 8139872 and 8080843 fixed
Reviewed-by: jlahoda
rfield [Tue, 09 Aug 2016 23:00:49 -0700] rev 40304
8143964: JShell API: convert query responses to Stream instead of List
Reviewed-by: psandoz, shinyafox
jjg [Tue, 09 Aug 2016 13:22:57 -0700] rev 40303
8160697: HTMLWriter needs perf cleanup
Reviewed-by: ksrini, bpatel
jlahoda [Tue, 09 Aug 2016 20:27:06 +0200] rev 40302
8143048: Re-examine dependency on property sun.boot.class.path
Summary: Removing obsolete references to sun.boot.class.path
Reviewed-by: jjg
ksrini [Tue, 09 Aug 2016 07:31:16 -0700] rev 40301
8075529: Documentation in DocumentationTool.getTask(...) should mention about "null" parameter for doclet.
Reviewed-by: jjg
lana [Thu, 11 Aug 2016 15:47:10 +0000] rev 40300
Added tag jdk-9+131 for changeset 48d9e26a8fa4
duke [Wed, 05 Jul 2017 22:05:10 +0200] rev 40299
Merge
lana [Thu, 11 Aug 2016 17:02:08 +0000] rev 40298
Merge
mchung [Wed, 10 Aug 2016 15:49:27 -0700] rev 40297
8136930: Simplify use of module-system options by custom launchers
Reviewed-by: alanb, ksrini, henryjen, sundar
lana [Thu, 11 Aug 2016 15:47:08 +0000] rev 40296
Added tag jdk-9+131 for changeset 11487423d488
duke [Wed, 05 Jul 2017 22:05:03 +0200] rev 40295
Merge
joehw [Thu, 11 Aug 2016 13:34:30 -0700] rev 40294
8163535: javax/xml/jaxp/unittest/catalog/CatalogSupport2.java failed due to SocketTimeoutException
Reviewed-by: lancea
lana [Thu, 11 Aug 2016 17:02:17 +0000] rev 40293
Merge