Calvin Cheung
e7ef03dce6
8202130: [TESTBUG] Some appcds regression test cases fail with "Error: VM option 'PrintSystemDictionaryAtExit' is notproduct and is available only in debug version of VM"
...
Removed the PrintSystemDictionaryAtExit vm option from the tests
Reviewed-by: zgu
2018-05-01 17:28:03 -07:00
Brian Burkhalter
285bf7bbb4
8202507: Remove IO and NIO AtomicAppend tests from problem list
...
Reviewed-by: lancea
2018-05-01 14:40:31 -07:00
John Rose
d05ed512ac
8200167: Validate more special case invocations
...
Co-authored-by: Vladimir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Reviewed-by: acorn, vlivanov, dholmes
2018-04-30 21:56:54 -04:00
Igor Ignatyev
08855df46a
8199643: [TESTBUG] Open source common VM testbase code
...
Reviewed-by: vlivanov, erikj, mseledtsov, gthornbr
2018-04-30 18:10:24 -07:00
Jiangli Zhou
3544f8902a
8202452: Delete test files missed from commit for 8193213&8182731
...
Deleted outdated tests.
Reviewed-by: dholmes
2018-04-30 17:50:05 -04:00
Jiangli Zhou
20edc74068
8193213: Make the UseAppCDS option obsolete
...
8182731: Odd handling of -XX:-UseAppCDS and -XX:SharedArchiveFile
Application class data sharing is enabled without -XX:+UseAppCDS. SharedArchiveFile is now a product flag.
Reviewed-by: dholmes, ihse, erikj, ccheung
2018-04-30 16:59:05 -04:00
Brian Burkhalter
cdd3f0ac39
8202284: FileChannel and FileOutpuStream variants of AtomicAppend should fail silently on macOS >= 10.13
...
Reviewed-by: chegar
2018-04-30 13:40:39 -07:00
Calvin Cheung
b0268d4b00
8154204: [TESTBUG] Update DefaultUseWithClient test to handle client-less builds
...
Removed the DefaultUseWithClient.java test
Reviewed-by: hseigel, jiangli
2018-04-30 09:37:10 -07:00
Jaikiran Pai
3e47229057
8201545: InetAddress.getByName/getAllByName should clarify empty String behavior
...
Reviewed-by: chegar
2018-04-30 16:13:30 +01:00
Claes Redestad
af4695d7e4
8202417: [TESTBUG] Broken hard-coded dependency in serviceability/sa/ClhsdbJhisto.java
...
Reviewed-by: alanb
2018-04-30 11:48:03 +02:00
Sergey Bylokhov
a6ea22e736
8198342: Test FileSystemViewListenerLeak.java is unstable
...
Reviewed-by: jdv, kaddepalli, psadhukhan
2018-04-26 17:03:34 -07:00
Vivek Theeyarath
31c128ef22
8195717: test java/lang/invoke/MethodHandlesTest timed out running testAsCollector1
...
Refactor MethodHandlesTest
Reviewed-by: psandoz
2018-05-03 04:18:22 -07:00
Goetz Lindenmaier
72a2ac8b8b
8199852: Print more information about class loaders in LinkageErrors
...
Reviewed-by: dholmes, lfoltan, gtriantafill
2018-05-07 11:38:21 +02:00
Hamlin Li
6869c08e6a
8202291: java/rmi/Naming/LookupIPv6.java failed with Connection refused
...
Reviewed-by: clanger
2018-05-07 18:23:59 +08:00
Jan Lahoda
81bad1fe6b
8202387: javac --release 11 not supported
...
Adding historical data for JDK 10; adding ability to produce the historical data incrementally.
Reviewed-by: erikj, forax, jjg
2018-05-07 10:37:46 +02:00
Aleksey Shipilev
aef2df31e6
8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
...
Reviewed-by: eosterlund, stuefe
2018-05-05 18:55:31 +02:00
Joe Darcy
42c3c3b5f7
8202599: Mark intermittently failing jshell tests
...
Reviewed-by: rfield
2018-05-05 09:34:01 -07:00
Igor Ignatyev
e48cfc709d
8199382: [TESTBUG] Open source VM testbase JDI tests
...
Reviewed-by: erikj, kvn, sspitsyn
2018-05-05 09:24:29 -07:00
Michal Vala
1e0c45b250
8199912: jshell tool: /open from URI
...
Reviewed-by: rfield
2018-05-04 23:19:10 -07:00
Vladimir Ivanov
3ecce1fe48
8202465: [C1] casts should not be eliminated for interface types
...
Reviewed-by: jrose, thartmann
2018-05-04 16:49:22 -07:00
Sergey Bylokhov
d5987fe58f
8202301: Add tests related to JDK-8196572 to the ProblemList
...
Reviewed-by: jdv
2018-04-26 13:33:11 -07:00
Stefan Johansson
f21c201f80
8183910: gc/arguments/TestAggressiveHeap.java fails intermittently
...
Reviewed-by: tschatzl, kbarrett
2018-05-16 10:44:59 +02:00
Jonathan Gibbons
2612bef51e
8202614: Add ability to validate links in JavadocTester
...
Reviewed-by: ksrini
2018-05-15 14:41:06 -07:00
Jonathan Gibbons
5efef1271b
8203176: javadoc handles non-ASCII characters incorrectly
...
Reviewed-by: ksrini
2018-05-15 14:15:47 -07:00
Igor Ignatyev
5bb7e81832
8203250: runtime/LoadClass/test-classes/Hello.java has wrong legal notice
...
Reviewed-by: ccheung
2018-05-15 13:58:03 -07:00
Joe Wang
e8586cd4bc
8202426: NPE thrown by Transformer when XMLStreamReader reports no xml attribute type
...
Reviewed-by: lancea
2018-05-15 13:28:08 -07:00
Erik Gahlin
a060be188d
8199712: Flight Recorder
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
2018-05-15 20:24:34 +02:00
Igor Ignatyev
f575533a17
8202392: [TESTBUG] open source vm testbase heapdump tests
...
Reviewed-by: sspitsyn, mseledtsov
2018-05-15 11:28:29 -07:00
Thomas Stuefe
d9b3c3203e
8201572: Improve Metaspace Statistics
...
Reviewed-by: adinn, zgu
2018-04-24 18:06:32 +02:00
Kim Barrett
9b734fc849
8200557: OopStorage parallel iteration scales poorly
...
Change representation of sequence of all blocks for better scaling.
Reviewed-by: coleenp, eosterlund
2018-05-03 17:36:50 -04:00
Jonathan Gibbons
cf20cdd06c
8194968: problem list actions for tools/javac/jvm/VerboseOutTest
...
Reviewed-by: vromero
2018-05-03 12:56:53 -07:00
Joe Wang
986a178214
8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException
...
Reviewed-by: lancea
2018-05-03 12:13:43 -07:00
Mandy Chung
bd18ef4c18
8201793: (ref) Reference object should not support cloning
...
Reviewed-by: psandoz, kbarrett
2018-05-03 11:18:57 -07:00
Vicente Romero
2b05e3ad7e
8202584: de-problem list tools/javac/jvm/VerboseOutTest
...
Reviewed-by: mcimadamore
2018-05-03 06:20:37 -07:00
Zhengyu Gu
9353d59547
8199067: [REDO] NMT: Enhance thread stack tracking
...
Precise thread stack tracking on Linux and Windows
Reviewed-by: stuefe, coleenp
2018-05-03 08:07:20 -04:00
Thomas Schatzl
945701e945
8201492: Properly implement non-contiguous generations for Reference discovery
...
Collectors like G1 implementing non-contiguous generations previously used an inexact but conservative area for discovery. Concurrent and STW reference processing could discover the same reference multiple times, potentially missing referents during evacuation. So these collectors had to take extra measures while concurrent marking/reference discovery has been running. This change makes discovery exact for G1 (and any collector using non-contiguous generations) so that concurrent discovery and STW discovery discover on strictly disjoint memory areas. This means that the mentioned situation can not occur any more, and extra work is not required any more too.
Reviewed-by: kbarrett, sjohanss
2018-05-03 14:09:00 +02:00
Axel Siebenborn
38854063d3
8195002: Fix test/hotspot/jtreg/gtest/GTestWrapper.java on Alpine/Musl
...
Reviewed-by: stuefe, clanger, mikael
2018-04-26 12:54:53 +02:00
Amy Lu
3499a42801
8202575: Remove java/lang/String/nativeEncoding/StringPlatformChars.java from ProblemList
...
Reviewed-by: alanb
2018-05-03 15:04:01 +08:00
Thomas Stuefe
d2c3ef2f85
8202303: LogStream should autoflush on destruction
...
Reviewed-by: dholmes, rehn, zgu
2018-05-03 07:35:17 +02:00
Robert Field
36b8ebf5c9
8202520: JShell tests: move intermittently failing tests to tier2
...
Reviewed-by: darcy
2018-05-02 18:36:49 -07:00
Igor Ignatyev
47bc94b60e
8199375: [TESTBUG] Open source vm testbase monitoring tests
...
Reviewed-by: kvn, ihse, sspitsyn
2018-05-02 16:43:56 -07:00
Daniel D. Daugherty
9a94336b7d
8191798: redo nested ThreadsListHandle to drop Threads_lock
...
Refactor Thread hazard ptrs and nested ThreadsLists into SafeThreadsListPtr.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: dcubed, eosterlund, rehn
2018-05-02 16:47:40 -04:00
Jonathan Gibbons
f7ac53e5e9
8201817: Taglet.init should be called with the "primary" doclet
...
Reviewed-by: ksrini
2018-05-02 11:11:06 -07:00
Vladimir Kozlov
62d87665eb
8202505: ctw2 tasks are timing out in hs-tier3
...
Put CTW java_desktop_2.java test on problem list for Windows.
Reviewed-by: iignatyev
2018-05-02 10:48:48 -07:00
Rachna Goel
a01b2f3b73
8179071: Month value is inconsistent between CLDR and Java in some locales
...
Handled Language aliases from CLDR SupplementalMetaData
Reviewed-by: naoto
2018-04-30 11:59:42 +05:30
Vladimir Kozlov
1b027ddfe9
8202273: [AOT] Graal does not support the CMS collector
...
Avoid running AOT and JVMCI tests with CMS
Reviewed-by: dcubed
2018-04-27 08:28:06 -07:00
Harold Seigel
f236cf3cf4
8202204: Rename hotspot runtime jtreg constantPool ConstantPool directories
...
Move the tests in the constantPool directory to a new directory named AccModule.
Reviewed-by: dholmes, gtriantafill
2018-04-27 08:45:11 -04:00
Thomas Schatzl
0f583c7817
6672778: G1 should trim task queues more aggressively during evacuation pauses
...
Regularly try to drain task queues. This helps memory usage and performance during garbage collection.
Reviewed-by: sjohanss, sangheki
2018-04-27 12:06:46 +02:00
Roland Westrelin
0ef11c31c7
8201367: assert(current != first_mem) failed: corrupted memory graph in superword code
...
Don't rely on the RPO order to find the "first" and "last" loads of the pack
Reviewed-by: kvn
2018-04-26 12:48:35 -07:00
Naoto Sato
fafd844bc6
8181157: CLDR Timezone name fallback implementation
...
Reviewed-by: sherman, scolebourne
2018-04-26 12:39:15 -07:00
Gerard Ziemski
edc81d17e1
8202150: [REDO] Split globals.hpp to factor out the Flag class
...
Factored out Flag out go globals, renamed to JVMFlag
Reviewed-by: coleenp, dholmes, kvn
2018-04-26 11:19:05 -05:00
Mikael Vidstedt
4d841c90fb
8202330: Add Unreferenced{FOS,FIS,RAF}ClosesFd to problem list
...
Reviewed-by: alanb, bpb
2018-04-26 09:10:04 -07:00
Harold Seigel
a7b8407fbc
8197960: [TESTBUG] remove/modify runtime tests which use java ee or corba modules
...
Replace references to java ee and corba modules with module java.sql.
Reviewed-by: lfoltan, ccheung
2018-04-26 09:04:09 -04:00
Jini George
ccc74fdd60
8174994: SA: clhsdb printmdo throws WrongTypeException when attached to a process with CDS
...
Read in the md region of the CDS archive in SA and map the vtable addresses to the corresponding metadata type.
Reviewed-by: iklam, coleenp, ysuenaga, dholmes
2018-04-26 12:25:36 +05:30
Joe Darcy
15ef60b350
8200478: For boxing conversion javac uses Long.valueOf which does not guarantee caching according to its javadoc
...
Reviewed-by: bpb
2018-04-25 22:12:06 -07:00
Calvin Cheung
1515d70930
8197959: [TESTBUG] Some (App)CDS tests require modification due to the removal of the Java EE and CORBA modules
...
Reviewed-by: iklam, mseledtsov
2018-04-25 14:08:19 -07:00
Hamlin Li
673e292ffe
8157543: java/nio/channels/Selector/SelectAndCancel.java fails intermittently
...
Reviewed-by: alanb
2018-04-26 10:29:44 +08:00
Yasumasa Suenaga
c3efc6ec43
8199519: Several GC tests fails with: java.lang.NumberFormatException: Unparseable number: "-"
...
Reviewed-by: sjohanss, jgeorge
2018-04-26 09:45:47 +09:00
Ekaterina Pavlova
465eea6d80
8202276: Update test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: kvn
2018-04-25 11:24:33 -07:00
Vladimir Kozlov
5096bee84e
8202152: test/hotspot/jtreg/runtime/whitebox/WBStackSize.java fails
...
Set compiler threads stack size the same as for java threads
Reviewed-by: dholmes, mdoerr, dlong
2018-04-25 10:12:45 -07:00
Bernard Blaser
fa434f6934
8202141: Unique symbols for .class
...
Reviewed-by: vromero, jlahoda
2018-04-25 09:45:45 -07:00
Bhanu Prakash Gopularam
7904b56345
8200101: sun/security/krb5/auto/Renewal.java fails intermittently
...
Reviewed-by: weijun
2018-04-25 12:44:50 +05:30
Bhanu Prakash Gopularam
e836d6ec10
8196540: [Testbug] java/security/AccessController/DoPrivAccompliceTest.java doesn't handle unrelated warnings
...
Reviewed-by: mullan
2018-04-25 12:39:05 +05:30
Bhanu Prakash Gopularam
a3ed7dd7d6
8144806: sun/security/tools/keytool/standard.sh fails intermittently at deleting x.jks
...
Reviewed-by: weijun
2018-04-25 12:29:48 +05:30
Mikael Vidstedt
2dbc9735ac
8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
...
Reviewed-by: kvn, iignatyev
2018-04-24 21:40:10 -07:00
Brian Burkhalter
780696c2a3
8202062: Put FileChannel and FileOutpuStream variants of AtomicAppend on problem list
...
Reviewed-by: lancea
2018-04-24 20:25:48 -07:00
Kumar Srinivasan
3dfa260af9
8025091: VisibleMemberMap.java possible performance improvements
...
8198890: The standard doclet incorrectly produces wrong method signatures in certain cases
Reviewed-by: jjg
2018-04-24 11:54:03 -07:00
Sangheon Kim
3b923d063e
8196325: GarbageCollectionNotificationInfo has same information for before and after
...
Reviewed-by: mchung, sspitsyn
2018-04-24 16:48:29 -07:00
Sergey Bylokhov
8ca8d45fb5
8200146: Remove the appletviewer launcher
...
Reviewed-by: prr, ihse
2018-04-23 14:06:46 -07:00
Sergey Bylokhov
728923cbbc
8202050: Add javax/sound/midi/Sequencer/Recording.java to the problemList
...
Reviewed-by: prr, darcy
2018-04-20 18:28:18 -07:00
Phil Race
e0c6bd5c09
8200313: java/awt/Gtk/GtkVersionTest/GtkVersionTest.java fails
...
Reviewed-by: serb, kaddepalli
2018-04-20 09:44:45 -07:00
Phil Race
568874f545
Merge
2018-04-20 09:05:05 -07:00
Phil Race
58525d3d0d
Merge
2018-04-18 08:48:06 -07:00
Jayathirth D V
9e390e1cb6
6574555: PNGImageWriter incorrectly sets bKGD chunk
...
Reviewed-by: prr, pnarayanan
2018-04-18 13:22:53 +05:30
Jayathirth D V
f1a389d085
6788458: PNGImageReader ignores tRNS chunk while reading non-indexed RGB/Gray images
...
Reviewed-by: prr, pnarayanan, kaddepalli
2018-04-18 12:33:21 +05:30
Shashidhara Veerabhadraiah
0406664154
8201598: Fix for 8181910: Support dark title bars on macOS broke the MacOS build
...
Reviewed-by: prr, serb
2018-04-18 10:43:43 +05:30
Sergey Bylokhov
73509bf4a0
8201626: Typo in MakeWindowAlwaysOnTop test
...
Reviewed-by: jdv
2018-04-17 18:10:13 -07:00
Pankaj Bansal
3459dc11fd
8153532: Add @throws NPE javadoc to UIManager.setLookAndFeel(String) method description
...
Reviewed-by: prr, serb, kaddepalli
2018-04-16 15:22:56 +05:30
Doug Simon
1b29264229
8201794: [Graal] fix regressions from JDK-8187490
...
Reviewed-by: alanb, mchung
2018-04-18 15:57:19 +02:00
Thomas Schatzl
ebbd7cf90b
8201596: java.lang.ref.Reference processing total time logging broken
...
Fix "Reference Processing" and add "Weak Processing" time
Reviewed-by: kbarrett, sangheki
2018-04-18 11:36:48 +02:00
Thomas Schatzl
9b31b8f365
8201487: Do not rebalance reference processing queues if not doing parallel reference processing
...
Reviewed-by: sangheki, kbarrett
2018-04-18 11:36:48 +02:00
Alan Bateman
33b921f25d
8201315: (se) Allow SelectableChannel.register to be invoked while selection operation is in progress
...
Reviewed-by: bpb
2018-04-18 10:20:09 +01:00
Robbin Ehn
a0a4b1981b
8195099: Concurrent safe-memory-reclamation mechanism
...
This implement a globalcounter with RCU semantics.
Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson, kbarrett, dholmes
2018-04-18 09:25:51 +02:00
Felix Yang
2997d6f6f0
8194260: Point-to-point interface should be excluded from java/net/ipv6tests/*
...
Reviewed-by: chegar, vtewari
2018-04-17 23:27:41 -07:00
Henry Jen
1f1f480606
Merge
2018-04-17 16:13:30 -07:00
Calvin Cheung
894e8c6479
8197972: Always verify non-system classes during CDS dump time
...
Use -Verify:remote even if the user specifies -Xverify:none during CDS dump time
Reviewed-by: iklam, mseledtsov, jiangli
2018-04-17 16:19:48 -07:00
Christian Tornqvist
278672706d
8201609: Split test/jdk/:tier2 to enable better parallel execution
...
Reviewed-by: alanb, darcy
2018-04-17 16:18:22 -04:00
Chris Hegarty
049184f334
Merge
2018-04-17 18:18:53 +01:00
Chris Hegarty
a3b61fd4c7
8197564: HTTP Client implementation
...
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo
2018-04-17 08:54:17 -07:00
Vivek Theeyarath
97979a53a1
8184692: add Pattern.asMatchPredicate
...
Reviewed-by: psandoz, rriggs
2018-04-16 11:21:32 -07:00
Jesper Wilhelmsson
9da125c2a2
Merge
2018-04-17 15:25:13 +02:00
Shashidhara Veerabhadraiah
e91400d46b
8181910: [macos] Support dark title bars on macOS
...
Reviewed-by: serb, denis
2018-04-16 10:35:22 +05:30
Alan Bateman
45fb75c85a
8201474: (so) Socket adaptor connect(InetAddress, timeout) succeeds when connection fails
...
Reviewed-by: bpb
2018-04-14 08:41:42 +01:00
Alexey Ivanov
aeadf76406
8201433: Fix potential crash in BufImg_SetupICM
...
Reviewed-by: prr, serb
2018-04-14 00:25:12 +01:00
Maurizio Cimadamore
85fbf32898
8201554: Disable failing tier1 test for JDK-8201498
...
Reviewed-by: jjg
2018-04-13 11:14:49 -07:00
Naoto Sato
1d0e7680e8
8201507: Generate alias entries in j.t.f.ZoneName from tzdb at build time
...
Reviewed-by: erikj, rriggs
2018-04-13 10:23:01 -07:00
Phil Race
8fbdefbb80
Merge
2018-04-13 09:51:58 -07:00
Rajan Halade
fbf1478b8f
8198240: Allow cacerts test to pass when GTECyberTrust root expires
...
Implemented expiry policy exception list
Reviewed-by: mullan
2018-04-13 09:37:01 -07:00
Phil Race
344e8f9bf4
Merge
2018-04-13 09:04:18 -07:00
Maurizio Cimadamore
19581edca2
8201498: test/langtools/tools/javac/diags/CheckExamples.java 6 errors occurred
...
Remove duplicate class names in diagnostic examples.
Reviewed-by: jlahoda
2018-04-13 16:23:56 +01:00
Jesper Wilhelmsson
72b7487789
Merge
2018-04-13 14:06:39 +02:00
Weijun Wang
0b6fbf50d2
8200468: Port the native GSS-API bridge to Windows
...
Reviewed-by: ihse, valeriep
2018-04-13 15:29:33 +08:00
Jesper Wilhelmsson
468c1c19bb
Merge
2018-04-13 03:05:19 +02:00
Hamlin Li
0ee5e92ddd
8078221: java/rmi/Naming/DefaultRegistryPort.java fails intermittently
...
Reviewed-by: rriggs
2018-04-13 09:06:37 +08:00
Phil Race
e5f945b7cd
Merge
2018-04-12 16:25:29 -07:00
Alexander Harlap
60f0502b70
8201330: Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList
...
Add java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java to the ProblemList until JDK-8081652 is resolved
Reviewed-by: tschatzl
2018-04-12 14:56:27 -04:00
Maurizio Cimadamore
d9440e4e39
8199194: Add javac support for preview features
...
Add support for preview features and related command line options.
Reviewed-by: jjg
2018-04-12 13:55:20 +01:00
Jan Lahoda
594fb594ce
8189765: Improve error reporting for compiling against package not visible due to modules
...
When looking in other modules for an undefined Symbol, also look into the unnamed module.
Reviewed-by: mcimadamore
2018-04-12 09:23:34 +02:00
Chris Yin
8483faa4a9
8197418: Move java/util/RandomAccess/ tests into OpenJDK
...
Reviewed-by: psandoz
2018-04-12 10:19:31 +08:00
Bernard Blaser
9c570aaf85
8201440: javac should create unique DynamicMethodSymbols at LambdaToMethod
...
Reviewed-by: mcimadamore
2018-04-11 14:52:32 -04:00
Paul Sandoz
d3760023e6
8199875: Require first parameter type of a condy bootstrap to be Lookup
...
Reviewed-by: jrose
2018-04-11 11:11:13 -07:00
Naoto Sato
a9e6a67296
8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone
...
Reviewed-by: erikj, sherman
2018-04-11 09:14:47 -07:00
Goetz Lindenmaier
f82560174b
8201430: [TESTBUG] Remove script from runtime/6626217
...
Reviewed-by: dholmes, mdoerr
2018-04-11 14:49:06 +02:00
Michael McMahon
3b1fdecd45
8196775: java/net/Socket/asyncClose/Race.java failed intermittently on Windows with ConnectException: Connection refused
...
Reviewed-by: dfuchs
2018-04-11 10:19:37 +01:00
Felix Yang
64e4120a9d
8201348: ProblemList update for bugid associated with SSLSocketParametersTest.sh
...
Reviewed-by: lancea
2018-04-10 20:04:32 -07:00
Amanda Jiang
5bc3b0759a
8190333: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases"
...
Reviewed-by: mullan
2018-04-10 18:16:12 -07:00
Hamlin Li
6b2da27d9a
8188897: java/rmi/registry/reexport/Reexport.java failed with Port already in use
...
Reviewed-by: rriggs, darcy
2018-04-11 09:08:43 +08:00
Jonathan Gibbons
e371d95422
8201396: fix broken links generated by javadoc doclet
...
Reviewed-by: ksrini
2018-04-10 15:05:10 -07:00
Andrey Nazarov
6b803d7d66
8178867: tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java failed to clean up files
...
Reviewed-by: alanb, jjg, psandoz
2018-04-10 14:16:13 -07:00
Doug Lea
cdd36df363
8197531: Miscellaneous changes imported from jsr166 CVS 2018-04
...
Reviewed-by: martin, psandoz
2018-04-10 11:37:18 -07:00
Doug Lea
a4f3a1d9eb
8200258: Improve CopyOnWriteArrayList subList code
...
Reviewed-by: martin, psandoz, smarks
2018-04-10 11:33:29 -07:00
Roland Westrelin
15a89eeee4
8201368: IfNode::fold_compares() may lead to incorrect execution
...
Reviewed-by: neliasso, kvn
2018-04-10 17:07:21 +02:00
Vicente Romero
f69402ef44
8201281: Truncated error message with Incompatible : null
...
Reviewed-by: mcimadamore
2018-04-24 08:13:30 -07:00
Mikael Vidstedt
ac40126090
8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
...
Reviewed-by: xuelei
2018-04-23 18:04:17 -07:00
Chris Plummer
caf3f257fe
8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
...
Quarantined test
Reviewed-by: dholmes
2018-04-23 15:19:46 -07:00
Gerard Ziemski
816e2e5fe0
8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
...
Backed out JDK-8081519
Reviewed-by: kvn
2018-04-23 14:51:16 -05:00
Gerard Ziemski
60723b7e3d
8081519: Split globals.hpp to factor out the Flag class
...
Factored out Flag out go globals, renamed to JVMFlag
Reviewed-by: coleenp, dholmes, kvn
2018-04-23 10:59:39 -05:00
Robert Field
ac44a19694
8199193: jshell tool: Add support for preview features
...
Reviewed-by: sundar
2018-04-23 09:01:03 -07:00
Hannes Wallnöfer
70146f48d5
8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names
...
Reviewed-by: sundar, jlaskey
2018-04-23 17:45:05 +02:00
Ioi Lam
cac6379cc4
8188105: Make -Xshare:auto the default for server VM
...
Reviewed-by: dholmes, lfoltan, acorn, mseledtsov, jiangli
2018-04-23 07:51:46 -07:00
Thomas Stuefe
2329ce7e2d
8202073: MetaspaceAllocationTest gtest shall lock during space creation
...
Reviewed-by: coleenp
2018-04-23 16:25:16 +02:00
Martin Doerr
5e1a7651cd
8198756: Lazy allocation of compiler threads
...
Reviewed-by: kvn
2018-04-18 11:19:32 +02:00
Vladimir Kozlov
4a2ed13802
8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
...
Set AOT specific compressed oop shift value before CDS archive load
Reviewed-by: iklam, jiangli
2018-04-20 14:30:57 -07:00
Hamlin Li
17da4aca08
8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected
...
8171404: java/nio/channels/AsynchronousSocketChannel/Basic.java failed with "AsynchronousCloseException expected"
8201520: AsynchronousSocketChannel/Basic.java timeout intermitently
Reviewed-by: alanb
2018-04-20 15:16:36 +08:00
Igor Ignatyev
716ac034c4
8202037: Split slow ctw_1 tests
...
Reviewed-by: kvn
2018-04-19 15:31:06 -07:00
David M Lloyd
883d41fefc
6341887: java.util.zip: Add ByteBuffer methods to Inflater/Deflater
...
Reviewed-by: alanb
2018-04-19 10:33:35 -07:00
Ivan Gerasimov
9303a8a180
8201510: Merge TwoStacksPlainSocketImpl into DualStackPlainSocketImpl [win]
...
Reviewed-by: chegar
2018-04-19 09:36:06 -07:00
Christoph Langer
67f6ee6cc7
8202000: AIX build broken after JDK-8195099
...
Reviewed-by: goetz, stuefe, mbaesken
2018-04-19 12:12:05 +02:00
Vivek Theeyarath
702ac597ad
8184693: add Pattern.isEmpty
...
Added method Pattern.isEmpty
Reviewed-by: forax, chegar, smarks, psandoz, rriggs
2018-04-18 10:30:57 -07:00
Vicente Romero
03a10ec7b2
8196433: use the new error diagnostic approach at javac.Main
...
Reviewed-by: jjg
2018-04-18 16:02:53 -04:00
Joe Darcy
4ffd5d45c1
8201766: Mark TimSortStackSize2.java as intermittently failing
...
Reviewed-by: dholmes
2018-04-18 10:03:49 -07:00
Coleen Phillimore
36d1d59425
8201505: Use WeakHandle for ProtectionDomainCacheTable and ResolvedMethodTable
...
8193524: Redefining a method that removes use of 1 or more lambda expressions causes the JVM to hang
Remove oop pointers from runtime data structures.
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Reviewed-by: lfoltan, stefank
2018-04-18 12:06:53 -04:00
Weijun Wang
370977cf4f
8200152: KerberosString should use UTF-8 by default
...
Reviewed-by: xuelei
2018-04-10 11:02:09 +08:00
Vivek Theeyarath
824df1c125
8164781: Pattern.asPredicate specification is incomplete
...
Updated specification to reflect usage of find()
Reviewed-by: psandoz
2018-04-09 10:39:29 -07:00
Mikael Vidstedt
6ff35537f6
8201263: Trailing backslash in VS120COMNTOOLS leads to ugly error message when running tests
...
Reviewed-by: erikj
2018-04-09 10:19:33 -07:00
Bhavesh Patel
40998ce018
8196200: Implement a navigation builder in javadoc
...
Reviewed-by: jjg, ksrini
2018-04-09 09:45:51 -07:00
Ramanand Patil
347e295d9d
8200359: (tz) Upgrade time-zone data to tzdata2018d
...
Reviewed-by: naoto
2018-04-09 04:43:03 -07:00
Phil Race
bd2fef5689
Merge
2018-04-10 13:58:47 -07:00
Phil Race
d215683b97
Merge
2018-04-09 08:34:30 -07:00
Weijun Wang
d9c5e142c0
8180570: Refactor sun/security/mscapi shell tests to plain java tests
...
Reviewed-by: asmotrak
2018-04-08 17:01:20 +08:00
Weijun Wang
f965fb8986
8200792: PKCS12Attribute#hashCode is always constant -1
...
Reviewed-by: xuelei
2018-04-08 11:32:46 +08:00
Ivan Gerasimov
9fe989cc39
8200788: Optimal initial capacity of java.lang.VarHandle.AccessMode.methodNameToAccessMode
...
Reviewed-by: redestad
2018-04-07 17:07:13 -07:00
Jesper Wilhelmsson
9bfdee7c5a
Merge
2018-04-06 19:16:33 +02:00
Liam Miller-Cushon
999296bab2
8201251: The tests for JDK-8187247 should be under test/langtools
...
Reviewed-by: darcy
2018-04-06 08:58:22 -07:00
Roger Riggs
fa2a23256c
8200706: Better cleanup for open/test/jdk/java/lang/ProcessBuilder/DestroyTest.java
...
Reviewed-by: psandoz, lancea
2018-04-06 12:49:23 -04:00
Vicente Romero
92ec4c52a8
8199744: Incorrect compiler message for ReceiverParameter in inner class constructor
...
Reviewed-by: mcimadamore
2018-04-06 09:15:09 -04:00
Amit Sapre
2f100464ea
8071367: JMX: Remove SNMP support
...
Drop jdk.snmp module.
Reviewed-by: alanb, mchung, dfuchs
2018-04-06 17:27:24 +05:30
Jesper Wilhelmsson
82847e4ec0
Merge
2018-04-06 03:53:28 +02:00
Liam Miller-Cushon
5acbe5ff92
8201194: Handle local variable declarations in lambda deduplication
...
Reviewed-by: vromero
2018-04-05 14:39:04 -07:00
Andrey Nazarov
5cd79594c5
8196750: [Testbug] tools/launcher tests need to tolerate unrelated warnings
...
Reviewed-by: ksrini, dholmes
2018-04-05 17:04:16 -07:00
Gary Adams
0ddec5ae89
8199782: Fix compilation warnings detected by Solaris Developer Studio 12.6
...
Reviewed-by: sspitsyn, dholmes, ihse
2018-04-05 11:18:39 -07:00
Harold Seigel
b89ae10df2
8200261: Regression with JVM anonymous class
...
Restore resolved anonymous class when creating a new constantpool because of overpass methods
Reviewed-by: coleenp, lfoltan
2018-04-05 13:19:25 -04:00
Martin Buchholz
5c8c67c523
8200128: Fix some "annoations" typos
...
Reviewed-by: alanb
2018-04-05 09:36:01 -07:00
Alan Bateman
97d7cfb14e
8200458: (se) Readiness information previously recorded in the ready set not preserved
...
Reviewed-by: bpb, chegar
2018-04-05 15:04:09 +01:00
Ivan Gerasimov
277ac7e034
8200696: Optimal initial capacity of java.lang.Class.enumConstantDirectory
...
Reviewed-by: dholmes, redestad
2018-04-04 14:09:31 -07:00
Laurent Bourgès
51be01d646
8200526: Test sun/java2d/marlin/ClipShapeTest.java times out
...
Increased timeout to 300s per test
Reviewed-by: jdv, prr, serb
2018-04-04 21:36:02 +02:00
Sean Mullan
ceea439679
8193032: Remove terminally deprecated SecurityManager APIs
...
Remove the checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess, and checkMemberAccess methods.
Reviewed-by: alanb, mchung, kcr
2018-04-04 11:26:10 -04:00
Jayathirth D V
435d90c8e0
Merge
2018-04-04 14:32:05 +05:30
Amy Lu
9644c91625
8200703: Problem list jdk/jshell/ExceptionsTest.java fails on windows
...
Reviewed-by: jlahoda
2018-04-04 16:57:01 +08:00
Vicente Romero
6a2e0a5a01
8198314: javac hidden options violate standard syntax for options
...
Reviewed-by: jjg
2018-04-03 23:58:52 -04:00
Robert Field
4ecc488704
8198801: JShell: user exception chained cause not retained
...
Reviewed-by: jlahoda
2018-04-03 13:27:58 -07:00
Krishna Addepalli
4b5edce4f3
8200525: test java/awt/event/SequencedEvent/SequencedEventTest.java fails to compile
...
Reviewed-by: prr, serb
2018-04-02 16:52:11 +05:30
Stuart Marks
87e7768a1c
8195649: reorganize tests for java.util.Optional
...
Reviewed-by: psandoz
2018-03-30 14:36:18 -07:00
Sergey Bylokhov
97d533e06b
8198335: java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java fails in headless mode
...
Reviewed-by: prr
2018-03-30 13:57:19 -07:00
Phil Race
239ec10926
Merge
2018-03-30 10:24:51 -07:00
Phil Race
31a8b6199c
Merge
2018-03-30 09:24:04 -07:00
Ivan Gerasimov
8a1bee438c
8178370: [TEST_BUG] java/security/Signature/SignatureLength.java fails
...
Reviewed-by: mullan
2018-03-29 22:12:05 -07:00
Phil Race
465a621660
8200200: test java/awt/image/ColorModel/Non_sRGBCMTest.java fails with open profiles
...
Reviewed-by: serb
2018-03-29 12:49:26 -07:00
Brian Burkhalter
dee3c23d5b
8200449: ReadAllReadNTransferTo fails occasionally
...
Don't pass a non-positive parameter to Random.nextInt(int).
Reviewed-by: chegar
2018-03-29 12:38:47 -07:00
Prahalad Kumar Narayanan
0c29ff3488
4954348: JPGWriter.getNumThumbnailsSupported does not return -1 when passing null values
...
Reviewed-by: prr, serb, jdv
2018-03-29 12:03:40 +05:30
Phil Race
a36963736b
Merge
2018-03-28 14:54:22 -07:00
Alex Menkov
f8f1f3daba
8200195: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java crashes with "assert(thread->thread_state() == _thread_in_native) failed: coming from wrong thread state"
...
Reviewed-by: sspitsyn, cjplummer
2018-04-10 15:33:11 -07:00
Calvin Cheung
4ef7c919a2
8194812: Extend class-data sharing to support the module path
...
8199360: Rework the support for the 'ignored' module options in CDS
Reviewed-by: jiangli, lfoltan, iklam, mseledtsov
2018-04-10 11:43:40 -07:00
Christian Tornqvist
0b26707d47
8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
...
Reviewed-by: lfoltan, mseledtsov, mikael
2018-04-10 08:13:06 -04:00
Roman Kennke
389d720746
8199735: Mark word updates need to use Access API
...
Reviewed-by: shade, eosterlund
2018-04-05 10:54:53 +02:00
Kim Barrett
158a927587
8200697: Add utility for spin wait with fallback to yield/sleep
...
Added SpinYield utility class.
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Reviewed-by: dcubed, coleenp, dholmes
2018-04-09 01:22:37 -04:00
Jesper Wilhelmsson
173ca7d953
Merge
2018-04-06 19:16:33 +02:00
Harold Seigel
ffc0b90a4e
8198908: Add JVM support for preview features
...
Add new major and minor version checks
Reviewed-by: dholmes, lfoltan
2018-04-06 09:59:48 -04:00
Stefan Karlsson
48d527c5bd
8201212: Remove INCLUDE_ALL_GCS from OopStorage files
...
Reviewed-by: kbarrett
2018-04-06 11:37:33 +02:00
Mikhailo Seledtsov
fc89e7ac24
8200126: [TESTBUG] Open source VM runtime signal tests
...
Open sourced the signal tests, updated make files and test groups accordingly
Reviewed-by: dholmes, ctornqvi, ihse
2018-04-03 08:56:46 -07:00
Vladimir Kozlov
6bdeaad21a
8200461: MeetIncompatibleInterfaceArrays test fails with -Xcomp
...
Add requires to run test only in Xmixed mode.
Reviewed-by: simonis
2018-03-30 07:47:20 -07:00
Thomas Stuefe
3e603a776e
8191101: Show register content in hs-err file on assert
...
Reviewed-by: adinn, clanger, simonis
2018-03-30 06:31:16 +02:00
Calvin Cheung
213862d866
8200078: [Graal] runtime/appcds/GraalWithLimitedMetaspace.java crashes in visit_all_interfaces
...
Stop CDS dumping right away when an OOM due to insufficient metaspace is encountered
Reviewed-by: iklam, mseledtsov
2018-03-29 21:48:38 -07:00
Vladimir Kozlov
b81442dbbc
8200391: clean up test/hotspot/jtreg/ProblemList.txt (compiler related)
...
Reviewed-by: mseledtsov
2018-03-29 09:52:53 -07:00
Volker Simonis
e8c15436ea
8200360: MeetIncompatibleInterfaceArrays fails with "MeetIncompatibleInterfaceArrays0ASM.run() must be compiled at tier 0 !"
...
Reviewed-by: kvn, thartmann
2018-03-29 14:50:25 +02:00
Leonid Mesnik
e3d3493329
8200187: Exclude 3 long-running tests from tier1
...
Reviewed-by: dholmes, cjplummer
2018-03-28 13:25:15 -07:00
Leonid Mesnik
f5dbb7c374
8200091: [TESTBUG] Update jittester for jdk11
...
Reviewed-by: iignatyev
2018-03-28 13:38:08 -07:00
Alex Menkov
a1ef16545e
8198393: Instrumentation.retransformClasses() throws NullPointerException when handling a zero-length array
...
Reviewed-by: sspitsyn, cjplummer
2018-03-28 12:10:24 -07:00
Thomas Schatzl
83d7c657c4
8197573: Remove concurrent cleanup and secondary free list handling
...
Remove secondary free list and all associated functionality, moving the cleanup work into the Cleanup pause instead.
Reviewed-by: sangheki, sjohanss
2018-03-28 16:39:32 +02:00
Maurizio Cimadamore
484ec0738e
8200355: local variable inference regression test generates classfile in test folder
...
LVTI harness should generate files in jtreg scratch dir
Reviewed-by: vromero
2018-03-28 14:24:17 +01:00