Martin Doerr
4f2abf069a
8206003: SafepointSynchronize with TLH: StoreStore barriers should be moved out of the loop
...
Reviewed-by: eosterlund, rehn, dholmes
2018-07-02 11:46:15 +02:00
Rahul Raghavan
29dc54093b
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
...
Added required uses statement
Reviewed-by: dnsimon, kvn
2018-07-02 00:55:24 -07:00
Thomas Schatzl
e02646e05b
8203848: Missing remembered set entry in j.l.ref.references after JDK-8203028
...
Collect remembered sets for discovered fields while adding them to the list of discovered references.
Reviewed-by: kbarrett, eosterlund
2018-07-02 09:38:20 +02:00
Tobias Hartmann
cbec44e846
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
...
Ignore encodeBlock intrinsic.
Reviewed-by: kvn
2018-07-02 09:28:23 +02:00
Tobias Hartmann
48942a6aba
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
...
Ignore encodeBlock intrinsic.
Reviewed-by: kvn
2018-07-02 09:21:06 +02:00
Ivan Gerasimov
8774d70044
8204310: Simpler RandomAccessFile.setLength() on Windows
...
Reviewed-by: alanb
2018-06-29 17:35:04 -07:00
Valerie Peng
ecc5979769
8205720: KeyFactory#getKeySpec and translateKey thorws NullPointerException with Invalid key
...
Updated SunRsaSign provider to check and throw InvalidKeyException for null key algo/format/encoding
Reviewed-by: xuelei
2018-06-30 00:33:05 +00:00
Sergey Bylokhov
11184615a8
8201552: Ellipsis in "Classical" label in SwingSet2 demo with Windows L&F at Hidpi
...
Reviewed-by: prr
2018-06-29 13:58:16 -07:00
Igor Ignatyev
8de0f1ba41
8204355: [Graal] org.graalvm.compiler.debug.test.CSVUtilTest fails on Windows due to improper line separator used
...
Reviewed-by: kvn
2018-06-29 13:44:13 -07:00
Igor Ignatyev
16cb20cfbd
8204517: [Graal] org.graalvm.compiler.debug.test.VersionsTest fails with InvalidPathException on windows
...
Reviewed-by: kvn
2018-06-29 13:44:09 -07:00
Joe Wang
bfb397a679
8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
...
Reviewed-by: lancea
2018-06-29 10:13:24 -07:00
Roland Westrelin
8c2d9b5ff0
8202123: C2 Crash in Node::in(unsigned int) const+0x14
...
Reviewed-by: kvn, thartmann
2018-06-29 17:59:44 +02:00
David Holmes
5fcb3ecb4e
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Jonathan Gibbons
2214cd06a8
8185740: The help-doc.html generated by the doclet is outdated
...
Reviewed-by: sundar
2018-07-09 13:26:59 -07:00
Vivek Deshpande
29cd9fe2ea
8194740: UseSubwordForMaxVector causes performance regression
...
Reviewed-by: kvn, thartmann
2018-07-09 13:25:08 -07:00
Phil Race
e9c8e369b7
8206106: [solaris sparc] jck tests api/javax_print/PrintService failing
...
Reviewed-by: simonis, erikj
2018-07-09 10:25:55 -07:00
Phil Race
a62b057397
8205646: Broken link in jdk.jsobject
...
Reviewed-by: serb
2018-07-09 10:23:17 -07:00
Sergey Bylokhov
684a1ff69e
8205588: Deprecate for removal com.sun.awt.SecurityWarning
...
Reviewed-by: prr, kaddepalli
2018-07-09 19:09:29 +03:00
Gunter Haug
f36f4df68d
8206408: Add missing CPU/system info to vm_version_ext on PPC64
...
Reviewed-by: mdoerr, simonis
2018-07-09 12:51:58 +02:00
Sergey Bylokhov
51422fc2a9
8201611: Broken links in java.desktop javadoc
...
Reviewed-by: prr, kaddepalli
2018-07-09 16:36:05 +03:00
Martin Doerr
ea13adc07f
8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
...
Reviewed-by: goetz
2018-07-09 15:26:58 +02:00
Andrew Dinn
d5c20788ae
8206163: AArch64: incorrect code generation for StoreCM
...
StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland
2018-07-09 09:38:11 +01:00
Thomas Schatzl
cb9a168f8b
8205426: Humongous continues remembered set does not match humongous start region one after Remark
...
Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first.
Reviewed-by: ehelin, kbarrett
2018-07-09 10:19:51 +02:00
Weijun Wang
7ca2af2492
8198352: java.util.MissingResourceException: sun.security.util.AuthResources when trying to use com.sun.security.auth.module.UnixLoginModule
...
Reviewed-by: xuelei
2018-07-09 12:20:56 +08:00
Markus Grönlund
cb094826ec
8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
...
Reviewed-by: egahlin
2018-07-08 11:54:08 +02:00
Liam Miller-Cushon
1fc1f68c3d
8204630: Generating an anonymous class with Filer#createClassFile causes an NPE in JavacProcessingEnvironment
...
Reviewed-by: jlahoda
2018-07-06 12:10:43 -07:00
Vladimir Kozlov
f1ce5c1456
8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
...
Select maximum default values for JVMCI
Reviewed-by: dnsimon, iveresov
2018-07-06 13:45:41 -07:00
Phil Race
dd12703f56
8206428: Upgrade JDK11 to harfbuzz 1.8.2
...
Reviewed-by: serb
2018-07-06 10:37:47 -07:00
Matthias Baesken
2db58ca8c3
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
...
Reviewed-by: kvn
2018-07-05 09:38:15 +02:00
Sergey Bylokhov
7485f6b5b9
8205454: & is displayed in some Swing docs
...
Reviewed-by: prr, psadhukhan
2018-07-05 21:29:11 +03:00
Tobias Hartmann
69438af9ec
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert
...
Removed assert which is too strong.
Reviewed-by: roland
2018-06-29 11:10:47 +02:00
Tobias Hartmann
5e002c7aa7
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
...
Deallocate C1 code buffers in the compiler thread destructor.
Reviewed-by: neliasso, kvn, mdoerr
2018-06-29 11:08:38 +02:00
Jan Lahoda
eaf0364068
8205418: Assorted improvements to source code model
...
Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas.
Reviewed-by: jjg, mcimadamore, vromero
2018-06-29 10:41:10 +02:00
Krishna Addepalli
c8f1daa9eb
8194546: Choosier FileManagers
...
Reviewed-by: serb, prr, rhalade, skoivu
2018-06-29 10:28:05 +05:30
Weijun Wang
b57ff34325
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
...
Reviewed-by: mullan, xuelei
2018-06-29 08:21:15 +08:00
Jonathan Gibbons
3ae58c7fdc
8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
...
Co-authored-by: Bhavesh Patel <bhavesh.x.patel@oracle.com>
Reviewed-by: darcy, jjg
2018-06-28 15:46:27 -07:00
Srinivas Dama
a57b47dafc
8204967: Resolve disabled warnings for libunpack
...
Fixed warnings for libunpack
Reviewed-by: jlaskey
2018-06-28 19:44:58 +05:30
Erik Österlund
e4dbe9909f
8205683: Refactor heap allocation to separate concerns
...
Reviewed-by: pliden, kbarrett
2018-06-28 14:22:28 +02:00
Erik Gahlin
7f3a801cae
8197425: Liveset information for Old Object sample event
...
Reviewed-by: mgronlun, ehelin
2018-06-28 15:17:44 +02:00
Erik Gahlin
3567e9c1d5
8197425: Liveset information for Old Object sample event
...
Reviewed-by: mgronlun, ehelin
2018-06-28 15:13:39 +02:00
Robin Westberg
b11c7752e8
8003209: JFR events for network utilization
...
Reviewed-by: mgronlun, egahlin
2018-06-28 15:06:55 +02:00
Athijegannathan Sundararajan
724ba7feb2
8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
...
Reviewed-by: jlaskey, hannesw
2018-06-28 18:04:19 +05:30
Markus Grönlund
271a76877a
8205996: JDK-8205906 broke the build on Mac
...
Reviewed-by: thartmann, ehelin
2018-06-28 13:58:30 +02:00
Per Lidén
6be8921d13
8205993: ZGC: Fix typos and incorrect indentations
...
Reviewed-by: stefank
2018-06-28 12:14:37 +02:00
Andrew Dinn
c61ba730c1
8205694: AArch64: Add test to validate volatile load, store and CAS code generation
...
Implement tests to check volatile operations are translated to valid code
Reviewed-by: aph, kvn, dpochepk
2018-06-28 10:09:58 +00:00
Markus Grönlund
5fcc705378
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
...
Reviewed-by: egahlin
2018-06-28 11:37:02 +02:00
Thomas Stuefe
13d55b0087
8205925: Print correct and more information about secondary errors
...
Reviewed-by: coleenp, dholmes
2018-06-28 11:32:32 +02:00
Joe Darcy
e56162b43d
8205615: Start of release updates for JDK 12
...
8205621: Increment JDK version for JDK 12
8193292: Add SourceVersion.RELEASE_12
8193290: Add source 12 and target 12 to javac
8205619: Bump maximum recognized class file version to 56 for JDK 12
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Mikael Vidstedt <mikael.vidstedt@oracle.com>
Reviewed-by: alanb, smarks, jjg, mr, erikj, psandoz, dholmes
2018-06-27 21:01:12 -07:00
Rajan Halade
fb54f8a71f
8195774: Add Entrust root certificates
...
Reviewed-by: weijun
2018-06-28 11:41:45 -07:00
Stefan Karlsson
18eb98ccbc
8205923: ZGC: Verification applies load barriers before verification
...
Reviewed-by: pliden, eosterlund
2018-06-27 15:04:27 +02:00