Jesper Wilhelmsson
173ca7d953
Merge
2018-04-06 19:16:33 +02:00
Martin Buchholz
ec403d47b4
8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
...
Reviewed-by: pnarayanan, jdv, prr
2017-11-07 10:35:58 -08:00
Martin Buchholz
6a099cc68b
8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
...
Reviewed-by: naoto, rgoel
2017-11-07 10:02:48 -08:00
Jesper Wilhelmsson
ca3a45da9c
Merge
2017-11-14 03:39:32 +01:00
Mandy Chung
25032bad54
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
...
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
2017-11-06 17:48:00 -08:00
Roger Riggs
46d230c9cc
8187281: Remove intermittent from OnExitTest
...
Reviewed-by: lancea
2017-11-06 17:35:40 -05:00
Michael McMahon
62d9659c87
8190793: Httpserver does not detect truncated request body
...
Reviewed-by: chegar, dfuchs
2017-11-06 16:32:00 +00:00
Alan Bateman
7e9984c112
8182742: ClassLoader.getResourceXXX throws NPE when ClassLoader created by defineModulesWithXXX
...
Reviewed-by: redestad, mchung
2017-12-06 08:36:09 +00:00
Abdul Kolarkunnu
993e8f206c
8192958: TEST.groups, group jdk_util_other:file not found: jdk/internal/uti
...
Removed the package jdk/internal/util from the group jdk_util_other
Reviewed-by: mchung, dholmes
2017-12-06 12:05:46 +05:30
Nishit Jain
fa64310889
8187551: MessageFormat.setFormat(int, Format) AIOOBE not thrown when documented
...
Reviewed-by: naoto, rriggs
2017-12-06 11:21:04 +05:30
Athijegannathan Sundararajan
448f3c1fcd
8185130: jlink should throw error if target image and current JDK versions don't match
...
Reviewed-by: redestad, alanb, mchung
2017-12-06 08:04:35 +05:30
Brent Christian
1a819fcd7a
8187222: ClassLoader.getSystemClassLoader not clear if recursive initialization leads to ISE or unspecified error
...
Reviewed-by: alanb, mchung
2017-12-05 09:44:32 -08:00
Claes Redestad
7759531e5c
8176188: jdk/internal/misc/JavaLangAccess/NewUnsafeString.java failing since 9-b93
...
Reviewed-by: psandoz, sherman
2017-12-05 14:25:16 +01:00
Goetz Lindenmaier
9da6eea9fe
8191678: [TESTBUG] Add keyword headful in java/awt and javax tests
...
Also fix some NPE thrown if run headless.
Reviewed-by: serb
2017-11-21 17:39:04 +01:00
Weijun Wang
c4bab8bce7
8190674: sun/security/tools/jarsigner/TimestampCheck.java failed with java.nio.file.NoSuchFileException: ts2.cert
...
Reviewed-by: mullan
2017-12-05 17:19:48 +08:00
Stuart Marks
f4db9575d1
8177290: add copy factory methods for unmodifiable List, Set, Map
...
8184690: add Collectors for collecting into unmodifiable List, Set, and Map
Reviewed-by: alanb, briangoetz, dholmes, jrose, rriggs, scolebourne
2017-12-04 11:50:04 -08:00
Xue-Lei Andrew Fan
b657cda289
8163237: Restrict the use of EXPORT cipher suites
...
Reviewed-by: mullan, igerasim, rhalade, jnimeh
2017-10-31 00:54:53 +00:00
Jesper Wilhelmsson
b97f1bcb37
Merge
2017-10-30 21:23:10 +01:00
Phil Race
a850cbc5d5
Merge
2017-11-03 10:43:18 -07:00
Brian Burkhalter
95c6c8ce11
8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
...
Replace expectedTypes with expectedTypes[i] in the line in question.
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Brian Burkhalter
87eb47a3c8
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
...
Explicitly verify that the channel is open
Reviewed-by: alanb
2017-11-03 10:18:27 -07:00
Lance Andersen
3803dc1401
8190439: Removal of newrmic
...
Reviewed-by: rriggs, alanb, mchung
2017-11-03 13:03:10 -04:00
Phil Race
158e69f6ec
Merge
2017-11-03 09:56:02 -07:00
Kumar Srinivasan
105a51b96d
8190287: Update JDK's internal ASM to ASMv6
...
Reviewed-by: alanb, mchung, sundar
2017-11-02 13:18:23 -07:00
Joe Darcy
41f1222db0
8190573: Problem list InheritedChannelNotServerSocket.java
...
Reviewed-by: rriggs
2017-11-02 15:09:13 -07:00
Semyon Sadetsky
c30a1e7cc4
8190230: [macosx] Order of overlapping of modal dialogs is wrong
...
Reviewed-by: azvegint, dmarkov
2017-11-02 11:03:45 -07:00
Phil Race
f900a5f39b
8190475: SwingSet2 won't start
...
Reviewed-by: serb
2017-11-01 10:43:44 -07:00
Phil Race
aa96056b21
Merge
2017-11-01 10:00:38 -07:00
Roger Riggs
21f67cb9df
8190441: ProblemList some intermittent CORBA tests
...
Reviewed-by: lancea, darcy
2017-10-31 16:25:27 -04:00
Brent Christian
f32470d85f
8189319: Add a java.util.Properties constructor that takes an initial capacity
...
Reviewed-by: martin, mchung, rriggs
2017-10-30 16:16:01 -07:00
John Jiang
da423d1c92
8175252: Backout changeset for JDK-8176354 due to JDK-8190333
...
Backout changeset for JDK-8176354
Reviewed-by: asmotrak
2017-10-30 03:52:38 -07:00
Pankaj Bansal
fab3dea711
8159062: [hidpi] DnD on Windows while scaling is non-integer
...
Reviewed-by: serb, pkbalakr
2017-10-30 15:45:55 +05:30
Rachna Goel
3ae10b235d
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
...
Reviewed-by: naoto
2017-10-30 12:16:37 +05:30
Roger Riggs
9768149887
8180310: TestSocketFactory null pointer when updating match bytes
...
Reviewed-by: dfuchs
2017-10-29 18:31:55 -04:00
Sergey Bylokhov
66812b5f48
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
...
Reviewed-by: azvegint, prr
2017-10-27 14:15:02 -07:00
Phil Race
a569f5293b
8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ
...
Reviewed-by: bpb, pnarayanan
2017-10-27 11:29:50 -07:00
Amanda Jiang
6b3f6eb717
8176354: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases" erro
...
Reviewed-by: xuelei
2017-10-27 09:51:48 -07:00
Weijun Wang
69db146335
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
...
Reviewed-by: mullan
2017-10-27 21:11:15 +08:00
Athijegannathan Sundararajan
f8b8a16f4b
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
...
Reviewed-by: alanb, mchung
2017-10-27 08:21:53 +05:30
Mandy Chung
34c9d598c7
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
...
Reviewed-by: rriggs, shade
2017-10-26 16:57:35 -07:00
Brian Burkhalter
16b93f1b06
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
...
Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
2017-10-25 16:13:53 -07:00
Phil Race
62fa58101a
Merge
2017-10-25 12:41:24 -07:00
Pankaj Bansal
3ed8badb5a
6463710: ListSelectionModel.setSelectionMode() underspecified
...
Reviewed-by: serb, ssadetsky
2017-10-25 16:34:11 +05:30
Semyon Sadetsky
00fcd16ee7
8188081: Text selection does not clear after focus is lost
...
Reviewed-by: serb, psadhukhan
2017-10-24 08:37:11 -07:00
Adam Petcher
91a1005273
8185292: Stricter key generation
...
Reviewed-by: mullan
2017-10-24 09:58:27 -04:00
Ujwal Vangapally
6eeb777697
8044122: MBean access to the PID
...
Added new API getPid for getting process ID
Reviewed-by: mchung, rriggs
2017-11-07 22:05:44 -08:00
Jesper Wilhelmsson
3c76c33dba
Merge
2017-11-07 08:47:47 +01:00
Phil Race
05adede5f5
Merge
2017-10-23 13:06:04 -07:00
Pankaj Bansal
6e6996cd6c
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
...
Reviewed-by: serb, pkbalakr
2017-10-23 16:55:52 +05:30
Henry Jen
4e93f8fc9f
Merge
2017-10-20 09:49:02 -07:00
Athijegannathan Sundararajan
0da8aae161
8189671: jlink should clearly report error when an automatic module is used
...
Reviewed-by: alanb, mchung
2017-10-20 17:16:05 +05:30
Lucy Lu
ec1c3bce45
8164900: Add support for O_DIRECT
...
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
2017-10-17 16:51:11 -07:00
Naoto Sato
483595f375
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
...
Reviewed-by: mchung
2017-10-24 08:56:47 -07:00
Naoto Sato
ab49e12b7f
8189291: Test policy should extend the default system policy
...
Reviewed-by: mchung
2017-10-24 08:56:30 -07:00
Jesper Wilhelmsson
7884ab9ccf
Merge
2017-10-30 21:23:10 +01:00
Ujwal Vangapally
8cfc95d81a
8186998: Improve JMX supportive features
...
Improve JMX supportive features
Reviewed-by: mchung, dfuchs, rriggs, hb, skoivu, rhalade
2017-09-25 19:44:28 +05:30
Jesper Wilhelmsson
65db4f42d0
8187556: Backout of a fix reintroduced a dependency that had since been removed
...
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00
Jesper Wilhelmsson
291e5e159d
Merge
2017-10-21 01:23:52 +02:00
Jini George
e8fe842a41
8184042: several serviceability/sa tests timed out on MacOS X
...
Restore the ptrace attach argument to PT_ATTACH from PT_ATTACHEXC
Reviewed-by: dholmes, sspitsyn, dcubed, poonam, dsamersoff
2017-10-16 23:23:27 -07:00
Jesper Wilhelmsson
843dc3a8ea
Merge
2017-10-16 17:03:56 +02:00
Alan Bateman
e4bea042c5
8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager
...
Reviewed-by: mchung
2017-10-14 09:51:25 +01:00
Doug Lea
cae8353ec8
8188575: Miscellaneous changes imported from jsr166 CVS 2017-10
...
Reviewed-by: martin, psandoz
2017-10-13 18:34:37 -07:00
Doug Lea
dc895e3911
8187941: Add StampedLock stamp inspection methods
...
Reviewed-by: martin, psandoz
2017-10-13 18:29:21 -07:00
Doug Lea
f8ae408aa9
8188047: Add SplittableRandom.nextBytes
...
Reviewed-by: martin, psandoz
2017-10-13 18:19:18 -07:00
Doug Lea
925bc58717
8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure
...
Reviewed-by: martin, psandoz, dholmes
2017-10-13 18:12:54 -07:00
Doug Lea
10dded5f7f
8188900: ConcurrentLinkedDeque linearizability
...
Reviewed-by: martin, psandoz
2017-10-13 18:07:47 -07:00
Jesper Wilhelmsson
947fc09db0
Merge
2017-10-14 00:19:29 +02:00
Alan Bateman
2abb1c7d7f
8186738: (sl) ServiceLoader::stream doesn't update cache
...
Reviewed-by: mchung
2017-10-13 14:17:10 +01:00
Claes Redestad
81b7f75837
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
...
Reviewed-by: sherman, alanb
2017-10-12 16:00:29 +02:00
Brian Burkhalter
b890c3ce83
8147615: (fc) FileChannelImpl has no finalizer
...
Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
2017-10-10 09:55:14 -07:00
Frank Yuan
e92da5e381
8187700: SetAuthenticator tests should handle the proxy port
...
Reviewed-by: dfuchs
2017-10-09 17:37:15 +08:00
Ivan Gerasimov
9c1b0103b3
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
...
Reviewed-by: coffeys
2017-10-04 01:08:36 -07:00
Doug Lea
c3664b7f38
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
...
Reviewed-by: martin, psandoz
2017-10-03 14:00:00 -07:00
Charles Munger
229cce5f44
8186265: Make toString() methods of "task" objects more useful
...
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
2017-10-03 13:55:05 -07:00
Doug Lea
d9d91c1cc4
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
...
Reviewed-by: martin, psandoz
2017-10-03 13:45:11 -07:00
Doug Lea
76db7c6b61
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
...
Reviewed-by: martin, psandoz, dholmes
2017-10-03 13:41:55 -07:00
Doug Lea
c6e3667228
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
...
Reviewed-by: martin, psandoz, dholmes
2017-10-03 13:37:01 -07:00
Mandy Chung
5d986605ca
8186050: StackFrame should provide the method signature
...
Reviewed-by: alanb, bchristi, forax, plevart
2017-09-29 11:33:08 -07:00
Paul Sandoz
999343e352
8187688: Additional tests for MethodHandle.invokeWithArguments
...
Reviewed-by: redestad
2017-09-27 10:24:40 -07:00
Philipp Kunz
2ae9614d34
6695402: Jarsigner with multi-byte characters in class names
...
Reviewed-by: weijun
2017-09-27 14:02:15 +08:00
Rob McKenna
1fc8d0cfd9
8184328: JDK 8u131 socketRead0 hang at SSL read
...
Reviewed-by: xuelei, chegar, coffeys
2017-09-26 19:19:09 +01:00
Vyom Tewari
99b202b398
8185072: network006 times out in many configs in JDK10-hs nightly
...
Reviewed-by: chegar, rriggs
2017-09-26 20:34:10 +05:30
Chris Hegarty
b98d0bda76
8181176: java/net/httpclient/websocket/ConnectionHandover.java times out
...
Reviewed-by: coffeys
2017-09-26 10:20:35 +01:00
Hamlin Li
9f1f9587cb
8187376: test issue in java/lang/invoke/VarHandles/VarHandleBaseTest.java
...
Reviewed-by: psandoz
2017-09-26 12:47:49 +08:00
Sergey Bylokhov
97d93fe4d8
8187442: Xcheck:jni produces various "WARNING in native method" in launcher
...
Reviewed-by: ksrini, dholmes
2017-09-22 15:32:09 -07:00
John R Rose
f98aab0db9
8185993: MethodHandle.invokeWithArguments jumbo-arity
...
Reviewed-by: psandoz, vlivanov
2017-09-22 15:28:16 -07:00
Amy Lu
f22dd8323b
8184329: Refactor java/lang/ClassLoader shell tests to java
...
Reviewed-by: mchung
2017-09-22 16:38:54 +08:00
Felix Yang
300988fb02
8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
...
Reviewed-by: msheppar, clanger
2017-09-21 20:05:46 -07:00
Felix Yang
e634950b41
8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
...
Reviewed-by: chegar
2017-09-21 19:48:32 -07:00
Weijun Wang
b380f1b6cc
8187786: Many javax/net/ssl/DTLS tests failing
...
Reviewed-by: xuelei
2017-09-22 09:49:08 +08:00
Bradford Wetmore
d1ad673f55
8187788: Disasble javax/net tests until JDK-8187786 is resolved
...
Reviewed-by: darcy
2017-09-21 12:13:25 -07:00
Weijun Wang
1e6e9203c4
8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
...
Reviewed-by: asmotrak
2017-09-21 16:29:54 +08:00
Weijun Wang
fe19274488
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
...
Reviewed-by: xuelei
2017-09-21 16:29:45 +08:00
Weijun Wang
2bb3b82709
8148371: Remove policytool
...
Reviewed-by: erikj, alanb, mullan
2017-09-21 16:29:18 +08:00
Xueming Shen
02b9452ed3
8186464: ZipFile cannot read some InfoZip ZIP64 zip files
...
Reviewed-by: martin
2017-09-20 16:41:54 -07:00
Joe Darcy
a77b330635
8187636: Mark MetaCallback.java as failing intermittently
...
Reviewed-by: serb, prr
2017-09-18 13:33:29 -07:00
Jesper Wilhelmsson
42a29333b9
Merge
2017-10-10 16:29:04 +02:00
Vladimir Kozlov
e24a5bc2ff
8188776: jdk.internal.vm.ci can't export package to upgradeable modules
...
Added missing exception in JdkQualifiedExportTest.java test
Reviewed-by: mchung
2017-10-06 13:00:18 -07:00
Ujwal Vangapally
96d0817455
8185003: JMX: Add a version of ThreadMXBean.dumpAllThreads with a maxDepth argument
...
Added two new API's to limit the stack trace depth
Reviewed-by: mchung, dfuchs, rriggs, egahlin
2017-10-05 01:31:53 -07:00
Erik Joelsson
467119a352
8187445: Forest Consolidation: Make tests work
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:59 +02:00
Erik Joelsson
3789983e89
8187443: Forest Consolidation: Move files to unified layout
...
Reviewed-by: darcy, ihse
2017-09-12 19:03:39 +02:00
Phil Race
679360ec5a
Merge
2017-10-19 10:54:40 -07:00
Manajit Halder
a1d4869f84
8163265: [macosx] numpad 0 instead of VK_0
...
Reviewed-by: serb, azvegint
2017-10-19 13:52:37 +05:30
John Jiang
26aeea1790
8189603: ProblemList sun/security/pkcs11/KeyStore/SecretKeysBasic.sh on Linux platform
...
Put test sun/security/pkcs11/KeyStore/SecretKeysBasic.sh to ProblemList on Linux platform due to JDK-8186098
Reviewed-by: xuelei
2017-10-19 14:49:20 +08:00
Sergey Bylokhov
4ccdfd542e
8075255: Metal L&F has dependency on the Windows L&F
...
Reviewed-by: psadhukhan
2017-10-18 22:06:24 -07:00
Phil Race
8f0f21d997
Merge
2017-10-17 14:33:32 -07:00
Semyon Sadetsky
12cb440799
8180821: [macosx]com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java: The menu item should have been GC-ed
...
Reviewed-by: prr, psadhukhan
2017-10-16 08:06:56 -07:00
Krishna Addepalli
a9808680a1
6714836: JRootPane.getMaximumSize() returns a width of 0
...
Reviewed-by: psadhukhan, serb
2017-10-12 10:40:45 +05:30
Phil Race
a9cb8eb350
8080084: java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with G1 GC
...
Reviewed-by: ssadetsky, pnarayanan
2017-10-10 12:15:25 -07:00
Alexandre Iline
e83a741be2
8188824: sanity/client/SwingSet/src/ProgressBarDemoTest: Failed with NullPointerException
...
Reviewed-by: ssadetsky
2017-10-10 09:10:43 -07:00
Phil Race
82040f1fb3
Merge
2017-10-09 11:38:46 -07:00
Dmitry Markov
513abd0c08
8155197: Focus transition issue
...
Reviewed-by: serb, ssadetsky, aivanov
2017-10-07 15:58:45 +01:00
Alexandre Iline
c640ec68f7
8188779: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
...
Reviewed-by: serb, ssadetsky
2017-10-05 13:29:34 -07:00
Shashidhara Veerabhadraiah
0e982813e1
8004029: [macosx] The long Tab titles are not clipped with dots at the end
...
Reviewed-by: serb, psadhukhan
2017-10-04 15:10:08 +05:30
Phil Race
1c89e3aa56
Merge
2017-09-28 09:13:27 -07:00
Pankaj Bansal
b8ca97f45c
8154468: [TEST_BUG] java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
...
Reviewed-by: serb, ssadetsky
2017-09-25 16:12:49 +05:30
Pankaj Bansal
6b7c509a0d
8081311: [TEST_BUG] java/awt/ComponentOrientation/WindowTest.java does use deprecated applyResourceBundle
...
Reviewed-by: serb, ssadetsky
2017-09-25 16:06:13 +05:30
Pankaj Bansal
94a925b4f3
6857809: [TEST_BUG] java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java fails in jdk7 b64 pit build
...
Co-authored-by: Dmitry Cherepanov <dcherepanov@azul.com>
Reviewed-by: serb, ssadetsky
2017-09-25 15:57:43 +05:30
Sergey Bylokhov
e5566ace66
8175968: The javax.swing.filechooser.FileSystemView constructor consumes memory by adding a PropertyChangeListener that is never removed
...
Reviewed-by: azvegint
2017-09-22 17:36:55 -07:00
Naoto Sato
ec4b6a477f
8202088: Japanese new era implementation
...
Reviewed-by: scolebourne, rriggs, nishjain, weijun
2017-08-09 14:54:37 -07:00
Stuart Marks
7d547d0ee4
8174109: Better queuing priorities
...
Reviewed-by: chegar, dfuchs, rriggs, alanb, robm, rhalade, jeff, ahgross
2017-08-02 10:34:35 -07:00
Valerie Peng
b3f1165f7d
8181048: Refactor existing providers to refer to the same constants for default values for key length
...
Reviewed-by: mullan, ahgross
2017-07-13 20:41:59 +00:00
Weijun Wang
7cf3c0ff14
8182879: Add warnings to keytool when using JKS and JCEKS
...
Reviewed-by: vinnie, ahgross, mullan
2017-07-12 10:55:40 +08:00
Jesper Wilhelmsson
f32bd0cb43
Merge
2017-11-25 20:28:10 +01:00
Jesper Wilhelmsson
96ba782488
Merge
2017-11-25 04:36:43 +01:00
Calvin Cheung
81032ed30f
8191653: Test failures in BootAppendTests - missing jdk.internal.vm.compiler module
...
Backout the fix for 8190975
Reviewed-by: iklam, kvn
2017-11-22 16:08:39 -08:00
Jesper Wilhelmsson
c8bce04078
Merge
2017-11-22 16:57:34 +01:00
Chris Dennis
58faa32cfe
8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
...
Reviewed-by: psandoz, bpb, briangoetz
2017-04-11 17:25:09 -04:00
Felix Yang
2c28613ce4
8190505: Typo in test/jdk/ProblemList.txt
...
Reviewed-by: alanb
2017-11-02 04:36:53 -04:00