valeriep [Wed, 29 Nov 2017 00:43:59 +0000] rev 47953
8182484: Remove 1024-bit default requirement from javadoc of java.security.interfaces.DSAKeyPairGenerator
Summary: updated javadoc to remove the text of using 1024 as the default key size
Reviewed-by: mullan
mcimadamore [Tue, 28 Nov 2017 18:51:55 +0000] rev 47952
8178427: NPE in Infer$CheckUpperBounds
Summary: void target-type causes a crash during overload resolution
Reviewed-by: vromero
bchristi [Tue, 28 Nov 2017 10:15:47 -0800] rev 47951
8191173: (cl) Clarify or remove "for delegation" in ClassLoader spec
Reviewed-by: alanb, dholmes, martin, mchung
hannesw [Tue, 28 Nov 2017 15:55:50 +0100] rev 47950
8191891: Update minumum Ant version in Nashorn build.xml
Reviewed-by: jlaskey, sundar
hannesw [Tue, 28 Nov 2017 15:36:36 +0100] rev 47949
8059835: Optimistic splitting doesn't work with let and const
Reviewed-by: jlaskey, attila
jlahoda [Mon, 27 Nov 2017 19:29:00 +0100] rev 47948
8133616: compiler error messages for dup single type, single static import switched
Summary: When reporting clashing imports, use the (non-)staticness of the original import to generate the error message.
Reviewed-by: mcimadamore
attila [Tue, 28 Nov 2017 07:58:32 +0100] rev 47947
8191878: Reduce code duplication in BeanLinker
Reviewed-by: hannesw, sundar
mchung [Mon, 27 Nov 2017 19:20:17 -0800] rev 47946
Merge
mchung [Mon, 27 Nov 2017 14:41:59 -0800] rev 47945
8190911: tools/jdeps/MultiReleaseJar.java failed with java.lang.IllegalThreadStateException
Reviewed-by: bpb
darcy [Mon, 27 Nov 2017 18:00:56 -0800] rev 47944
8191234: TypeKindVisitor needs to handle modules
Reviewed-by: jjg
ihse [Mon, 27 Nov 2017 22:22:03 +0100] rev 47943
8191923: Save run-test summary to file
Reviewed-by: tbell
vromero [Mon, 27 Nov 2017 13:26:31 -0500] rev 47942
8185451: Misleading 'cannot be accessed from outside package' diagnostic for inconsistent varargs override
Reviewed-by: mcimadamore
ihse [Mon, 27 Nov 2017 19:16:55 +0100] rev 47941
8179554: make run-test does not respect ProblemList.txt
Reviewed-by: erikj
ihse [Mon, 27 Nov 2017 19:15:24 +0100] rev 47940
8191856: "make clean-test" does not work properly
Reviewed-by: erikj
ihse [Mon, 27 Nov 2017 19:14:42 +0100] rev 47939
8179555: make run-test should always use a fresh, clean JTwork directory
Reviewed-by: erikj
ihse [Mon, 27 Nov 2017 19:13:20 +0100] rev 47938
8189099: JTReg now supports 256 jobs
Reviewed-by: martin, erikj
ihse [Mon, 27 Nov 2017 19:11:45 +0100] rev 47937
8177957: run-test summary lines look bad/misleading with long test names
Reviewed-by: erikj
vromero [Mon, 27 Nov 2017 10:40:42 -0500] rev 47936
8185983: Javac should reject TypeArguments on field access expression
Reviewed-by: mcimadamore
sundar [Mon, 27 Nov 2017 17:04:33 +0530] rev 47935
8135178: importPackage not working even with load "Mozilla compatibility script"
Reviewed-by: hannesw
mcimadamore [Fri, 24 Nov 2017 16:14:33 +0000] rev 47934
8191834: Assigning a void expression to a "var" crashes the compiler
Summary: local variable type inference should give error on void initializers
Reviewed-by: sundar
ihse [Fri, 24 Nov 2017 09:45:39 +0100] rev 47933
8191205: Set native-debug-symbols default to "external"
Reviewed-by: ehelin, erikj
ihse [Fri, 24 Nov 2017 09:21:38 +0100] rev 47932
8191820: Fix run-test jtreg test selection and component calculation
Reviewed-by: erikj
jlahoda [Thu, 23 Nov 2017 19:44:13 +0100] rev 47931
8178109: More useful documentation on /help
Summary: For /help <command/subject>, show the help for the command/subject directly.
Reviewed-by: rfield
aefimov [Thu, 23 Nov 2017 18:23:15 +0000] rev 47930
8187954: Update JAX-WS RI integration to latest version
Reviewed-by: lancea
Contributed-by: zheng.jun.li@oracle.com
hannesw [Thu, 23 Nov 2017 16:20:10 +0100] rev 47929
8191819: String.prototype.match should follow ES6 specification
Reviewed-by: sundar
ihse [Thu, 23 Nov 2017 13:24:40 +0100] rev 47928
8191715: Update documentation pointing to "common" directory
Reviewed-by: erikj
sundar [Thu, 23 Nov 2017 15:03:22 +0530] rev 47927
8191810: jjs should avoid hard coded javadoc base url for shift-tab documentation feature
Reviewed-by: hannesw
nishjain [Thu, 23 Nov 2017 13:21:50 +0530] rev 47926
8191404: Upgrading JDK with latest available LSR data from IANA.
Reviewed-by: naoto
Contributed-by: nishit.jain@oracle.com
igerasim [Wed, 22 Nov 2017 16:31:28 -0800] rev 47925
8068024: Null pointer dereference in jdk/src/macosx/native/apple/security/KeystoreImpl.m
Reviewed-by: weijun
lana [Wed, 22 Nov 2017 23:31:37 +0000] rev 47924
Merge
lana [Wed, 22 Nov 2017 23:30:20 +0000] rev 47923
Added tag jdk-10+33 for changeset bbd692ad4fa3
shurailine [Wed, 22 Nov 2017 02:07:08 -0800] rev 47922
8191736: replace javah w/ javac in jdk tests
Reviewed-by: serb, jjg
sundar [Wed, 22 Nov 2017 22:24:11 +0530] rev 47921
8191771: nashorn ant makefile uses javadoc -link which may fail
Reviewed-by: jlaskey
bpb [Wed, 22 Nov 2017 08:12:45 -0800] rev 47920
8191516: OutputStream.write(byte[],int,int) could have fewer parameter bounds checks
Summary: Reduce parameter bounds checks from five to three as in InputStream::read
Reviewed-by: psandoz
jwilhelm [Wed, 22 Nov 2017 16:12:05 +0100] rev 47919
Merge
sballal [Tue, 21 Nov 2017 11:27:46 +0530] rev 47918
8191401: [TESTBUG] serviceability/sa/ClhsdbFlags.java can fail due to UseJVMCICompiler
Reviewed-by: dholmes, jgeorge
rehn [Mon, 20 Nov 2017 10:10:58 +0100] rev 47917
8191373: Multiple NUMA nodes expected
Reviewed-by: dholmes, gromero, dcubed
dlong [Tue, 21 Nov 2017 09:04:42 -0800] rev 47916
8190817: deopt special-case for _return_register_finalizer is confusing and leads to bugs
Reviewed-by: vlivanov, dpochepk
dchuyko [Fri, 17 Nov 2017 20:56:14 +0300] rev 47915
8189177: AARCH64: Improve _updateBytesCRC32C intrinsic
Reviewed-by: drwhite, dsamersoff
zgu [Thu, 16 Nov 2017 20:21:11 -0500] rev 47914
8190357: NMT: Include metadata information in NMT final report when PrintNMTStatistics is on
Summary: Include metadata information in NMT final report
Reviewed-by: adinn, stuefe
rkennke [Thu, 16 Nov 2017 12:53:29 +0100] rev 47913
8189389: Move heap creation into GC interface
Reviewed-by: pliden, eosterlund
rkennke [Thu, 16 Nov 2017 17:10:21 +0100] rev 47912
8191424: Missing include in gcArguments.cpp
Reviewed-by: eosterlund, kbarrett
mdoerr [Thu, 16 Nov 2017 10:20:18 +0100] rev 47911
8191337: GCC 4.8 build broken after 8186571
Reviewed-by: kbarrett, sjohanss
jwilhelm [Fri, 17 Nov 2017 02:50:51 +0100] rev 47910
Merge
uvangapally [Fri, 17 Nov 2017 11:08:44 +0530] rev 47909
8024352: MBeanOperationInfo accepts any int value as "impact"
Summary: MBeanOperationInfo throw an llegalArgumentException if the impact argument is not among the defined values
Reviewed-by: rriggs, dfuchs, mchung
Contributed-by: ujwal.vangapally@oracle.com
mseledtsov [Thu, 16 Nov 2017 19:01:01 -0800] rev 47908
8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration
Summary: Created tests for the feature
Reviewed-by: bobv, iignatyev
coleenp [Thu, 16 Nov 2017 18:34:33 -0500] rev 47907
Merge
glaubitz [Wed, 15 Nov 2017 16:03:56 +0100] rev 47906
8191333: Zero variant broken after 8189941
Reviewed-by: rehn, coleenp
bobv [Thu, 16 Nov 2017 18:06:14 -0500] rev 47905
Merge
bobv [Thu, 16 Nov 2017 09:50:49 -0500] rev 47904
Merge
bobv [Wed, 15 Nov 2017 10:34:17 -0500] rev 47903
8146115: Improve docker container detection and resource configuration usage
Reviewed-by: dholmes, kbarrett, phh
cjplummer [Thu, 16 Nov 2017 14:47:31 -0800] rev 47902
8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
Summary: run the test in "othervm" mode
Reviewed-by: sspitsyn, dholmes
rkennke [Tue, 07 Nov 2017 11:58:52 +0100] rev 47901
8189171: Move GC argument processing into GC specific classes
Reviewed-by: pliden, eosterlund
jgeorge [Thu, 16 Nov 2017 11:58:20 +0530] rev 47900
8190307: SA tests for the clhsdb commands: universe, intconstant, type
Summary: SA Test cases for the clhsdb commands: universe, intconstant, type
Reviewed-by: dholmes, sballal
sballal [Thu, 16 Nov 2017 09:26:48 +0530] rev 47899
8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
Reviewed-by: jgeorge, dholmes
coleenp [Wed, 15 Nov 2017 16:48:24 -0500] rev 47898
8191370: Add serviceability agent tests to tier1
Reviewed-by: gtriantafill, dcubed