Yasumasa Suenaga
070104325c
8187597: WrongTypeException is occurred at CLHSDB jstack after JDK-8186837
...
Reviewed-by: rehn, cjplummer, dholmes
2017-09-26 06:53:35 -04:00
David Holmes
57590109cc
Merge
2017-09-26 10:17:35 +00:00
Thomas Stuefe
2f137ced94
8187028: [aix] Real thread stack size may be up to 64K smaller than requested one
...
Reviewed-by: goetz
2017-09-26 11:25:34 +02:00
David Holmes
5a3eb313a6
Merge
2017-09-26 09:02:10 +00:00
John Paul Adrian Glaubitz
80184d3515
8187590: Zero runtime can lock-up on linux-alpha
...
Reviewed-by: aph, dholmes
2017-09-26 04:52:02 -04:00
Zhengyu Gu
8969bd19e0
8187629: NMT: Memory miscounting in compiler (C2)
...
Fixed memory counting in compiler (C2)
Reviewed-by: adinn, cjplummer, kvn
2017-09-25 11:56:21 -04:00
Zhengyu Gu
03dacaa881
8187331: VirtualSpaceList tracks free space on wrong node
...
Fixed miscounting of virtual space node's free memory
Reviewed-by: shade, coleenp, stuefe
2017-09-20 20:54:29 -04:00
Jonathan Gibbons
fd552de5c5
8186947: Fix accessibility and other issues in the java.xml.ws module
...
Reviewed-by: lancea, mchung, darcy
2017-09-01 14:06:12 -07:00
Jonathan Gibbons
5ac708eed7
8187021: Remove 2 redundant <p> tags in java.base API docs
...
Reviewed-by: darcy
2017-09-01 11:54:58 -07:00
Jonathan Gibbons
904f093865
8186924: Fix accessibility and other HTML issues in java.corba module
...
Reviewed-by: mchung
2017-09-01 11:48:27 -07:00
Daniel Fuchs
b85726c71e
8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient
...
Fixes CacheCleaner creation logic in ConnectionPool.
Reviewed-by: chegar
2017-09-01 18:18:09 +01:00
Xueming Shen
b874c676ac
8186751: Add ISO-8859-16 Charset support
...
Reviewed-by: alanb
2017-09-01 08:15:52 -07:00
Abhijit Saha
112d96f3b9
Merge
2017-09-01 14:15:37 +00:00
Abhijit Saha
fbc639617a
Added tag jdk-10+22 for changeset 98e444a1b204
2017-09-01 14:14:44 +00:00
Abhijit Saha
ffc2232a73
Added tag jdk-10+22 for changeset 4ed4c4eba60c
2017-09-01 14:13:42 +00:00
Abhijit Saha
e51fcf7922
Added tag jdk-10+22 for changeset 72ec64aeaa57
2017-09-01 14:13:40 +00:00
Abhijit Saha
48cbb18e3d
Added tag jdk-10+22 for changeset 65a9d2608cde
2017-09-01 14:13:16 +00:00
Abhijit Saha
4d9fb6df9e
Added tag jdk-10+22 for changeset 70b6df26bd98
2017-09-01 14:13:15 +00:00
Abhijit Saha
edbf269b03
Added tag jdk-10+22 for changeset bf9c7464f8c5
2017-09-01 14:13:09 +00:00
Abhijit Saha
82f3c0131c
Added tag jdk-10+22 for changeset 647709236722
2017-09-01 14:13:07 +00:00
Abhijit Saha
d6eddd8f4a
Added tag jdk-10+22 for changeset 23c02a1b49ee
2017-09-01 14:13:05 +00:00
Gerard Ziemski
407a3044c3
Merge
2017-09-01 13:03:16 +00:00
Gerard Ziemski
19dc012f46
Merge
2017-09-01 13:03:14 +00:00
Kevin Walls
4309aa8780
8186902: jcmd GC.run should not be blocked by DisableExplicitGC
...
Reviewed-by: mgerdin, sspitsyn
2017-09-01 01:03:20 -07:00
Prahalad Narayanan
6c012b6381
8164971: PNG metadata does not handle ImageCreationTime
...
Reviewed-by: prr, bpb, jdv
2017-09-01 12:32:20 +05:30
Ivan Gerasimov
9f4207e324
8187023: Cannot read pkcs11 config file in UTF-16 environment
...
Reviewed-by: ascarpino
2017-08-31 22:21:20 -07:00
Dmitry Samersoff
7332059089
8061228: Allow JDWP socket connector to accept connections from certain ip addresses only
...
Introduce new parameter for JDWP agent, that allows to restrict connection to certain ip addresses only
Reviewed-by: dcubed, clanger, rehn, sspitsyn
2017-08-31 21:31:51 -07: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
Gerard Ziemski
59445a845c
8173715: Remove FlatProfiler
...
Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: dholmes, coleenp, vlivanov, pliden
2017-08-31 20:26:53 -05:00
Gerard Ziemski
120f2c0077
8173715: Remove FlatProfiler
...
Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: mchung
2017-08-31 20:25:52 -05:00
Gerard Ziemski
795c9194af
8173715: Remove FlatProfiler
...
Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: dholmes, erikj
2017-08-31 20:25:47 -05:00
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
Sergey Bylokhov
44875d5710
8184435: Cleanup of javadoc in javax.print package
...
Reviewed-by: prr, psadhukhan
2017-08-31 15:47:34 -07:00
Goetz Lindenmaier
00edd2ed61
8186978: Introduce configure argument enable-cds
...
Reviewed-by: dholmes, erikj, ihse
2017-08-31 17:18:23 -04:00
Roger Riggs
f16bb08f89
8087189: RMI server-side multiplex protocol support should be removed
...
Reviewed-by: alanb
2017-08-31 17:08:35 -04:00
Sergey Bylokhov
d80ba8ce05
8181566: JavaSound javadoc clarification
...
Reviewed-by: amenkov
2017-08-31 13:00:23 -07:00
Phil Race
d744fce249
8183351: Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
...
Reviewed-by: serb
2017-08-31 13:09:31 -07: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
Phil Race
ef4467590b
Merge
2017-08-31 10:51:07 -07:00
Phil Race
d6c3f9936f
Merge
2017-08-31 10:49:47 -07:00
Calvin Cheung
1d5aeeb5f1
Merge
2017-08-31 17:06:10 +00:00
Arno Zeller
b75420c692
8186982: [aix] Garbage output for CPU info in hs-err file
...
Reviewed-by: goetz, simonis
2017-08-31 18:34:40 +02: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
Bob Vandette
eb6c04d2f7
Merge
2017-08-31 16:29:58 +02:00
Bob Vandette
6d3209c59a
Merge
2017-08-31 16:29:54 +02: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
Robbin Ehn
104ecb2dd1
8189941: Implementation JEP 312: Thread-local handshake
...
Introduce a way to execute a callback on threads without performing a global VM safepoint. Make it both possible and cheap to stop individual threads and not just all threads or none.
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: mdoerr, neliasso, acorn, aph, coleenp, dholmes
2017-08-31 10:00:28 +02:00
Thomas Stuefe
1dca1fb4e1
8186665: [aix] buffer overflow in Java_java_nio_MappedByteBuffer_isLoaded0
...
Reviewed-by: alanb, plevart, clanger
2017-08-31 08:45:18 +02:00