Jean Christophe Beyler
|
cc4436e2b9
|
8210842: Handle JNIGlobalRefLocker.cpp
Add checking for JNI calls via a new ExceptionCheckingJniEnv
Reviewed-by: sspitsyn, amenkov, dholmes, mikael
|
2018-09-28 13:01:28 -07:00 |
|
Gary Adams
|
c45eacbd27
|
8208473: [TESTBUG] nsk/jdb/exclude/exclude001/exclude001.java is timing out on solaris-sparc again
Reviewed-by: cjplummer, amenkov
|
2018-09-28 14:31:36 -04:00 |
|
Daniil Titov
|
57d74285b0
|
8163083: SocketListeningConnector does not allow invocations with port 0
Reviewed-by: sspitsyn, amenkov, gadams, jcbeyler
|
2018-09-28 12:04:47 -07:00 |
|
Aleksey Shipilev
|
af7e126572
|
8211268: Disable unsupported GCs for Zero
Reviewed-by: sgehwolf, erikj
|
2018-09-28 18:28:49 +02:00 |
|
Aleksey Shipilev
|
feca06a183
|
8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
Reviewed-by: dholmes, tschatzl
|
2018-09-28 18:28:49 +02:00 |
|
Aleksey Shipilev
|
e2baf30529
|
8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation)
Reviewed-by: rkennke, kvn
|
2018-09-28 18:28:48 +02:00 |
|
Doug Lea
|
deb0e6503d
|
8207003: Miscellaneous changes imported from jsr166 CVS 2018-09
Reviewed-by: martin, chegar
|
2018-09-28 08:45:46 -07:00 |
|
Doug Lea
|
0b431957a5
|
8210971: Add exception handling methods to CompletionStage and CompletableFuture
Reviewed-by: martin, chegar
|
2018-09-28 08:45:46 -07:00 |
|
Matthias Baesken
|
5d3b3156e8
|
8211208: make AllocateHeapAt an unsupported option on AIX
Reviewed-by: shade, tschatzl
|
2018-09-27 17:13:07 +02:00 |
|
Aleksei Voitylov
|
52780f275c
|
8211212: ARM: -Werror=switch build failure
Reviewed-by: shade
|
2018-09-28 15:39:31 +03:00 |
|
Chris Hegarty
|
20f6faa030
|
8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up
Reviewed-by: dfuchs
|
2018-09-28 12:47:09 +01:00 |
|
Sharath Ballal
|
1570028352
|
8207745: serviceability/sa/TestJmapCore.java times out parsing a 4GB hprof file
Reviewed-by: dholmes, jgeorge
|
2018-09-28 14:31:58 +05:30 |
|
Roman Kennke
|
3f09f0f79c
|
8211269: Make declaration of Allocation protected in MemAllocator
Reviewed-by: shade
|
2018-09-28 10:57:31 +02:00 |
|
John Jiang
|
afe05800ac
|
8209546: Make sun/security/tools/keytool/autotest.sh to support macosx
Refactor autotest.sh to java test and remove standard.sh
Reviewed-by: weijun
|
2018-09-28 15:42:20 +08:00 |
|
Matthias Baesken
|
f8d007dbf0
|
8211149: fix potential memleak in getJavaIDFromLangID after failing SetupI18nProps call [windows]
Reviewed-by: naoto, lucy
|
2018-09-27 15:37:55 +02:00 |
|
Matthias Baesken
|
36f62aa6c0
|
8210964: add more ld preloading related info to hs_error file on Linux
Reviewed-by: clanger, stuefe
|
2018-09-28 09:20:46 +02:00 |
|
Jean Christophe Beyler
|
b20e2cd963
|
8211036: Remove the NSK_STUB macros from vmTestbase for non jvmti
Remove the NSK_STUB macros from code outside of the jvmti subfolder
Reviewed-by: iignatyev, amenkov, dholmes
|
2018-09-27 15:56:40 -07:00 |
|
Jim Laskey
|
c30dffb388
|
8211080: RawStringLiteralLangAPI.java test times out by default
Reviewed-by: jjg
|
2018-09-27 15:47:33 -03:00 |
|
Andrew Haley
|
08828a5a4f
|
8211170: AArch64: Warnings in C1 and template interpreter
Reviewed-by: adinn
|
2018-09-26 18:11:00 +01:00 |
|
Sergey Bylokhov
|
38660e9460
|
8170937: Swing apps are slow if displaying from a remote source to many local displays
Reviewed-by: prr, aivanov
|
2018-09-18 18:32:03 -07:00 |
|
Roland Westrelin
|
03e4400864
|
8210885: Convert left over loads/stores to access api
Reviewed-by: thartmann, rkennke
|
2018-09-18 20:49:44 +02:00 |
|
Prasanta Sadhukhan
|
1b25f7242c
|
8191178: [macos] Problem with input of yen symbol
Reviewed-by: dmarkov, mhalder
|
2018-09-18 18:12:40 +05:30 |
|
Phil Race
|
d92c6042fe
|
Merge
|
2018-09-17 09:36:33 -07:00 |
|
Jean Christophe Beyler
|
fddc4b8ccb
|
8210726: Fix up a few minor nits forgotten by JDK-8210665
Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn
|
2018-09-17 09:07:40 -07:00 |
|
Robert Field
|
f4e1502e03
|
8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey
|
2018-09-17 08:37:47 -07:00 |
|
Severin Gehwolf
|
b1375858c6
|
8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse
|
2018-09-17 10:53:56 +02:00 |
|
Jan Lahoda
|
ee0ac147a2
|
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore
|
2018-09-17 11:49:20 +02:00 |
|
Rachna Goel
|
36873c3c7b
|
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale
Specified locale for formatting..
Reviewed-by: naoto
|
2018-09-17 14:16:31 +05:30 |
|
Phil Race
|
98221ae93f
|
8210766: Remove obsolete qualified export sun.net.www to java.desktop
Reviewed-by: mchung
|
2018-09-15 14:03:07 -07:00 |
|
Severin Gehwolf
|
6b8fd447cc
|
8210647: libsaproc is being compiled without optimization
Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
|
2018-09-14 14:47:50 +02:00 |
|
Weijun Wang
|
3cbb33f0e9
|
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
|
2018-09-17 14:52:44 +08:00 |
|
Chris Yin
|
46159b4d04
|
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
|
2018-09-17 13:49:55 +08:00 |
|
Ivan Gerasimov
|
27e26fbdd7
|
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
|
2018-09-15 22:02:08 -07:00 |
|
Ivan Gerasimov
|
a07102bc7f
|
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs
|
2018-09-15 13:53:43 -07:00 |
|
Bernard Blaser
|
8ef50b1dc3
|
8183548: Comma-expressions shouldn't use any temporary variable
Uses enhanced let-expressions allowing multiple statements
Reviewed-by: vromero
|
2018-09-15 22:16:16 +02:00 |
|
Mikael Vidstedt
|
12bac3a02d
|
8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph
|
2018-09-14 22:35:44 -07:00 |
|
Jaikiran Pai
|
2e5e01b53c
|
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
|
2018-09-14 20:30:28 -07:00 |
|
Igor Ignatyev
|
8b28ad6efe
|
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
|
2018-09-14 14:02:57 -07:00 |
|
Gustavo Romero
|
a6d0d07957
|
8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz
|
2018-09-14 15:32:22 -04:00 |
|
Man Cao
|
05ed45cef1
|
8210724: Change the verbosity threshold of logging for [oopstorage,ref]
Improve logging verbosity levels in oopStorage.cpp
Reviewed-by: kbarrett, sjohanss
|
2018-09-14 08:48:36 -07:00 |
|
Roman Kennke
|
0055586b61
|
8210752: Remaining explicit barriers for C2
Reviewed-by: roland, shade
|
2018-09-14 14:43:40 +02:00 |
|
Severin Gehwolf
|
ba0203b2d5
|
8210761: libjsig is being compiled without optimization
Reviewed-by: erikj, ihse
|
2018-09-21 16:58:36 +02:00 |
|
Aleksei Voitylov
|
94679309a4
|
8209697: ARM: Explicit barriers for C1/assembler
Reviewed-by: dsamersoff
|
2018-09-24 16:54:42 +03:00 |
|
Aleksei Voitylov
|
6c596e1c31
|
8209695: ARM: Explicit barriers for interpreter
Reviewed-by: dsamersoff
|
2018-09-24 16:52:12 +03:00 |
|
Aleksei Voitylov
|
973f70c6d2
|
8210466: Modularize allocations in assembler
Reviewed-by: rkennke, dsamersoff
|
2018-09-24 16:44:24 +03:00 |
|
Aleksei Voitylov
|
5fa8dfe0f8
|
8210465: ARM: Object equals abstraction for BarrierSetAssembler
Reviewed-by: rkennke, dsamersoff
|
2018-09-24 16:39:02 +03:00 |
|
Jamil Nimeh
|
fa1ced20b5
|
8210918: Add test to exercise server-side client hello processing
Reviewed-by: xuelei
|
2018-09-24 00:13:02 -07:00 |
|
Gary Adams
|
db61465761
|
8208471: nsk/jdb/unwatch/unwatch002/unwatch002.java fails with "Prompt is not received during 300200 milliseconds"
Reviewed-by: cjplummer, amenkov
|
2018-09-21 08:13:55 -04:00 |
|
Chris Plummer
|
7dd0aaa430
|
8210987: Extra newlines on Windows when running nsk jdb tests
Fix skipping over newlines
Reviewed-by: dholmes, jcbeyler, amenkov
|
2018-09-22 14:12:48 -07:00 |
|
Jonathan Gibbons
|
8edf8e2b03
|
8210275: Source Launcher should fail if --source is used without a source file
Reviewed-by: mchung, alanb, mcimadamore
|
2018-09-21 15:38:43 -07:00 |
|