Commit Graph

53167 Commits

Author SHA1 Message Date
Prasanta Sadhukhan
f6fcaf0f7d Merge 2019-01-07 11:02:11 +05:30
Ichiroh Takiguchi
97d60fdf0e 8211267: StackOverflowError happened by TextField.setFont(...)
Reviewed-by: serb, prr
2019-01-06 19:28:21 -08:00
David Holmes
839d71f4ca 8216188: Remove expired flags in JDK 13
Reviewed-by: kbarrett, ccheung
2019-01-06 19:49:58 -05:00
Claes Redestad
a1768ee5d8 8216191: Remove FastSuperclassLimit
Reviewed-by: coleenp
2019-01-05 20:11:15 +01:00
Claes Redestad
13fcbf9d8f 8216189: Remove Klass::compute_is_subtype_of
Reviewed-by: hseigel, jiangli
2019-01-05 20:08:24 +01:00
Sergey Bylokhov
e391098432 8215756: Memory leaks in the AWT on macOS
Reviewed-by: dmarkov
2019-01-05 10:13:58 -08:00
Nick Gasson
53f83ebdf9 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
Reviewed-by: aph
2019-01-05 10:48:54 +08:00
Yasumasa Suenaga
4281ba11a8 8216155: C4819 warning at libfreetype sources on Windows
Reviewed-by: erikj
2019-01-05 10:07:55 +09:00
Coleen Phillimore
1509c1ffe1 8215731: Move forward class definitions out of globalDefinitions.hpp
Redistribute the forward declarations to the header files that need them.

Reviewed-by: dholmes, lfoltan
2019-01-04 15:06:01 -05:00
Claes Redestad
346018251f 8215412: Optimize PrintStream.println methods
Reviewed-by: rriggs, dfuchs, forax
2019-01-04 20:58:35 +01:00
Harold Seigel
c3eb2e9d16 8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead
Change the callers and delete function build_u2_from()

Reviewed-by: kbarrett, jiangli, coleenp
2019-01-04 14:28:27 -05:00
Joe Wang
32a556860d 8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
Reviewed-by: lancea
2019-01-04 10:42:12 -08:00
Roger Riggs
0359a76b78 8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
Reviewed-by: lancea
2019-01-04 12:30:20 -05:00
Andrew Luo
a057c3828c 8216067: Unused local vars in windows/native/libjava/io_util_md.c
Reviewed-by: rriggs
2019-01-04 11:03:53 -05:00
Claes Redestad
bf63ee682e 8216157: Enable inlining of java_lang_Class::is_primitive
Reviewed-by: coleenp, eosterlund, jiangli
2019-01-04 16:23:56 +01:00
Erik Gahlin
bc2275c28e 8215771: The jfr tool should pretty print reference chains
Reviewed-by: mgronlun
2019-01-04 14:05:16 +01:00
Andrew Luo
691b2423e0 8216048: Fix devkit creation in WSL
Reviewed-by: erikj
2019-01-04 01:59:54 -08:00
Jini George
482a1838b6 8213457: serviceability/sa/ClhsdbInspect.java time out
Increase the timeout needed for ClhsdbInspect.java to 480

Reviewed-by: sspitsyn, cjplummer, lmesnik
2019-01-04 13:41:45 +05:30
Prasanta Sadhukhan
8dd191768b 8215909: Typo in Swing ProcessMouseEvent method documentation
Reviewed-by: serb, aivanov
2019-01-04 11:40:53 +05:30
Krishna Addepalli
f2962e80b5 8215910: Typo in AWT InvocationEvent Method Documentation
Reviewed-by: serb, aivanov
2019-01-04 07:56:39 +05:30
Matthias Baesken
97c13d5ade 8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
Reviewed-by: aph, goetz, lucy
2019-01-03 16:14:40 +01:00
Gary Adams
230f1bd5c9 8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
Reviewed-by: sspitsyn, cjplummer
2019-01-03 15:54:01 -05:00
Eric Caspole
f1ec619986 Merge 2019-01-03 13:22:45 -05:00
Eric Caspole
03b9dcc0fb 8196347: LogCompilation: generate log file on the fly for input to junits
Dynamically generate simple log files

Reviewed-by: kvn, thartmann
2019-01-03 13:22:02 -05:00
Sean Coffey
1b1cbb9f52 Merge 2019-01-03 18:19:54 +00:00
Harold Seigel
89ea902f51 8215644: Clean up globalDefinitions_<compiler>.hpp
Remove non-existent classes from forward declarations, delete unused functions, etc.

