Sergey Bylokhov
|
8f8f43999c
|
8210231: Robot.delay() catches InterruptedException and prints stacktrace to stderr
Reviewed-by: alanb, smarks
|
2019-12-25 14:17:57 +03:00 |
|
Weijun Wang
|
e7a07ea2f3
|
8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
Reviewed-by: xuelei
|
2019-12-25 07:17:25 +08:00 |
|
Smita Kamath
|
995da6eb2a
|
8167065: Add intrinsic support for double precision shifting on x86_64
Reviewed-by: kvn
|
2019-12-23 14:42:21 -08:00 |
|
Lance Andersen
|
da03b15fac
|
8235961: SyncResolverImpl does not throw SQLException as expected
Reviewed-by: joehw, bpb
|
2019-12-23 17:18:32 -05:00 |
|
Chris Hegarty
|
417672bc9d
|
8236441: Bound MulticastSocket fails when setting outbound interface on Windows
Reviewed-by: alanb
|
2019-12-23 09:17:00 +00:00 |
|
Tobias Hartmann
|
34b08ed2a5
|
8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain
Use _src_type/_dest_type as address types for the loads and stores.
Reviewed-by: vlivanov, roland
|
2019-12-23 09:44:35 +01:00 |
|
Pankaj Bansal
|
4cb20ae300
|
8222759: com.sun.java.swing.plaf.gtk.GTKLookAndFeel has unnecessary casts to GTKStyleFactory
Reviewed-by: prr, jdv
|
2019-12-23 13:04:07 +05:30 |
|
Mikael Vidstedt
|
c33466012e
|
Merge
|
2019-12-20 22:41:53 -08:00 |
|
John Jiang
|
4deb35453f
|
8234727: sun/security/ssl/X509TrustManagerImpl tests support TLSv1.3
Reviewed-by: xuelei
|
2019-12-21 06:28:48 +08:00 |
|
Mikael Vidstedt
|
59216c2e77
|
8236449: Problem list compiler/jsr292/ContinuousCallSiteTargetChange.java on solaris-sparcv9
Reviewed-by: iignatyev
|
2019-12-20 14:04:40 -08:00 |
|
Patrick Concannon
|
00c40ae1e3
|
7021373: DatagramPacket exception conditions are not clear
Specification is clarified by adding or clarifying @throws clauses where required
Reviewed-by: alanb, chegar, darcy, dfuchs
|
2020-02-07 11:10:41 +00:00 |
|
David Holmes
|
9f21d809ab
|
8238460: Provide warnings about the use of JNI RegisterNatives to rebind native methods for boot/platform classes in other classloaders
Reviewed-by: jwilhelm, lfoltan
|
2020-02-06 21:03:40 -05:00 |
|
Daniil Titov
|
26b642f92f
|
8196729: Add jstatd option to specify RMI connector port
Reviewed-by: cjplummer, sspitsyn
|
2020-02-06 11:23:51 -08:00 |
|
Nils Eliasson
|
b59f630249
|
8237581: Improve allocation expansion
Reviewed-by: vlivanov, redestad
|
2020-02-06 11:21:39 +01:00 |
|
Jonathan Gibbons
|
98f5d98a88
|
8222793: Javadoc tool ignores "-locale" param and uses default locale for all messages and texts
Reviewed-by: prappo
|
2020-02-05 11:01:05 -08:00 |
|
Mandy Chung
|
c0f23a8604
|
8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49
Reviewed-by: rriggs, sundar
|
2020-02-05 09:53:56 -08:00 |
|
Erik Joelsson
|
f1332640d4
|
8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary
Reviewed-by: clanger, alanb, ihse
|
2020-02-05 09:33:25 -08:00 |
|
Clive Verghese
|
e7e182a318
|
8235699: ArrayIndexOutOfBoundsException in CalendarBuilder.toString
Reviewed-by: phh, alanb, weijun, simonis, rriggs
|
2020-02-05 16:39:45 +01:00 |
|
Mikhailo Seledtsov
|
ccb4ab5499
|
8179317: [TESTBUG] rewrite runtime shell tests in java
Converted shell tests to Java
Reviewed-by: dholmes, iignatyev, lmesnik
|
2020-02-05 07:31:13 -08:00 |
|
Christoph Langer
|
d6aeda7b24
|
8238375: JFR Test TestJcmdStartFlushInterval is not run
Reviewed-by: egahlin, mseledtsov
|
2020-02-05 06:33:57 +00:00 |
|
Jesper Wilhelmsson
|
89e9ae9b3c
|
Merge
|
2020-02-05 03:24:41 +01:00 |
|
Weijun Wang
|
06579fcefa
|
8237804: sun/security/mscapi tests fail with "Key pair not generated, alias <nnnnnn> already exists"
Reviewed-by: mullan
|
2020-02-05 11:09:02 +08:00 |
|
Daniel Fuchs
|
b069da31e0
|
8238231: Custom DatagramSocketImpl's create method not called when with protected constructor
Allow the socket to be lazily created if not created by the constructor.
Reviewed-by: alanb
|
2020-02-04 18:35:37 +00:00 |
|
David Leopoldseder
|
135f209852
|
8238190: [JVMCI] Fix single implementor speculation for diamond shapes
Reviewed-by: kvn
|
2020-02-04 09:33:09 +01:00 |
|
Brian Burkhalter
|
7db8a1762f
|
8237514: Spec Clarification - ByteBuffer::alignmentOffset Spec
Reviewed-by: alanb, psandoz
|
2020-01-31 08:04:11 -08:00 |
|
Matthias Baesken
|
ef41763d32
|
8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks
Reviewed-by: clanger, mullan
|
2020-02-03 09:39:39 +01:00 |
|
Erik Gahlin
|
319d6976a5
|
8238241: Clean up problem list for JFR tests
Reviewed-by: mgronlun, mseledtsov
|
2020-02-01 09:55:03 +01:00 |
|
Ioi Lam
|
f6eaac48b8
|
8238198: Avoid using @ tags in TestOptionsWithRanges_generate.sh
Reviewed-by: iignatyev
|
2020-01-31 14:18:30 -08:00 |
|
Christian Hagedorn
|
b940e17c9e
|
8235332: TestInstanceCloneAsLoadsStores.java fails with -XX:+StressGCM
Account for GC barriers when skipping a cloned ArrayCopyNode in ConnectionGraph::find_inst_mem()
Reviewed-by: roland, neliasso
|
2020-01-31 09:32:00 +01:00 |
|
Jonathan Gibbons
|
4122968ab6
|
8238259: new tests do not account for Windows file separators
Reviewed-by: vromero
|
2020-01-30 15:50:07 -08:00 |
|
Igor Ignatyev
|
18d6d92a06
|
8237953: vmTestbase/jit/tiered/Test.java failure after JDK-8237798
Reviewed-by: iveresov
|
2020-01-30 08:55:20 -08:00 |
|
Jonathan Gibbons
|
ee9483bd87
|
8200363: Add javadoc command line setting to fail on warnings
Reviewed-by: hannesw
|
2020-01-30 11:29:51 -08:00 |
|
Jonathan Gibbons
|
85f5e328ed
|
8236949: javadoc -Xdoclint does not accumulate options correctly
Reviewed-by: prappo
|
2020-01-30 11:20:09 -08:00 |
|
Mikhailo Seledtsov
|
b5bf0d6d2f
|
8235599: [TESTBUG] JFR streaming/TestJVMCrash.java fails to cleanup files after test
Removed the TestJVMCrash.java test from problem list
Reviewed-by: egahlin
|
2020-01-30 10:27:08 -08:00 |
|
Erik Gahlin
|
bd7fd5610e
|
8232636: JFR TestDumpOnCrash.java crashed and failed to create emergency dump file
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 17:49:16 +01:00 |
|
Erik Gahlin
|
cb636b2c0b
|
8219686: jdk/jfr/event/runtime/TestShutdownEvent.java recording file length is 0
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 17:36:01 +01:00 |
|
Erik Gahlin
|
9cfd632ef6
|
8213918: DumpReason JFR event is not covered by test
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 17:23:22 +01:00 |
|
Vicente Romero
|
c2e69df562
|
8235778: No compilation error reported when a record is declared in a local class
Reviewed-by: mcimadamore
|
2020-01-27 23:06:46 -05:00 |
|
David Holmes
|
8c33bba226
|
8237918: Bad copyright line in a hotspot test
Reviewed-by: jjg
|
2020-01-27 20:01:35 -05:00 |
|
Roger Riggs
|
2760497b01
|
8237368: Problem with NullPointerException in RMI TCPEndpoint.read
Reviewed-by: mchung, alanb
|
2020-01-24 13:33:31 -05:00 |
|
Nick Gasson
|
987ba9f3a4
|
8237521: Memory Access API fixes for 32-bit
Reviewed-by: mcimadamore, dholmes
|
2020-01-24 17:41:44 +08:00 |
|
Eric Caspole
|
44444bb249
|
8238189: Cleanups to AES crypto micros
Move all tested algorithms into the small set
Reviewed-by: xuelei
|
2020-01-30 10:31:43 -05:00 |
|
Erik Gahlin
|
06456a9773
|
8238224: test\jdk\jdk\jfr\event\io\EvilInstrument.java should be removed
Reviewed-by: mgronlun
|
2020-01-30 11:14:12 +01:00 |
|
Erik Gahlin
|
dfb31205a1
|
8221331: test/jdk/jdk/jfr/event/io/EvilInstrument.java needs to re-worked to avoid recursive initialization issues
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 10:10:48 +01:00 |
|
Erik Gahlin
|
0b9ff0c3a4
|
8202142: jfr/event/io/TestInstrumentation is unstable
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 09:01:58 +01:00 |
|
David Holmes
|
c4b708b255
|
8237857: LogDecorations::uptimenanos is implemented incorrectly
Reviewed-by: dcubed, kbarrett
|
2020-01-29 23:53:16 -05:00 |
|
Igor Ignatyev
|
c484e1cee0
|
8237787: rewrite vmTestbase/vm/compiler/CodeCacheInfo* from shell to java
Reviewed-by: epavlova, kvn
|
2020-01-29 19:27:01 -08:00 |
|
Erik Gahlin
|
28801066d0
|
8237574: Make TestNative work without -nativepath
Reviewed-by: mgronlun, mseledtsov
|
2020-01-30 00:23:58 +01:00 |
|
Erik Gahlin
|
8aff9fca35
|
8215890: Simplify jdk/jfr/api/recording/event/TestPeriod.java
Reviewed-by: mgronlun, mseledtsov
|
2020-01-29 23:49:04 +01:00 |
|
Erik Gahlin
|
a2bbf933d9
|
8222001: JFR event for heap dumps written
Reviewed-by: mgronlun
|
2020-01-29 22:37:17 +01:00 |
|