Sergei Kovalev
6792c8bb23
8173475: java/net/HttpURLConnection/SetAuthenticator tests have undeclared dependency on java.logging module
...
Reviewed-by: dfuchs
2017-02-01 16:31:38 +03:00
Ramanand Patil
fa7ddb66e7
8167063: spurious message "A JNI error has occurred" if start-class cannot be initialized
...
Reviewed-by: alanb, ksrini
2017-02-01 18:18:59 +05:30
Athijegannathan Sundararajan
b19ab1ef8f
8173717: jlink --help fails with missing "plugin.opt.plugin-module-path" key in resource bundle
...
Reviewed-by: mchung, alanb
2017-02-01 15:12:03 +05:30
Mandy Chung
3c835ae983
8173608: Separate JDK management agent from java.management module
...
Reviewed-by: dfuchs, dholmes, erikj
2017-01-31 20:06:42 -08:00
Mandy Chung
7e2dd137c3
8173608: Separate JDK management agent from java.management module
...
Reviewed-by: dfuchs, dholmes, erikj
2017-01-31 20:06:32 -08:00
Mandy Chung
c04c32dc14
8173608: Separate JDK management agent from java.management module
...
Reviewed-by: dfuchs, dholmes, erikj
2017-01-31 20:06:23 -08:00
David Holmes
23b743a2b7
Merge
2017-01-31 21:06:43 -05:00
Joe Darcy
a4a13f8a96
8173383: Update JDK build to use -source and -target 10
...
Reviewed-by: dholmes
2017-01-31 17:35:53 -08:00
Erik Joelsson
63ff835a3f
8029942: Update VERSION_MAJOR for JDK 10
...
Reviewed-by: iris, prr, dholmes
2017-01-31 19:31:05 -05:00
David Holmes
fe4d1bb602
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
...
Reviewed-by: lfoltan, mikael, dcubed
2017-01-31 19:26:50 -05:00
David Holmes
3c01d5813d
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
...
Reviewed-by: mchung
2017-01-31 19:26:10 -05:00
Jesper Wilhelmsson
cbbc62dced
Merge
2017-02-01 00:56:16 +01:00
Mandy Chung
10fde779ba
8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
...
Reviewed-by: ksrini, henryjen
2017-01-31 14:47:57 -08:00
Henry Jen
0f10a939d7
8172309: classpath wildcards code does not support --class-path
...
Reviewed-by: jjg, ksrini
2017-01-31 13:55:03 -08:00
Chuck Rasbold
1c03567bb7
8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
...
Corrected the problem in OutputFeedback class
Reviewed-by: valeriep
2017-01-31 21:33:54 +00:00
Naoto Sato
e9378f1493
8173423: Wrong display name for supplemental Japanese era
...
Reviewed-by: sherman
2017-01-31 13:18:34 -08:00
Jesper Wilhelmsson
61ff22fa1b
Merge
2017-01-31 20:54:44 +01:00
Jesper Wilhelmsson
e37cc00a49
Merge
2017-01-31 20:54:44 +01:00
Brent Christian
d0a0cdf753
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
...
Reviewed-by: coleenp, mchung
2017-01-31 11:51:02 -08:00
Sergey Bylokhov
ef7192a7b8
8143077: Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK
...
Reviewed-by: prr, alexsch, azvegint, mchung, egahlin
2017-01-31 19:22:35 +03:00
Hannes Wallnöfer
350933063e
8173480: in operator should work on java objects and classes
...
Reviewed-by: jlaskey, sundar
2017-01-31 10:48:49 +01:00
Jonathan Gibbons
ea2592fd1d
8172810: ModuleElement should declare and provide appropriate modifiers
...
Reviewed-by: darcy
2017-01-30 17:43:18 -08:00
Tom Rodriguez
48341996cf
8173227: [JVMCI] HotSpotJVMCIMetaAccessContext.fromClass is inefficient
...
Reviewed-by: dnsimon
2017-01-30 17:29:48 -08:00
Jesper Wilhelmsson
710612ff65
Merge
2017-02-01 00:56:16 +01:00
Daniel D. Daugherty
2132715a30
8173693: disable post_class_unload() for non JavaThread initiators
...
Reviewed-by: sspitsyn, gthornbr
2017-01-31 14:33:36 -08:00
Brent Christian
113673d854
Merge
2017-01-31 20:04:54 +00:00
Jesper Wilhelmsson
1d6671c5cd
Merge
2017-01-31 20:54:45 +01:00
Brent Christian
c38ccc4fb0
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
...
Reviewed-by: coleenp, mchung
2017-01-31 11:50:42 -08:00
Tobias Hartmann
ecea08b5c2
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
...
Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov
2017-01-31 18:42:45 +01:00
Joe Darcy
28110a1e7e
8173609: Elements.printElements needs to support modules
...
Reviewed-by: forax, jjg
2017-01-30 15:08:38 -08:00
Naoto Sato
88f86ecc32
8172365: Provide a better migration path for ResourceBundleControlProvider
...
Reviewed-by: mchung
2017-01-30 14:38:08 -08:00
Vladimir Ivanov
95ff3ccdb4
8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
...
Reviewed-by: jrose, dlong, kvn
2017-01-31 01:11:40 +03:00
David Dehaven
f6c6c8edd0
Merge
2017-01-30 12:04:11 -08:00
Mandy Chung
ae1d2480be
8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
...
Reviewed-by: alanb
2017-01-30 11:00:18 -08:00
Vladimir Ivanov
81e25c58fb
8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
...
Reviewed-by: kvn
2017-01-30 16:04:22 +03:00
Vladimir Ivanov
cdae3f8fba
8158546: C1 compilation fails with "Constant field loads are folded during parsing"
...
Reviewed-by: kvn
2017-01-30 16:03:25 +03:00
Tom Rodriguez
3f2d357f28
8173584: Add unit test for 8173309
...
Reviewed-by: kvn
2017-01-30 10:30:24 -08:00
Prahalad Kumar Narayanan
e3cb927146
8167278: ArrayIndexOutOfBoundsException when calling ImageIO.read(InputStream) with RLE4 BMP
...
Reviewed-by: prr, bpb, jdv
2017-01-30 16:32:46 +05:30
Sergei Kovalev
49044c6d63
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
...
Reviewed-by: xuelei
2017-01-30 13:11:56 +03:00
Christoph Langer
3711ef1e3b
8173634: libjli/cmdtoargs.c does not compile with VS2010
...
Reviewed-by: rriggs
2017-01-30 16:33:20 +01:00
Jan Lahoda
8fc452bec7
8166535: jshell tool: cannot handle non-ascii characters
...
Using a more appropriate native method to read from the console.
Reviewed-by: rfield
2017-01-30 13:14:09 +01:00
Jini George
f02b7dfba7
8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
...
Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
2017-01-30 13:48:14 +05:30
Magnus Ihse Bursie
cdfdfbe315
8081694: Remove DISABLED_WARNINGS_gcc for libsctp
...
Reviewed-by: erikj
2017-01-30 09:09:34 +01:00
Xueming Shen
58b68c23d3
8173396: Error message issue with jar tool API validator
...
Reviewed-by: psandoz, mchung
2017-01-28 20:51:28 -08:00
Joe Darcy
874b8cdc74
8028544: Add SourceVersion.RELEASE_10
...
8028546: Add -source 10 and -target 10 to javac
Reviewed-by: jjg, smarks
2017-01-27 16:22:08 -08:00
Denis Istomin
145e729236
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method
...
Reviewed-by: jjg
2017-01-27 15:49:14 -08:00
Paul Sandoz
3b50c5f35b
8172298: Reduce memory churn when linking VarHandles operations
...
Reviewed-by: shade, redestad
2017-01-27 13:17:13 -08:00
Joe Darcy
387a38df1d
8172928: Add doc link from System.identityHashCode to Object.hashCode
...
Reviewed-by: lancea
2017-02-16 19:08:17 -08:00
Matthias Baesken
d28877e750
8174242: simplify jexec build settings
...
Reviewed-by: erikj
2017-02-14 16:56:12 +01:00
Christoph Langer
a6cc06162b
8174834: nio (ch): Remove #ifdef AF_INET6 guards in native coding
...
Reviewed-by: alanb, chegar
2017-02-15 14:51:16 +01:00