Paul Sandoz
e5b0568e1c
8236769: Clarify javadoc of memory access API
...
Reviewed-by: chegar
2020-01-08 23:12:45 +00:00
Erik Gahlin
0239771501
8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
...
Reviewed-by: rehn, mseledtsov
2020-01-08 22:44:34 +01:00
Roman Kennke
773b7b6c4b
8236106: [TESTBUG] Shenandoah: Make TestThreadFailure more resilient
...
Reviewed-by: zgu
2019-12-17 18:23:33 +01:00
Vicente Romero
be6b4aab40
8236692: static final fields without initializer are accepted by javac
...
Reviewed-by: mcimadamore
2020-01-08 15:18:58 -05:00
Thomas Schatzl
89f2d14518
8235934: gc/g1/TestGCLogMessages.java fails with 'DerivedPointerTable Update' found
...
Fix determining whether C2 or JVMCI are enabled in the test.
Reviewed-by: sjohanss, kbarrett
2020-01-08 14:36:48 +01:00
Christian Hagedorn
3e9a17c53e
8235984: C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
...
Bailout from loop unswitching if loop predicates have a control dependency to partially peeled statements.
Reviewed-by: neliasso, thartmann
2020-01-07 17:06:10 +01:00
Igor Veresov
cc99075c79
8236050: Some compiler tests fail when executed with custom TieredLevel
...
Make sure TieredStopAtLevel is properly supported for different compilation modes
Reviewed-by: redestad, thartmann
2020-01-07 07:31:28 -08:00
Vicente Romero
50a56141ba
8234445: spurious error message for record constructors with receiver parameters
...
Reviewed-by: mcimadamore
2020-01-07 09:21:07 -05:00
Naoto Sato
e72f6028fb
8236495: open/test/jdk/java/util/Locale/LocaleProvidersRun.java failed on mac 10.14 with de_DE locale
...
Reviewed-by: lancea, clanger
2020-01-06 17:23:57 -08:00
Sergey Bylokhov
151ab6acc1
8236545: Compilation error in mach5 java/awt/FileDialog/MacOSGoToFolderCrash.java
...
Reviewed-by: dmarkov
2020-01-03 13:40:33 -08: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
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
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
Ekaterina Pavlova
cfddf53c01
8236139: [Graal] java/lang/RuntimeTests/exec/LotsOfOutput.java fails with JVMCI enabled
...
Reviewed-by: kvn
2019-12-19 13:20:58 -08:00
Chris Plummer
5cb06ce2fb
8234277: ClhsdbLauncher should enable verbose exceptions and do a better job of detecting SA failures
...
Reviewed-by: sspitsyn, ysuenaga
2019-12-18 11:49:30 -08:00
Coleen Phillimore
eb6beeac94
8235829: graal crashes with Zombie.java test
...
Start ServiceThread before compiler threads, and run nmethod barriers for zgc before adding to the service thread queues, or posting events from the java thread.
Reviewed-by: pliden, dholmes, rehn
2019-12-18 11:51:22 -05:00
Jatin Bhateja
079db54d51
8230185: assert(is_Loop()) failed: invalid node class
...
Adding missing check for a counted loop.
Reviewed-by: kvn, thartmann
2019-12-18 10:04:53 +01:00
Daniel D. Daugherty
1253f7e8fa
8236130: ProblemList jdk/jfr/jmx/security/TestEnoughPermission.java
...
Reviewed-by: mikael
2019-12-17 15:38:22 -05:00
Alexandre Iline
ffc18e5c8c
8236044: Create jdk_accessibility test group
...
Reviewed-by: prr
2019-12-17 11:10:52 -08:00
Igor Ignatyev
60073c395c
8235866: bump jtreg requiredVersion to 4.2b16
...
Reviewed-by: dholmes, joehw
2019-12-16 15:45:07 -08:00
Michael McMahon
b73faca452
8235976: Directives in WWW-Authenticate should be comma separated
...
Reviewed-by: chegar
2019-12-16 16:44:03 +00:00
Sibabrata Sahoo
fca342f736
8235874: The ordering of Cipher Suites is not maintained provided through jdk.tls.client.cipherSuites and jdk.tls.server.cipherSuites system property
...
Corrected Cipher Suites ordering through system properties
Reviewed-by: xuelei
2019-12-16 00:23:50 -08:00
John Jiang
abac8b17a9
8235813: System property fullCipherSuites is not used by javax/net/ssl/compatibility/Compatibility.java
...
Reviewed-by: xuelei
2019-12-16 16:19:10 +08:00
Sibabrata Sahoo
58cce5fbf4
8234728: Some security tests should support TLSv1.3
...
Tests were updated to support TLSv1.3 and cipher suite order
Reviewed-by: xuelei
2019-12-13 01:43:14 -08:00
Pankaj Bansal
e6b381faa2
8235744: PIT: test/jdk/javax/swing/text/html/TestJLabelWithHTMLText.java times out in linux-x64
...
Reviewed-by: psadhukhan, prr
2019-12-13 12:08:10 +05:30
Jorn Vernee
8f4f088a12
8234049: Implementation of Memory Access API (Incubator)
...
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Reviewed-by: alanb, psandoz, chegar, rriggs, plevart, briangoetz, jrose, adinn, vlivanov
2019-12-12 22:59:57 +00:00
Brian Burkhalter
7cdecd8981
8235668: LineNumberReader#getLineNumber() returns wrong line number (one fewer) in Lucene test
...
Reviewed-by: alanb, rriggs
2019-12-12 13:43:07 -08:00
Stefan Karlsson
e6876a9cc3
8226797: serviceability/tmtools/jstat/GcCapacityTest.java fails with Exception: java.lang.RuntimeException: OGCMN > OGCMX (min generation capacity > max generation capacity)
...
Reviewed-by: sjohanss, tschatzl
2019-12-12 16:23:13 +01:00
Pavel Rappo
5ca3e6334a
8215038: Add a page that lists all system properties
...
Co-authored-by: Priya Lakshmi Muthuswamy <priya.lakshmi.muthuswamy@oracle.com>
Reviewed-by: hannesw, jjg
2019-12-12 13:06:59 +00:00
Stefan Karlsson
47ee85a247
8235760: ZGC: Implement precise check for @require vm.gc.Z for Windows
...
Reviewed-by: eosterlund, pliden
2019-12-11 12:53:10 +01:00
Jan Lahoda
ad5ea72286
8235541: Extend javax.lang.model to cover binding variables
...
Reviewed-by: darcy
2019-12-09 09:40:09 +01:00
Nikola Grcevski
ce7ede95eb
8234076: JVM crashes on Windows 10 using --module=NAME
...
Reviewed-by: ksrini, henryjen
2019-12-12 08:40:19 +00:00
Robin Westberg
3fe949b2f4
8232231: Remove invalid JFR thread CPU load test case
...
Reviewed-by: mseledtsov, egahlin
2019-12-12 07:48:08 +01:00
Ekaterina Pavlova
b4d9a0afca
8235808: Remove graalunit from tier1_compiler_not_xcomp
...
Reviewed-by: iignatyev
2019-12-11 21:15:19 -08:00
Daniil Titov
7b82266a15
8226575: OperatingSystemMXBean should be made container aware
...
Reviewed-by: dholmes, bobv, mchung, sspitsyn
2019-12-11 19:20:57 -08:00
Ekaterina Pavlova
efdf413a20
8235773: Tier3 fails because graalunit tests started to run with ZGC
...
Reviewed-by: iignatyev
2019-12-11 17:18:32 -08:00
Jie Fu
6a6ae16781
8235625: [TESTBUG] tools/jpackage/share/JavaOptionsEqualsTest.java fails with debug VMs
...
Reviewed-by: asemenyuk, herrick
2019-12-10 10:17:36 +08:00
Sergey Bylokhov
03dfd4f94b
8234522: [macos] Crash with use of native file dialog
...
Reviewed-by: prr, dmarkov
2019-12-11 14:30:45 -08:00
Jonathan Gibbons
d8d4cd6508
8235597: Extend support for -XDaccessInternalAPI to plugin modules
...
Reviewed-by: mcimadamore, jlahoda
2019-12-11 16:32:49 -08:00
Jonathan Gibbons
75acf956f1
Merge
2019-12-11 15:34:19 -08:00
Jonathan Gibbons
93b7d283d8
8214916: SourceLauncherTest fails on exploded image
...
Reviewed-by: ksrini
2019-12-11 15:33:17 -08:00
Robert Field
dca6e34397
8210527: JShell: NullPointerException in jdk.jshell.Eval.translateExceptionStack
...
8232855: jshell missing word in /help help
Reviewed-by: jlahoda
2019-12-11 14:39:04 -08:00
Alexander Matveev
a51b5ae9c4
8235252: Repair run_tests.sh by locating jtreg locally
...
Reviewed-by: herrick, asemenyuk
2019-12-11 16:37:27 -05:00
Hannes Wallnöfer
7f10f57834
8235414: Module level doc-files show "unnamed package" as holder
...
Reviewed-by: jjg
2019-12-11 22:29:30 +01:00
Andy Herrick
8b99e85fbc
8235788: Changeset for JDK-8235252 pushed with wrong bug ID
...
Reviewed-by: prr
2019-12-11 15:01:11 -05:00
Vicente Romero
69c1729e26
8234101: Compilation error thrown when repeating annotation is used on record component
...
Reviewed-by: jlahoda
2019-12-11 15:31:40 -05:00
Jeremy Kuhn
cbe604cf5d
8235457: Crash when reporting a message about an annotation on a module
...
8235458: Problem caused by imports in a module-info.java file
Reviewed-by: jjg
2019-12-11 11:55:50 -08:00