Joe Wang
|
9ed646a020
|
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
Reviewed-by: lancea, dfuchs
|
2018-09-18 09:44:20 -07:00 |
|
Jiangli Zhou
|
b6180e668e
|
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski
|
2018-09-18 11:55:33 -04:00 |
|
Coleen Phillimore
|
cba1e9458b
|
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers
Reviewed-by: dlong, eosterlund
|
2018-09-18 08:27:01 -04:00 |
|
Magnus Ihse Bursie
|
165a8b22b4
|
8210729: Clean up macosx static library handling
Reviewed-by: erikj
|
2018-09-18 13:32:40 +02:00 |
|
Severin Gehwolf
|
d778b4cd2b
|
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
Compile with -O2 and -ffp-contract=off as for fdlibm.
Reviewed-by: erikj, lucy, aph
|
2018-09-11 18:18:51 +02:00 |
|
Magnus Ihse Bursie
|
0504b6cbb5
|
8210750: Clean up compare.sh exceptions
Reviewed-by: erikj
|
2018-09-18 10:35:42 +02:00 |
|
Magnus Ihse Bursie
|
9cbe59f983
|
8210723: Better information in configure for invalid Xcode
Reviewed-by: erikj
|
2018-09-18 10:29:56 +02:00 |
|
Mandy Chung
|
89efb9a78f
|
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
|
2018-09-17 22:56:31 -07:00 |
|
Hamlin Li
|
1adaa503bb
|
8210802: temp files left by tests in jdk/java/net/httpclient
Reviewed-by: chegar, clanger
|
2018-09-18 13:24:25 +08:00 |
|
Michihiro Horie
|
d70db363eb
|
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero
|
2018-09-17 23:35:00 -04:00 |
|
Frank Yuan
|
c1bbf898e4
|
8210819: Update the host name in CNameTest.java
Reviewed-by: chegar
|
2018-09-18 11:09:18 +08:00 |
|
Jean Christophe Beyler
|
bdf78f557a
|
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
Remove JNI_ENV macros from the remaining vmTestbase tests
Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
|
2018-09-17 19:48:35 -07:00 |
|
Jean Christophe Beyler
|
510336c210
|
8210481: Remove #ifdef cplusplus from vmTestbase
Remove all cplusplus ifdefs from vmTestbase
Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
|
2018-09-17 19:36:09 -07:00 |
|
Jamil Nimeh
|
962e755c3a
|
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
|
2018-09-17 15:25:42 -07:00 |
|
Mandy Chung
|
b72ab42e49
|
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea
|
2018-09-17 15:22:46 -07:00 |
|
Anthony Scarpino
|
b27f471bdd
|
8209031: SSLSocket should throw an exception when configuring DTLS
Reviewed-by: xuelei
|
2018-09-17 14:04:46 -07:00 |
|
Vladimir Kozlov
|
7069bb6a72
|
8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
Disable AOT when debugger is attached.
Reviewed-by: dlong
|
2018-09-17 13:43:22 -07:00 |
|
Igor Ignatyev
|
3521fc392e
|
8210779: 8182404 and 8210732 haven't updated copyright years
Reviewed-by: bchristi
|
2018-09-17 11:50:39 -07:00 |
|
Iris Clark
|
ba8f6e211c
|
8210775: JVM TI Spec missing copyright
Reviewed-by: dholmes, mchung, sspitsyn
|
2018-09-17 10:14:31 -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 |
|
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 |
|
Gary Adams
|
18199b887f
|
8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds"
Reviewed-by: cjplummer, amenkov
|
2018-09-13 07:46:41 -04:00 |
|
Calvin Cheung
|
fcc414655b
|
8190737: use unicode version of the canonicalize() function to handle long path on windows
Also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam
|
2018-09-14 11:17:25 -07:00 |
|
Abdul Kolarkunnu
|
d4612426ce
|
8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest
Reviewed-by: serb
|
2018-09-11 22:16:47 -07:00 |
|
Roger Riggs
|
71b9664abb
|
8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
8210004: Thread.sleep(millis, nanos) timeout returns early
Reviewed-by: martin, igerasim
|
2018-09-14 12:53:07 -04:00 |
|
Coleen Phillimore
|
bad4a92e55
|
8210559: ClassLoaderData Symbols can leak
Unrefcount the symbol names when the CLD is destroyed
Reviewed-by: lfoltan, jiangli, iklam
|
2018-09-14 12:10:28 -04:00 |
|
Brian Burkhalter
|
b16e5584ab
|
8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
|
2018-09-14 09:00:22 -07:00 |
|
Alan Bateman
|
73cda6e99e
|
8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
Reviewed-by: bpb
|
2018-09-14 16:56:09 +01:00 |
|
Per Lidén
|
0f8cbbc54c
|
8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
Reviewed-by: eosterlund
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
26af771191
|
8210711: Remove unused offset getters in ThreadLocalAllocBuffer
Reviewed-by: rkennke, tschatzl, mdoerr
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
97f10c27d8
|
8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
Reviewed-by: rkennke, tschatzl
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
fd2acd9284
|
8209163: SA: Show Object Histogram asserts with ZGC
Reviewed-by: ysuenaga, jcbeyler
|
2018-09-14 14:44:11 +02:00 |
|
Hannes Wallnöfer
|
9a9df3cd76
|
8209914: javadoc search sometimes generates bad URIs
Reviewed-by: jjg
|
2018-09-14 14:45:31 +02:00 |
|
Dmitrij Pochepko
|
8eb4ba001c
|
8210461: AArch64: Math.cos intrinsic gives incorrect results
Reviewed-by: aph
|
2018-09-14 14:24:00 +03:00 |
|
Severin Gehwolf
|
ee43c985d4
|
8210703: vmStructs.cpp compiled with -O0
Reviewed-by: erikj, ihse
|
2018-09-13 11:07:40 +02:00 |
|
Magnus Ihse Bursie
|
99eee041ba
|
8210731: PropertiesParser does not produce reproducible output
Reviewed-by: mchung, jjg, erikj
|
2018-09-14 09:16:51 +02:00 |
|