Reviewed-by: coleenp, kbarrett
2019-01-03 13:11:35 -05:00
Roger Calnan
2bc7b25732 8215911: Various Typos in SQL Method Documentation
Reviewed-by: coffeys
2019-01-03 17:49:34 +00:00
Roger Calnan
edb879df0d 8215912: Various Typos in java.net Method Documentation
Reviewed-by: coffeys
2019-01-03 17:46:09 +00:00
Roger Calnan
5d8b0c4814 8182992: Typo in DatagramPacket constructor API doc
Reviewed-by: coffeys
2019-01-03 17:29:53 +00:00
Roger Calnan
bef39b8c4d 8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
Reviewed-by: coffeys
2019-01-03 17:27:29 +00:00
Erik Joelsson
ee69ace28a 8215991: Stop hiding exception from ArtifactResolver failures in tests
Reviewed-by: tbell, ctornqvi
2019-01-03 11:21:40 +01:00
Jesper Wilhelmsson
a5765901b3 Added tag jdk-13+2 for changeset 50677f43ac3d 2019-01-03 02:26:42 +01:00
Ivan Gerasimov
d76c772d2f 6996807: FieldReflectorKey hash code computation can be improved
Reviewed-by: rriggs
2019-01-02 15:33:32 -08:00
Eric Caspole
32d78c46dc 8215572: Add new Arrays micros
New micros for mismatch and fill

Reviewed-by: kvn, vlivanov
2019-01-02 13:37:55 -05:00
Claes Redestad
53c47fe98e 8215990: Avoid using reflection to create common default URLStreamHandlers
Reviewed-by: alanb
2019-01-02 19:06:16 +01:00
Adam Petcher
df05de6ea7 8215643: Microbenchmarks for KeyAgreement and Cipher
Adding some missing microbenchmarks for crypto algorithms

Reviewed-by: jnimeh
2019-01-02 13:06:04 -05:00
Gunter Haug
99bb6c77b3 8215791: Tiny bug in VM monitoring/management
Reviewed-by: dholmes, simonis
2018-12-21 10:19:15 +01:00
Harold Seigel
e159548718 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'
On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..."

Reviewed-by: dholmes, sspitsyn
2019-01-02 10:35:33 -05:00
Jesper Wilhelmsson
59716b0bb3 Merge 2019-01-02 16:05:13 +01:00
Gary Adams
32a5512763 8211343: nsk_jvmti_parseoptions should handle multiple suboptions
Reviewed-by: sspitsyn, cjplummer
2019-01-02 07:19:33 -05:00
Erik Joelsson
46eb26b692 8215445: Enable building for Windows in WSL
Co-authored-by: Andrew Luo <andrewluotechnologies@outlook.com>
Reviewed-by: ihse
2019-01-02 12:59:26 +01:00
Sergei Ustimenko
88b95f0570 8215977: hsdis installation documentation update
Reviewed-by: dholmes
2019-01-01 20:09:02 -05:00
Kim Barrett
dd609d57e6 8213481: [REDO] Fix incorrect copy constructors in hotspot
Fix and use ResourceObj copy constructor.

Reviewed-by: coleenp, dholmes, kvn
2018-12-31 15:40:50 -05:00
Tagir F. Valeev
42e7372b3e 8214687: Optimize Collections.nCopies().hashCode() and equals()
Reviewed-by: igerasim, smarks
2018-12-30 08:57:24 +07:00
Sergey Ustimenko
9d3cfddfb6 8215966: GeneratePropertyPassword.sh uses bash syntax
Use "case" instead of "if" for the NT check to make sh happy.

Reviewed-by: dholmes
2018-12-28 15:19:14 -08:00
David Holmes
6c4ec86cea 8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
Reviewed-by: dcubed
2018-12-28 16:31:11 -05:00
Deepak kejriwal
6774e567aa 8214567: Use {@systemProperty} for definitions of system properties
8214569: Use {@systemProperty} for definitions of system properties

Reviewed-by: lancea, mchung, alanb, naoto
2018-12-26 17:09:19 +05:30
Stefan Johansson
b91fa3a6c8 8215898: Build broken on 32-bit after JDK-8211425
Reviewed-by: tschatzl
2018-12-22 15:47:10 +01:00
Stefan Johansson
65b77b109b 8215897: Build broken on zero after JDK-8211424
Reviewed-by: tschatzl
2018-12-22 15:46:54 +01:00
Kishor Kharbas
28f71c2c72 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
8202286: Allocation of old generation of Java heap on alternate memory devices

Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs.

Reviewed-by: sangheki, sjohanss
2018-12-21 08:23:55 -08:00