lana [Fri, 05 Jan 2018 20:10:46 +0000] rev 48447
Merge
lana [Fri, 05 Jan 2018 20:09:06 +0000] rev 48446
Added tag jdk-10+38 for changeset e569e83139fd
jjg [Fri, 05 Jan 2018 12:41:28 -0800] rev 48445
8188649: javadoc -encoding doesn't work when using the old doclet API
Reviewed-by: ksrini
thartmann [Fri, 05 Jan 2018 10:23:57 +0100] rev 48444
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
Summary: Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub.
Reviewed-by: kvn
iveresov [Thu, 04 Jan 2018 14:44:38 -0800] rev 48443
8194271: jaotc crashes with --debug flag
Reviewed-by: kvn, thartmann
ksrini [Thu, 04 Jan 2018 13:32:10 -0800] rev 48442
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
jjg [Thu, 04 Jan 2018 12:55:06 -0800] rev 48441
8194069: doclint throws missing comment warnings on lines which can't even have javadoc
Reviewed-by: ksrini
rfield [Thu, 04 Jan 2018 12:24:56 -0800] rev 48440
8179858: jshell tool: sync nomenclature from reference to online /help
Reviewed-by: dlsmith, jjg
bobv [Thu, 04 Jan 2018 13:41:19 -0500] rev 48439
Merge
goetz [Wed, 27 Dec 2017 11:31:09 +0100] rev 48438
8194232: Container memory not properly recognized.
Reviewed-by: bobv, mdoerr, acorn
bpatel [Thu, 04 Jan 2018 09:22:17 -0800] rev 48437
8192007: javadoc @uses and @provides tags in the modules documentation appears before the first-sentence summary of the service type.
Reviewed-by: jjg, ksrini
bpb [Fri, 05 Jan 2018 12:46:22 -0800] rev 48436
8194649: Minor cleanup of parameter checking in ByteArrayOutputStream and ObjectInputStream
Reviewed-by: rriggs
bpb [Fri, 05 Jan 2018 12:45:52 -0800] rev 48435
8193861: Typos in API documentation of File.toPath() and InetSocketAddress.getAddress()
Reviewed-by: chegar, rriggs, lancea
jjiang [Thu, 04 Jan 2018 19:58:45 -0800] rev 48434
8189760: sun/security/ssl/CertPathRestrictions/TLSRestrictions.java failed with unexpected Exception intermittently
Summary: Adds synchronization to make sure the server exception is available
Reviewed-by: xuelei
jjg [Thu, 04 Jan 2018 10:14:50 -0800] rev 48433
8194141: Remove JDK9Wrappers
Reviewed-by: erikj, alanb
ksrini [Wed, 03 Jan 2018 15:16:46 -0800] rev 48432
8193671: Default Methods tab under Method Summary includes static methods
Reviewed-by: jjg
alanb [Thu, 04 Jan 2018 15:50:51 +0000] rev 48431
8194644: Typo in ModuleDescriptor.read javadoc
Reviewed-by: alanb
Contributed-by: christoph.dreis@freenet.de
lana [Thu, 04 Jan 2018 04:22:28 +0000] rev 48430
Merge
joehw [Wed, 03 Jan 2018 18:21:10 -0800] rev 48429
8189704: broken links in the javax/xml/namespace package
Reviewed-by: darcy
goetz [Wed, 03 Jan 2018 14:41:17 -0800] rev 48428
8194482: Fix SIGSEGV in print_threads_compiling.
Reviewed-by: kvn
jjg [Wed, 03 Jan 2018 11:10:56 -0800] rev 48427
8193125: javac should not compile a module if it requires java.base with modifiers
Reviewed-by: vromero
sveerabhadra [Wed, 03 Jan 2018 15:37:35 +0530] rev 48426
8193468: [PIT][TEST BUG]: java/awt/FileDialog/MoveToTrashTest.java fails on Linux
Reviewed-by: aghaisas, serb
sballal [Wed, 03 Jan 2018 11:14:04 +0530] rev 48425
8194058: [TESTBUG] serviceability/sa/ClhsdbWhere.java fails to find method 'sleep' in output
Reviewed-by: dholmes, cjplummer
sballal [Wed, 03 Jan 2018 10:55:35 +0530] rev 48424
8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build
Reviewed-by: dholmes, cjplummer
jjg [Tue, 02 Jan 2018 16:07:47 -0800] rev 48423
8183964: Bad lexing of javadoc comments (change in parsing/rendering of backslashes in javadoc)
Reviewed-by: vromero, cushon
shurailine [Tue, 02 Jan 2018 09:56:53 -0800] rev 48422
8192837: Need new test for release info file
Summary: Detect when OpenJDK is built with ClosedJDK elements
Reviewed-by: erikj, dholmes, martin
Contributed-by: randy.crihfield@oracle.com
sballal [Wed, 27 Dec 2017 11:26:36 +0530] rev 48421
8193428: serviceability/sa/ClhsdbSymbol.java fails: java.lang.RuntimeException: 'UsageTracker' missing from stdout/stderr
Reviewed-by: dholmes, sspitsyn
sballal [Tue, 26 Dec 2017 15:53:13 +0530] rev 48420
8193427: serviceability/sa/ClhsdbPrintStatics.java fails: java.lang.RuntimeException: '_jfr_checkpoints' missing from stdout/stderr
Reviewed-by: dholmes, sspitsyn
rraghavan [Tue, 26 Dec 2017 00:38:49 -0800] rev 48419
8193699: aarch64 fails to build after 8167372
Summary: added ThreadInVMfromUnknown support
Reviewed-by: smonteith, vlivanov
dlong [Fri, 22 Dec 2017 22:06:54 -0800] rev 48418
8191854: Null pointer dereference in methodData.hpp:462
Reviewed-by: kvn
dlong [Fri, 22 Dec 2017 22:01:53 -0800] rev 48417
8191852: Null pointer dereference in ciKlass::get_Klass of ciKlass.hpp:58
Reviewed-by: kvn
dmarkov [Fri, 22 Dec 2017 18:49:41 +0000] rev 48416
8193435: Remove pre-1.2 SecurityManager text from java.awt.Toolkit
Reviewed-by: serb, mullan
jcbeyler [Wed, 20 Dec 2017 08:38:20 -0800] rev 48415
8191988: JDK-8190862 work for arch s390
Summary: Cleanup interpreter TLAB code and fix ZeroTLAB
Reviewed-by: mdoerr, goetz
lana [Fri, 22 Dec 2017 01:28:29 +0000] rev 48414
Merge
lana [Fri, 22 Dec 2017 01:27:36 +0000] rev 48413
Added tag jdk-10+37 for changeset 4f830b447edf
joehw [Thu, 21 Dec 2017 17:08:05 -0800] rev 48412
8184431: References to @sun.com
Reviewed-by: lancea
attila [Wed, 20 Dec 2017 17:36:50 +0100] rev 48411
8193371: Use Dynalink REMOVE operation in Nashorn
Reviewed-by: hannesw, sundar
psandoz [Wed, 20 Dec 2017 11:40:45 -0800] rev 48410
8193856: takeWhile produces incorrect result with elements produced by flatMap
Reviewed-by: smarks
joehw [Thu, 21 Dec 2017 09:29:24 -0800] rev 48409
8193568: @LastModified tag in license header
Reviewed-by: rriggs
chegar [Thu, 21 Dec 2017 16:58:51 +0000] rev 48408
8193365: Improve interoperability between HTTP Client's BodyPublisher/BodySubscriber and Flow.Subscriber/Publisher
Reviewed-by: dfuchs
hannesw [Thu, 21 Dec 2017 10:26:03 +0100] rev 48407
8193491: JavaImporter fails to resolve method elements within functions, that contain too many statements
Reviewed-by: hannesw, sundar, jlaskey
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
jjg [Wed, 20 Dec 2017 13:28:23 -0800] rev 48406
8193512: Remove remnants of javah from jdk/jdk repo
Reviewed-by: tbell, erikj, alanb, darcy
coleenp [Tue, 19 Dec 2017 15:56:28 -0500] rev 48405
8193622: JFR test TestUnloadingEventClass.java times out intermittently
Summary: Previous change was leaving scratch classes on CLD::_klasses list which are reported to tracing
Reviewed-by: gtriantafill, dcubed, mgronlun
jwilhelm [Wed, 20 Dec 2017 20:55:07 +0100] rev 48404
Merge
iklam [Wed, 13 Dec 2017 15:37:48 -0800] rev 48403
8165603: runtime/appcds/UseAppCDS.java: failed to clean up files after test when running with agentvm
Reviewed-by: mseledtsov, dholmes
lkorinth [Wed, 06 Dec 2017 11:11:16 +0100] rev 48402
8133805: Remove the bot_updates parameter from G1Allocator's allocation methods
Reviewed-by: tschatzl, sjohanss
jgeorge [Thu, 14 Dec 2017 12:49:47 +0530] rev 48401
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
Summary: Create tests for the clhsdb commands: inspect, scanoops and printas
Reviewed-by: sspitsyn, sballal, cjplummer
dlong [Wed, 13 Dec 2017 20:35:09 -0800] rev 48400
8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
Reviewed-by: kvn
jwilhelm [Wed, 13 Dec 2017 23:06:59 +0100] rev 48399
Merge
iveresov [Wed, 13 Dec 2017 12:28:22 -0800] rev 48398
8193439: Update Graal
Reviewed-by: kvn
kvn [Wed, 13 Dec 2017 11:59:55 -0800] rev 48397
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
Summary: skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
vlivanov [Wed, 13 Dec 2017 19:32:48 +0300] rev 48396
8190869: C2: missing strength reduction of Math.pow(x, 2.0D) to x*x
Reviewed-by: kvn
coleenp [Wed, 13 Dec 2017 07:14:18 -0500] rev 48395
8193053: jvm crash by G1CMBitMapClosure::do_addr
Summary: We were adding an unloaded mirror to the SATB collection set in remove_handle.
Reviewed-by: hseigel, kbarrett
neliasso [Wed, 13 Dec 2017 10:21:21 +0100] rev 48394
8192971: LockCompilationTest fails intermittently
Summary: Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
bchristi [Tue, 12 Dec 2017 21:46:06 -0500] rev 48393
8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
Reviewed-by: dholmes, mchung
bchristi [Fri, 08 Dec 2017 13:04:43 -0800] rev 48392
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
dholmes [Tue, 12 Dec 2017 21:43:00 -0500] rev 48391
Merge
dholmes [Tue, 12 Dec 2017 19:06:19 -0500] rev 48390
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
Reviewed-by: coleenp, dcubed
dcubed [Tue, 12 Dec 2017 21:27:06 -0500] rev 48389
8193407: jdk/hs fails Solaris slowdebug test-image build
Summary: Add a missing '-lc' option for libCNLookUp.
Reviewed-by: dholmes, kvn
coleenp [Tue, 12 Dec 2017 14:14:06 -0500] rev 48388
Merge
coleenp [Tue, 12 Dec 2017 11:55:57 -0500] rev 48387
8193386: CompressedClassSize too large with MaxMetaspace
Reviewed-by: ysuenaga, coleenp
Contributed-by: manc@google.com
thartmann [Tue, 12 Dec 2017 19:05:02 +0100] rev 48386
8193363: TestDumpReplay.java fails with product builds
Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
cjplummer [Sat, 09 Dec 2017 07:50:50 -0800] rev 48385
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
Summary: call FindClass() when we are in the proper classloader context
Reviewed-by: sspitsyn, dholmes, amenkov
jwilhelm [Fri, 08 Dec 2017 23:43:25 +0100] rev 48384
Merge