J. Duke
|
47e9cb9a67
|
Added tag jdk-10+22 for changeset e5357aa85dad
|
2017-09-04 11:05:12 +02:00 |
|
J. Duke
|
363d9c80be
|
Merge
|
2017-09-04 11:05:12 +02:00 |
|
J. Duke
|
d137193525
|
Merge
|
2017-09-04 11:05:06 +02:00 |
|
J. Duke
|
52eca7d40b
|
Merge
|
2017-09-04 11:05:00 +02:00 |
|
J. Duke
|
b33ed4a16d
|
Merge
|
2017-09-04 11:04:56 +02:00 |
|
J. Duke
|
9f3cfa28f8
|
Merge
|
2017-09-04 11:04:51 +02:00 |
|
J. Duke
|
3f5b500cbc
|
Merge
|
2017-09-04 11:04:47 +02:00 |
|
J. Duke
|
a6c8733177
|
Merge
|
2017-09-04 11:04:42 +02:00 |
|
J. Duke
|
e1303706b5
|
Merge
|
2017-09-04 11:04:26 +02:00 |
|
Srinivas Dama
|
81752d9a5d
|
8184720: Nashorn engine in strict mode throws a java.lang.ClassCastException when calling apply() and passing the arguments object
Fixed needsCallee method to return true properly in strict mode
Reviewed-by: hannesw, sundar
|
2017-09-01 07:55:00 +05:30 |
|
Srinivas Dama
|
be533f1e54
|
8073640: Nashorn scripting: here document with only whitespace gives error
Added support for handling trailing blank lines in here-doc string parsing
Reviewed-by: hannesw, jlaskey
|
2017-09-01 07:07:11 +05:30 |
|
Srinivas Dama
|
43c205bd1c
|
8177691: Labeled break in catch and finally works wrongly, when invoked through nashorn
Added support to check if the block contains goto statements before flagging it as terminal
Reviewed-by: hannesw, jlaskey
|
2017-09-01 06:01:08 +05:30 |
|
Roger Riggs
|
f16bb08f89
|
8087189: RMI server-side multiplex protocol support should be removed
Reviewed-by: alanb
|
2017-08-31 17:08:35 -04:00 |
|
Bradford Wetmore
|
a787caa42d
|
8186093: A comment in the java.security configuration file incorrectly says that strong but "limited" is the default value
Reviewed-by: mullan
|
2017-08-31 12:48:19 -07:00 |
|
Naoto Sato
|
183e692a6e
|
8180469: Wrong short form text for supplemental Japanese era
Reviewed-by: rriggs
|
2017-08-31 08:35:16 -07:00 |
|
Christian Tornqvist
|
b97da3f4b6
|
8186218: Make JIB exclude webrev from all sub-repo levels when creating source bundles
Reviewed-by: erikj, ihse
|
2017-08-31 10:46:42 -04:00 |
|
John Paul Adrian Glaubitz
|
3c4d23cf23
|
8186786: Name collisions with autoconf definitions on alpha and sh
Reviewed-by: ihse, dholmes
|
2017-08-31 15:47:12 +02:00 |
|
Jonathan Gibbons
|
7eb1d1757a
|
8186934: Fix accessibility issues in the java.naming module
Reviewed-by: mchung
|
2017-08-30 12:46:53 -07:00 |
|
Jonathan Gibbons
|
965798a643
|
8186932: Fix accessibility issues in the java.management module
Reviewed-by: mchung
|
2017-08-30 12:45:43 -07:00 |
|
Naoto Sato
|
d335accdd5
|
8179246: /  are literally visible in javadoc
Reviewed-by: jjg
|
2017-08-30 11:37:48 -07:00 |
|
Claes Redestad
|
a0564d954d
|
8186517: sun.nio.cs.StandardCharsets$Aliases and Classes can be lazily loaded
Reviewed-by: sherman, martin, plevart
|
2017-08-30 20:12:53 +02:00 |
|
Xueming Shen
|
cfe34ed89c
|
8186801: Add regression test to test mapping based charsets (generated at build time)
Reviewed-by: alanb
|
2017-08-30 10:09:13 -07:00 |
|
Priya Lakshmi Muthuswamy
|
1205adaedf
|
8184723: jdk.nashorn.internal.runtime.linker.JSObjectLinker.callToApply erroneously asserts given arguments
Reviewed-by: sundar, hannesw
|
2017-08-30 18:47:37 +02:00 |
|
Claes Redestad
|
e7360c4387
|
8186930: Constant fold URI constants
Reviewed-by: alanb, chegar
|
2017-08-30 18:45:27 +02:00 |
|
Jesper Wilhelmsson
|
ea20cf16df
|
Merge
|
2017-08-29 17:17:58 +02:00 |
|
Jesper Wilhelmsson
|
a229ecaf37
|
Merge
|
2017-08-29 17:17:57 +02:00 |
|
Jesper Wilhelmsson
|
a65fbadfdf
|
Merge
|
2017-08-29 17:17:57 +02:00 |
|
Stuart Marks
|
312d5273ed
|
8186851: fix misspellings of "dependent" and "independent" in the JDK repo
Reviewed-by: bpb, psadhukhan
|
2017-08-29 12:16:28 -07:00 |
|
Goetz Lindenmaier
|
0c89a9cfe5
|
8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
Reviewed-by: dholmes, iklam
|
2017-08-29 17:29:19 +02:00 |
|
Ujwal Vangapally
|
29378dc9ac
|
8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
Edited policy files to grant permissions to all drives on windows
Reviewed-by: hb, clanger
|
2017-08-29 20:23:14 +05:30 |
|
Felix Yang
|
894ac9ad94
|
8186818: Enable debug option for TcpTest.java
Reviewed-by: rriggs
|
2017-08-29 07:16:49 -07:00 |
|
Nishit Jain
|
2935665766
|
8186713: Document default rounding mode in NumberFormat
Reviewed-by: naoto, bpb
|
2017-08-29 12:16:22 +05:30 |
|
Xue-Lei Andrew Fan
|
25c3c626bf
|
8179654: New JDK 9 typos in SSLEngineResult
Reviewed-by: ascarpino, wetmore
|
2017-08-29 00:01:00 +00:00 |
|
Jesper Wilhelmsson
|
7ee0cb5616
|
Merge
|
2017-08-28 21:46:13 +02:00 |
|
Jesper Wilhelmsson
|
828cab5d81
|
Merge
|
2017-08-28 21:46:12 +02:00 |
|
Jesper Wilhelmsson
|
0c85d31b9b
|
Merge
|
2017-08-28 21:46:12 +02:00 |
|
Roger Riggs
|
c8b0184da7
|
8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
Reviewed-by: smarks
|
2017-08-28 13:21:58 -04:00 |
|
Naoto Sato
|
b474897fe2
|
8171049: Era.getDisplayName doesn't work with non-IsoChronology
Reviewed-by: rriggs
|
2017-08-28 10:16:33 -07:00 |
|
Tom Rodriguez
|
a16dc52336
|
Merge
|
2017-08-28 16:40:01 +00:00 |
|
Tom Rodriguez
|
5cc46dd6c4
|
8181858: [JVMCI] JVMCI should update the trap counters when invalidating for Reason_not_compiled_exception_handler
Reviewed-by: kvn
|
2017-08-28 15:21:47 +00:00 |
|
Coleen Phillimore
|
fb9f78353f
|
Merge
|
2017-08-28 15:11:20 +00:00 |
|
Claes Redestad
|
ee4aeaf103
|
Merge
|
2017-08-28 14:07:07 +00:00 |
|
Coleen Phillimore
|
96aa3d9dbe
|
8186042: Optimize OopMapCache lookup
Use lock free access to oopMapCache
Co-authored-by: Frederic Parain <frederic.parain@oracle.com>
Reviewed-by: dholmes, sspitsyn
|
2017-08-28 09:06:30 -04:00 |
|
Kim Barrett
|
b3bb7c7098
|
8186476: Generalize Atomic::add with templates
Reviewed-by: aph, dholmes
|
2017-08-28 13:31:20 +02:00 |
|
Patric Hedlin
|
edf8f473a8
|
8183119: Resolve 'libkstat' dependency between open and closed part of JDK
Reviewed-by: erikj, kvn
|
2017-08-28 13:29:58 +02:00 |
|
Andrew Haley
|
437d3f2c3b
|
8186666: Bug in the C2 matcher code
Correctly used Op_WeakCompareAndSwapI as required
Reviewed-by: shade, thartmann
|
2017-08-28 02:55:31 -07:00 |
|
Serguei Spitsyn
|
5f6d70b62b
|
Merge
|
2017-08-28 07:53:26 +00:00 |
|
Steve Groeger
|
3cb81ffff9
|
8186776: use ReleaseStringUTFChars instead of jvmtiDeallocate to release strings
Replace jvmtiDeallocate with ReleaseStringUTFChars
Reviewed-by: sspitsyn, clanger
|
2017-08-28 00:49:06 -07:00 |
|
David Holmes
|
08ea46f647
|
Merge
|
2017-08-28 01:09:14 +00:00 |
|
John Paul Adrian Glaubitz
|
bfaabfed8c
|
8186723: Add SuperH as new architecture for linux
Reviewed-by: dholmes, stuefe
|
2017-08-27 20:09:21 -04:00 |
|