Leonid Mesnik
f8d429f9c1
8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
...
Reviewed-by: kvn, jwilhelm
2018-06-05 02:15:37 +02:00
Robin Westberg
33724f098f
8202095: JFR TestBiasedLockRevocationEvents should cope with multiple events during a single safepoint
...
Reviewed-by: mgronlun, egahlin
2018-06-04 16:21:08 +02:00
Erik Gahlin
4ed3a3f4fa
8202094: jdk/jfr/api/recording/event/TestEventTime.java intermittently times out
...
Reviewed-by: mgronlun
2018-06-04 23:07:33 +02:00
Erik Gahlin
9017043b57
8203919: Remove "-add-modules" hint from error message
...
Reviewed-by: mgronlun
2018-06-04 22:03:10 +02:00
Alex Menkov
7cd6695e02
Merge
2018-06-04 10:27:48 -07:00
Alex Menkov
dbb9eb5b9c
8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
...
Reviewed-by: sspitsyn, cjplummer
2018-06-04 10:25:44 -07:00
Bernard Blaser
8d24eeb394
8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
...
Reviewed-by: vromero
2018-06-04 10:12:40 -07:00
Calvin Cheung
185724b899
8203445: [TESTBUG] Remove appcds/jigsaw/limitmods/LimitModsTests.java
...
Reviewed-by: jiangli
2018-06-04 08:56:41 -07:00
Lois Foltan
6379f91c00
8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior
...
Additional of circular nested dynamic constant test.
Reviewed-by: acorn, psandoz
2018-06-04 11:32:00 -04:00
Lois Foltan
d623fc1bba
8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader
...
Check that the unnamed module for a given ClassLoader is an instance of java.lang.Module.
Reviewed-by: alanb, acorn, coleenp, dholmes, hseigel
2018-06-04 11:07:04 -04:00
Goetz Lindenmaier
e208c81a27
8204277: [testbug] fix DisassembleCodeBlobTest
...
Reviewed-by: thartmann
2018-06-04 12:29:48 +02:00
Jan Lahoda
4dec1a457f
8198378: javac crash when checking imports and a broken class is present
...
Properly handling bad classfile while processing imports.
Reviewed-by: vromero
2018-06-04 12:54:13 +02:00
Gustavo Romero
5fc4466414
8204134: jtreg: Fix RTM abort provoker for various tests after "8149159: Clean up Unsafe"
...
Reviewed-by: kvn, iignatyev
2018-06-03 14:21:56 -07:00
Priya Lakshmi Muthuswamy
c37f670092
8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
...
Reviewed-by: ksrini
2018-06-03 19:21:18 +05:30
Gustavo Romero
e465926089
8204136: jtreg: Fix failing RTM test RTMSpinLoopCount
...
Reviewed-by: iignatyev, goetz
2018-06-03 09:19:48 +02:00
John Jiang
ef6e99081d
8199388: Test development for ChaCha20 and Poly1305 algorithms
...
Add test for ChaCha20KeyGenerator
Reviewed-by: mullan
2018-06-01 17:45:10 -07:00
Igor Ignatyev
c4ec887262
8202812: [TESTBUG] Open source VM testbase compiler tests
...
Reviewed-by: kvn, mseledtsov
2018-06-01 15:48:55 -07:00
Rajan Halade
4639892e77
8204250: Problem list pkcs11 tests on windows
...
Reviewed-by: wetmore
2018-06-01 15:24:41 -07:00
Bernard Blaser
7dc011ccca
8202372: Diagnostic with incorrect line info generated when compiling lambda expression
...
Add tree position to speculative lambda tree
Reviewed-by: vromero, jlahoda
2018-05-02 15:29:55 +01:00
Krishna Addepalli
c9ffd87865
4842658: DefaultListModel and DefaultComboBoxModel should support addAll (Collection c)
...
Reviewed-by: darcy, serb, prr
2018-05-02 15:11:54 +05:30
Chris Hegarty
8e69e1b11f
8202423: Small HTTP Client refresh
...
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-05-02 02:36:17 -07:00
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
Maurizio Cimadamore
b7e53c1204
8200199: javac suggests to use var even when var is used
...
Local var analyzer should use synthetic var type position to decide if analysis is needed
Reviewed-by: jlahoda, vromero
2018-03-28 14:08:26 +01:00
Pankaj Bansal
5e302c9a35
8191957: JFileChooser shows empty name for external drives shown under Desktop
...
Reviewed-by: jdv, kaddepalli
2018-03-28 17:54:44 +05:30
Laurent Bourgès
385ad9e160
8198885: upgrade Marlin (java2d) to 0.9.1
...
Clipping implemented in Dasher (curve subdivision at clip edges) + higher quality(curve, subpixels) + new path simplifier
Reviewed-by: prr, serb
2018-03-27 22:09:43 +02:00
Per Lidén
940bc841a7
8199927: Make WhiteBox more GC agnostic
...
Reviewed-by: shade, eosterlund
2018-03-28 11:38:47 +02:00
Per Lidén
24273f04a4
8199925: Break out GC selection logic from GCArguments to GCConfig
...
Reviewed-by: eosterlund, rkennke
2018-03-28 11:38:47 +02:00
Per Lidén
3b7962d614
8199918: Shorten names of CollectedHeap::Name members
...
Reviewed-by: shade, eosterlund
2018-03-28 11:38:47 +02:00
Volker Simonis
fe3badf59a
8198915: [Graal] 3rd testcase of compiler/types/TestMeetIncompatibleInterfaceArrays.java takes more than 10 mins
...
Reviewed-by: kvn, thartmann
2018-03-28 11:27:35 +02:00
Tobias Hartmann
32668d954e
8200227: [Graal] Test times out with Graal due to low compile threshold
...
Removed unnecessary VM options from test to avoid timeouts with Graal.
Reviewed-by: kvn
2018-03-27 11:13:11 +02:00
Thomas Schatzl
945342f1ef
8193067: gc/g1/TestVerifyGCType.java still unstable
...
Fix number of gc threads and heap waste percentage to trigger mixed gcs reproducibly
Reviewed-by: sjohanss, pliden
2018-03-27 11:05:01 +02:00
Gary Adams
9b9d9308ed
8057732: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java: Invalid PerfMemory size
...
Reviewed-by: cjplummer
2018-03-26 08:17:56 -04:00
Alex Menkov
4fd65fbdaf
8049695: nsk/jdb/options/connect/connect003 fails with "Launched jdb could not attach to debuggee during 300000 milliseconds"
...
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-03-26 09:27:24 -07:00
Thomas Schatzl
cd9bd4ecc7
8196485: FromCardCache default card index can cause crashes
...
The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits.
Co-authored-by: Jarkko Miettinen <jarkko.miettinen@relex.fi>
Reviewed-by: shade, sjohanss
2018-03-26 16:51:43 +02:00
Thomas Schatzl
c30aef79df
8180415: Rebuild remembered sets during the concurrent cycle
...
In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
2018-03-26 16:51:43 +02:00
Pallavi Sonal
cab25623b6
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
...
Added validation for wildcard at start and end
Reviewed-by: chegar, dfuchs, clanger
2018-03-26 17:33:58 +05:30
Jan Lahoda
d2e4f879b1
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
...
Adjusting the expected number of exception table entries to the recent changes in javac.
Reviewed-by: kvn
2018-03-28 10:24:26 +02:00
Ivan Gerasimov
3d160a80fc
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
...
Reviewed-by: chegar, clanger
2018-03-27 13:22:40 -07:00
Liam Miller-Cushon
debaf13f38
8200301: deduplicate lambda methods
...
Reviewed-by: vromero, mcimadamore
2018-03-27 13:48:16 -04:00
Bhavesh Patel
9569a57298
8199278: Javadoc search results does not link to anchors on a page
...
Reviewed-by: jjg, ksrini
2018-03-26 18:07:24 -07:00
Aleksey Shipilev
ab65d126af
8200241
: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
...
Reviewed-by: redestad, psandoz
2018-03-26 20:20:45 +02:00
Athijegannathan Sundararajan
008199321a
8200215: 17th loop of "let foo = ''"; throws ReferenceError
...
Reviewed-by: jlaskey, attila, hannesw
2018-03-26 19:27:45 +05:30
Aleksey Shipilev
a048853756
8200118: [TESTBUG] String concat tests should test toString() application order
...
Reviewed-by: psandoz, redestad
2018-03-26 15:09:20 +02:00
Per Lidén
7b568da79b
8199850: Move parsing of VerifyGCType to G1
...
Reviewed-by: sjohanss, tschatzl
2018-03-26 12:44:39 +02:00
Jan Lahoda
5bff39c04f
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
...
ErrorType.getEnclosingType returns noType rather than self.
Reviewed-by: mcimadamore, cushon
2018-03-26 11:42:17 +02:00
Shinya Yoshida
4b6cd06e3d
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
...
Reviewed-by: rfield
2018-03-24 14:43:04 +09:00
Jesper Wilhelmsson
aa69f8c75c
Merge
2018-03-24 01:08:35 +01:00
Felix Yang
2a4a941922
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
...
Reviewed-by: mchung
2018-03-28 21:57:03 -07:00
Martin Buchholz
4546512c19
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
...
Reviewed-by: sherman, ulfzibis
2018-03-28 21:14:06 -07:00
Martin Buchholz
6f37b4cbce
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
...
End() should always expect to be called eventually
Reviewed-by: sherman, ulfzibis
2018-03-28 21:13:55 -07:00
Brian Burkhalter
6670f60a21
8180410: ByteArrayOutputStream should not throw IOExceptions
...
Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
2018-03-23 15:05:43 -07:00
Phil Race
77e24ab76e
Merge
2018-03-23 11:14:43 -07:00
Brian Burkhalter
68cf42d465
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
...
Reviewed-by: bchristi, rriggs, psandoz
2018-03-23 10:09:45 -07:00
Phil Race
cb1ef28563
Merge
2018-03-23 10:02:55 -07:00
Shinya Yoshida
ae2d2c8ff5
8199910: Compiler crashes with -g option and variables of intersection type inferred by var
...
Javac should skip non-denotable types in the LocalVariableTypeTable attribute
Reviewed-by: jlahoda
2018-03-23 16:53:54 +00:00
Roger Riggs
299b4b7b44
8199756: Simplify language, country, script, and variant property initialization
...
Reviewed-by: mchung, naoto, alanb
2018-03-23 11:53:11 -04:00
Phil Race
3d9f35c4f5
Merge
2018-03-23 08:49:58 -07:00
Alan Bateman
3bb85f5fc5
8199791: (se) More Selector cleanup
...
Reviewed-by: redestad, bpb
2018-03-23 14:18:18 +00:00
Jayathirth D V
948a1e2729
7031957: DIB header of type BITMAPV2INFOHEADER & BITMAPV3INFOHEADER is not supported in BMPImageReader
...
Reviewed-by: prr, pnarayanan
2018-03-23 11:18:39 +05:30
Roland Westrelin
98db6d11f3
8193130: Bad graph when unrolled loop bounds conflicts with range checks
...
Reviewed-by: kvn, thartmann
2018-03-22 20:21:19 -07:00
Vladimir Kozlov
6b886727ca
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
...
8199489: [TESTBUG] don't run CTW tests with -Xcomp
Reviewed-by: iignatyev, iveresov
2018-03-22 16:39:02 -07:00
Jan Lahoda
0345e4f081
8200136: Problem list test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java
...
Reviewed-by: darcy, kvn
2018-03-22 22:34:38 +01:00
Brian Burkhalter
37f1b2b1e3
8198753: (dc) DatagramChannel throws unspecified exceptions
...
Reviewed-by: alanb
2018-03-22 12:29:52 -07:00
Phil Race
f004bcc467
Merge
2018-03-22 11:34:38 -07:00
Paul Sandoz
a2ea38d2c9
8199773: (bf) XXXBuffer:compareTo method is not working as expected
...
Reviewed-by: alanb
2018-03-22 09:07:08 -07:00
Jan Lahoda
01509e5b5e
8194978: Javac produces dead code for try-with-resource
...
For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code.
Reviewed-by: mcimadamore
2018-03-22 15:28:33 +01:00
Jan Lahoda
7b9d38622b
8198552: Multiple javac plugins do not work at the same time
...
Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters.
Reviewed-by: jjg, vromero
2018-03-22 12:13:08 +01:00
Nishit Jain
8314e06ebc
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero)
...
8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used
Reviewed-by: naoto
2018-03-22 12:59:58 +05:30
Prahalad Kumar Narayanan
23ba49ac43
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
...
Reviewed-by: prr, jdv
2018-03-22 11:41:15 +05:30
Weijun Wang
05b129ec25
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000"
...
Reviewed-by: mullan
2018-03-22 08:09:51 +08:00
Nils Eliasson
ac9f93a147
8192992: Test8007294.java failed: attempted to spill a non-spillable item
...
Fix bugs in schedule_late that forces load to early
Reviewed-by: kvn, thartmann
2018-03-21 16:03:12 +01:00
Dan Zhou
27d6abca83
8202771: Migrate Unicode character tests to JDK Repo
...
Reviewed-by: naoto
2018-05-23 14:21:14 +08:00
Doug Lea
96814f7a28
8201386: Miscellaneous changes imported from jsr166 CVS 2018-05
...
Reviewed-by: martin, psandoz
2018-05-22 21:50:45 -07:00
Doug Lea
e4046542ba
8202685: Optimize ArrayList subList replaceAll
...
Reviewed-by: martin, psandoz, igerasim, redestad, dholmes, smarks, jrose, plevart
2018-05-22 21:46:51 -07:00
Brian Burkhalter
c9e23b5e71
8202076: test/jdk/java/io/File/WinSpecialFiles.java on windows with VS2017
...
If all other means to obtain the file length fail, fall back to FindFirstFile
Reviewed-by: igerasim, alanb
2018-05-22 16:19:31 -07:00
Erik Gahlin
6602c862c1
8195819: Remove recording=x from jcmd JFR.check output
...
Reviewed-by: mgronlun
2018-05-23 00:21:58 +02:00
Erik Gahlin
6e9b05acb2
8201331: Better test cleanup for jdk/jfr/api/consumer/TestRecordingFile.java
...
Reviewed-by: tbell, mgronlun
2018-05-22 23:27:54 +02:00
Leonid Mesnik
09be3efb39
8199064: Test applications/jcstress/other/Test.java#id1108 fails on Sparc
...
Reviewed-by: psandoz, mseledtsov
2018-05-22 10:49:20 -07:00
Mikhailo Seledtsov
6fcf6a9b20
8199257: [TESTBUG] Open source VM testbase metaspace tests
...
Open sourced VM metaspace tests
Reviewed-by: coleenp, stuefe
2018-05-22 13:05:22 -07:00
Igor Ignatyev
619bf3a01c
8199379: [TESTBUG] Open source vm testbase JDB tests
...
Reviewed-by: mseledtsov, sspitsyn
2018-05-22 10:08:04 -07:00
Coleen Phillimore
37e51f4074
8202669: Intermittent crash in ClassLoadingService::compute_class_size()
...
Don't report classes that failed to load when reporting class unloading. Remove the classes first.
Reviewed-by: dholmes, lfoltan, ccheung
2018-05-22 13:10:56 -04:00
Vicente Romero
3b38d1b418
8196048: thrown type variables should be roots in the minimum inference graph
...
Reviewed-by: mcimadamore
2018-05-22 09:01:44 -07:00
Jim Laskey
60de3c902e
8200380: String::lines
...
Reviewed-by: sundar, sherman, rriggs, psandoz
2018-05-22 12:04:05 -03:00
Jan Lahoda
c3cdecd32b
8198315: Incomplete classpath causes NPE in TransTypes
...
Avoid symbol completion while constructing error message.
Reviewed-by: mcimadamore
2018-05-22 12:26:17 +02:00
Maurizio Cimadamore
47d634e453
8203436: javac should fail early when emitting illegal signature attributes
...
Check that signature attributes do not contain non-denotable types
Reviewed-by: vromero
2018-05-22 13:37:05 +01:00
Boris Ulasevich
069d6f992b
8203431: TestFloatsOnStackDeopt.java throws java.lang.LinkageError: loader <bootstrap> attempted duplicate class definition for java.lang.invoke.BoundMethodHandle$Species_LLL
...
Reviewed-by: redestad
2018-05-22 14:54:55 +02:00
Claes Redestad
55ba3cad8b
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
...
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: martin, igerasim
2018-05-22 14:44:18 +02:00
David Holmes
bff7296db3
8203626: ProblemList compiler/runtime/TestFloatsOnStackDeopt.java
...
Reviewed-by: thartmann
2018-05-22 05:20:48 -04:00
Kim Barrett
66b0c9fe9c
8202863: Rename OopStorage inner collection classes
...
Rename BlockArray, BlockList, BlockEntry
Reviewed-by: coleenp
2018-05-22 03:46:52 -04:00
Ioi Lam
f9742fc0a6
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
...
Reviewed-by: lfoltan, jiangli
2018-05-21 21:27:12 -07:00
Valerie Peng
9e8d9fe1ee
8146293: Add support for RSASSA-PSS Signature algorithm
...
Add RSASSA-PSS key and signature support to SunRsaSign provider
Reviewed-by: wetmore
2018-05-21 23:40:52 +00:00
Vicente Romero
088dbd5ce8
8203486: skip type inference for non functional interface components of intersection types
...
Reviewed-by: mcimadamore
2018-05-21 12:27:21 -07:00
Jiangli Zhou
422e112ffd
8199807: AppCDS performs overly restrictive path matching check
...
8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check()
Relax CDS/AppCDS path check for modules image.
Reviewed-by: iklam, ccheung
2018-05-21 15:15:58 -04:00
Erik Gahlin
e2fb68680e
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
...
Reviewed-by: mgronlun
2018-05-21 14:46:12 +02:00
Thomas Stuefe
8f71718566
8176808: Split up metaspace.cpp
...
Reviewed-by: asiebenborn, coleenp
2018-05-21 11:33:59 +02:00
Stefan Karlsson
7b0d398bc7
8203339: Add oopDesc::field_offset()
...
Reviewed-by: rkennke, eosterlund
2018-05-20 22:08:25 +02:00
Yasumasa Suenaga
535c2507a0
8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
...
Reviewed-by: cjplummer, sspitsyn
2018-05-20 20:25:51 +09:00
Chris Plummer
09e8095fd9
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
...
Use a valid URL[]
Reviewed-by: sspitsyn, amenkov, dtitov
2018-05-19 13:13:09 -07:00
Weijun Wang
48b5731c39
8201627: Kerberos sequence number issues
...
Reviewed-by: valeriep
2018-05-19 22:06:47 +08:00
Chris Plummer
00b1a87625
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
...
Initialize java.lang.Long before referencing it
Reviewed-by: dholmes, dcubed
2018-05-18 14:21:59 -07:00
Igor Ignatyev
bc795f4eb8
8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
...
Reviewed-by: shade
2018-05-18 12:45:05 -07:00
Vicente Romero
ec167413f9
8148354: Errors targeting functional interface intersection types
...
Reviewed-by: mcimadamore, dlsmith
2018-05-18 09:22:31 -07:00
Jim Laskey
a455811dca
8200436: String::isBlank
...
Reviewed-by: sundar
2018-05-18 08:43:49 -03:00
Bernard Blaser
b416d3915e
8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
...
Reviewed-by: jjg, jlahoda
2018-05-18 12:48:09 +02:00
Boris Ulasevich
2029f17855
8202710: AARCH64: sporadic jtreg test fail
...
Reviewed-by: aph, dsamersoff
2018-05-18 13:23:28 +03:00
Weijun Wang
b8855ebbc2
8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
...
Reviewed-by: valeriep
2018-05-18 16:27:15 +08:00
Ekaterina Pavlova
fdaaae3622
8203318: compiler/stable/TestStableShort.java is broken
...
Reviewed-by: shade
2018-05-17 21:04:53 -07:00
Leonid Mesnik
5dcd1ced4c
8199271: [TESTBUG] open source VM testbase stress tests
...
Reviewed-by: mseledtsov, sspitsyn, erikj
2018-05-17 16:21:27 -07:00
Igor Ignatyev
072459a055
8199370: [TESTBUG] Open source vm testbase GC tests
...
Reviewed-by: erikj, ihse, ehelin
2018-05-17 14:52:47 -07:00
Bhavesh Patel
7c66a1d6a2
8196201: Generate pages to list all classes and all packages in javadoc output
...
Reviewed-by: jjg
2018-05-17 12:59:53 -07:00
Calvin Cheung
e8cf273121
8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java
...
Reviewed-by: dholmes
2018-05-17 08:41:01 -07:00
Robbin Ehn
1dfeaa1980
8195098: Low latency hashtable for read-mostly scenarios
...
This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems.
Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson
2018-05-17 10:32:26 +02:00
Igor Ignatyev
01b0f9ea7d
8199384: [TESTBUG] Open source VM testbase MLVM tests
...
Reviewed-by: erikj, mseledtsov, vlivanov
2018-05-17 00:23:28 -07:00
Mikhailo Seledtsov
8d586517f4
8199252: [TESTBUG] Open source VM testbase system dictionary tests
...
Opensourced the tests
Reviewed-by: iignatyev, gziemski
2018-05-16 16:43:11 -07:00
Tobias Hartmann
55233a42f3
8199777: Deprecate -XX:+AggressiveOpts
...
Deprecate -XX:+AggressiveOpts and remove it from testing.
Reviewed-by: kvn, dholmes, shade
2018-03-22 08:39:51 +01:00
Manajit Halder
989515036d
7158623: Should an unfocusable maximized Frame be resizable
...
Reviewed-by: prr, sveerabhadra
2018-03-21 12:08:16 +05:30
Ekaterina Pavlova
c944c3aba7
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
...
Reviewed-by: iignatyev
2018-03-21 13:30:03 -07:00
Mikhailo Seledtsov
aa2b650b70
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
...
Added at requires vm.cds
Reviewed-by: dcubed, jiangli
2018-03-21 13:18:06 -07:00
Roland Westrelin
35460b0e85
8196294: LoopStripMiningIterShortLoop is set to zero by default
...
Reviewed-by: shade, thartmann, kvn
2018-03-21 10:05:36 +01:00
George Triantafillou
957f5e1c7d
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
...
Reviewed-by: stsmirno, coleenp
2018-03-21 11:27:29 -04:00
Chris Plummer
e1afb3bc99
8198655: test/lib/jdk/test/lib/apps/LingeredApp shouldn't inherit cout/cerr
...
No longer force stderr to console. Copy app's output to Sytem.err.
Reviewed-by: sspitsyn, dholmes, iignatyev, clanger
2018-03-24 13:39:07 -07:00
Jesper Wilhelmsson
7ffa43700f
Merge
2018-03-24 01:08:35 +01:00
Tobias Hartmann
eda7916ce8
8199624: [Graal] Blocking jvmci compilations time out
...
Handle blocking jvmci compilations that time out.
Reviewed-by: kvn, dnsimon
2018-03-21 08:18:54 +01:00
Jesper Wilhelmsson
1155614f99
Merge
2018-03-20 04:36:44 +01:00
David Holmes
feea6b06c3
8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation
...
Reviewed-by: psandoz, alanb
2018-03-19 17:46:49 -04:00
Phil Race
1d92a4dd47
Merge
2018-03-19 10:46:31 -07:00
Patrick Reinhart
4c7f1ac52c
8196298: Add null Reader and Writer
...
Reviewed-by: bpb, forax, smarks, alanb, rriggs
2018-03-19 09:58:41 -04:00
Krishna Addepalli
00465d6e60
8152974: AWT hang occurrs when sequenced events arrive out of sequence
...
Reviewed-by: serb, prr, ssadetsky
2018-03-19 12:29:23 +05:30
Roger Riggs
ef24e174a4
8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
...
Reviewed-by: bpb, lancea
2018-03-16 16:17:17 -04:00
Harsha Wardhana B
7cbffcf023
8196028: JMX: Not enough JDP packets received before timeout
...
Reviewed-by: dholmes, egahlin
2018-03-20 13:40:03 +05:30
Jini George
9d036d6dd2
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
...
Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details.
Reviewed-by: sjohanss, minqi
2018-03-20 11:24:32 +05:30
Lutz Schmidt
f5d589fe63
8198608: Improvements to command-line flags printing
...
Re-implemented Flag::print_on()
Reviewed-by: dholmes, mikael, gziemski
2018-03-19 13:37:57 -05:00
Alexandre Iline
771a76dd9e
Merge
2018-03-16 03:17:12 -07:00
Alexandre Iline
88af1f11ee
8199616: Fix @module declarations in tier1 tests
...
Reviewed-by: mchung, alanb
2018-03-16 03:15:35 -07:00
Hamlin Li
d76f461144
8199215: Re-examine getFreePort method in test infrastructure library
...
Reviewed-by: alanb
2018-03-16 18:15:31 +08:00
Abdul Kolarkunnu
e6587461a4
8197554: Create test for SwingSet TableDemo
...
Reviewed-by: serb
2018-03-16 14:12:12 +05:30
Joe Wang
e5a5c2a832
8183554: Add constructors with Charset parameter for FileReader and FileWriter
...
Reviewed-by: alanb, rriggs, smarks
2018-03-15 14:54:10 -07:00
Phil Race
a359ed6dcf
Merge
2018-03-15 11:36:11 -07:00
Pankaj Bansal
dc46f48f5f
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
...
Reviewed-by: serb, kaddepalli
2018-03-15 19:33:51 +05:30
David Lloyd
acb3103b8f
8188240: Reflection Proxy should skip static methods
...
Reviewed-by: mchung, sundar, shade, plevart
2018-03-15 12:07:59 +01:00
Claes Redestad
8994d5ad0e
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
...
Reviewed-by: psandoz
2018-03-15 10:41:57 +01:00
Krishna Addepalli
6875323232
8195095: Images are not scaled correctly in JEditorPane
...
Reviewed-by: ssadetsky, psadhukhan, mhalder
2018-03-14 15:41:29 +05:30
Zhengyu Gu
d6bd698077
8199752: NMT: Memory allocated by Unsafe.allocateMemory should be tagged as mtOther
...
Tag memory allocation from Usafe.allocateMemory as external memory allocation
Reviewed-by: coleenp, stuefe
2018-03-19 08:31:57 -04:00
Thomas Stuefe
c8c38f6aae
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
...
Reviewed-by: zgu, coleenp
2018-03-19 11:38:45 +01:00
Coleen Phillimore
fde89a34d0
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
...
InterfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
2018-03-16 09:12:13 -04:00
Ioi Lam
f48c339805
8198796: Create test case for CDS + condy
...
Reviewed-by: mseledtsov, lfoltan, jiangli
2018-03-13 15:13:20 -07:00
Daniil Titov
7c233f5070
8166642: serviceability/dcmd/framework/* timeout
...
Reviewed-by: cjplummer, dholmes
2018-03-14 11:09:26 -07:00
Phil Race
f52ea8839e
Merge
2018-03-13 09:57:44 -07:00
Xueming Shen
ffac9ae61c
8196748: tools/jar tests need to tolerate unrelated warnings
...
Reviewed-by: dholmes
2018-03-13 00:22:14 -07:00
Ben Walsh
de3604ea0c
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
...
Reviewed-by: psandoz, vlivanov, plevart
2018-03-12 16:09:18 -07:00
Phil Race
0cfa66ddce
Merge
2018-03-12 09:37:49 -07:00