Alan Snyder
|
69af907cee
|
8196322: [macosx] When the screen menu bar is used, clearing the default menu bar should permit AWT shutdown
Reviewed-by: serb
|
2018-02-27 21:53:06 +00:00 |
|
Phil Race
|
d2e6289c0b
|
Merge
|
2018-02-26 10:36:34 -08:00 |
|
Claes Redestad
|
703621f15f
|
8198492: Bootstrapping java.lang.invoke can cause deadlock after JDK-8198418
8198490: java/util/logging/TestLogConfigurationDeadLock.java timed out
Reviewed-by: alanb
|
2018-02-26 12:43:53 +01:00 |
|
Phil Race
|
31dabd4d7f
|
Merge
|
2018-02-20 21:49:06 -08:00 |
|
Vicente Romero
|
4b6ab35c85
|
8198479: JDK build is broken by 8194892
Reviewed-by: sundar
|
2018-02-21 00:29:04 -05:00 |
|
Phil Race
|
89cb6a90d2
|
Merge
|
2018-02-20 13:30:49 -08:00 |
|
Mandy Chung
|
f42b8e4a00
|
8198441: Replace native Runtime::runFinalization0 method with shared secrets
Reviewed-by: martin
|
2018-02-20 11:28:32 -08:00 |
|
Claes Redestad
|
d4c69026bf
|
8198418: Invoke LambdaMetafactory::metafactory exactly from the BootstrapMethodInvoker
Reviewed-by: briangoetz, forax, vlivanov
|
2018-02-20 17:49:15 +01:00 |
|
Vicente Romero
|
2591c21c01
|
8194892: add compiler support for local-variable syntax for lambda parameters
Reviewed-by: mcimadamore
|
2018-02-20 11:45:16 -05:00 |
|
Athijegannathan Sundararajan
|
6196bf4ee1
|
8194922: jlink --exclude-resources should never exclude module-info.class
Reviewed-by: alanb
|
2018-02-20 15:25:40 +05:30 |
|
Michal Vala
|
04b8b8deff
|
8170120: jimage throws IOException when the given file is not a jimage file
Reviewed-by: alanb
|
2018-02-19 13:26:41 +00:00 |
|
Ivan Gerasimov
|
b5c20a6e1c
|
8058965: Remove IPv6 support from TwoStacksPlainSocketImpl [win]
Reviewed-by: chegar
|
2018-02-18 17:06:20 -08:00 |
|
Robert Field
|
4aa85f9489
|
8196133: JShell crashes when attempting to use bad source file in class path
Reviewed-by: jlahoda
|
2018-02-16 16:18:55 -08:00 |
|
Naoto Sato
|
d8dc99ec5c
|
8198228: Spec clarification: j.u.Locale.getDisplayName()
Reviewed-by: rriggs
|
2018-02-16 14:03:34 -08:00 |
|
Phil Race
|
42dc61aad0
|
Merge
|
2018-02-16 13:49:07 -08:00 |
|
Matthias Baesken
|
e1f8cacc0b
|
8198275: AIX build broken after latest whitebox.cpp changes
Reviewed-by: mdoerr
|
2018-02-16 11:33:13 +01:00 |
|
Nishit Jain
|
3f5b571b5a
|
8060094: java/util/Formatter/Basic.java failed in tr locale
Reviewed-by: naoto
|
2018-02-26 11:16:24 +05:30 |
|
Weijun Wang
|
5d3e5d9275
|
8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
Reviewed-by: coffeys, xuelei
|
2018-02-26 08:30:30 +08:00 |
|
Mandy Chung
|
3e28c2f71d
|
8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown
Reviewed-by: dholmes
|
2018-02-24 09:41:42 -08:00 |
|
Jesper Wilhelmsson
|
aa9cf33c1e
|
Merge
|
2018-02-19 04:50:50 +01:00 |
|
Alan Bateman
|
8f56ea639d
|
8196830: publicLookup().findVirtual should not return method handle to AccessibleObject.setAccessible
Reviewed-by: mchung, psandoz
|
2018-02-24 08:26:53 +00:00 |
|
Roger Riggs
|
ced92116db
|
8198656: Update copyright to 2018
Reviewed-by: joehw
|
2018-02-23 17:34:25 -05:00 |
|
Jonathan Gibbons
|
62ec6e6d1d
|
8186688: javax.lang.model.util.Elements.hides does not work correctly with interfaces
Reviewed-by: vromero, mcimadamore
|
2018-02-23 13:42:04 -08:00 |
|
Roger Riggs
|
2af1df8c10
|
8198645: Use System.lineSeparator() instead of getProperty("line.separator")
Reviewed-by: lancea, xuelei, sherman
|
2018-02-23 16:00:44 -05:00 |
|
Mandy Chung
|
4bb064c62d
|
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
Reviewed-by: dholmes, alanb, smarks
|
2018-02-23 12:10:56 -08:00 |
|
Roger Riggs
|
cfe9ad4608
|
8189330: Cleanup FileDescriptor implementation
Reviewed-by: bpb
|
2018-02-23 14:26:29 -05:00 |
|
Robert Field
|
b2ed2bda60
|
8198573: JShell: class replace loses instances
Reviewed-by: jlahoda
|
2018-02-23 10:49:56 -08:00 |
|
Robert Field
|
f23f23fc76
|
8166232: jshell tool: cannot access previous history
Reviewed-by: jlahoda
|
2018-02-23 10:25:22 -08:00 |
|
Christoph Langer
|
16f2a0e7a0
|
8198539: Cleanup of unused imports in java/util/jar/Attributes.java (java.base) and JdpController.java (jdk.management.agent)
Reviewed-by: stuefe
|
2018-02-23 09:55:52 +01:00 |
|
Vicente Romero
|
25da45e26f
|
8198512: compiler support for local-variable syntax for lambda parameters
Reviewed-by: mcimadamore
|
2018-02-22 15:49:32 -05:00 |
|
Srinivas Dama
|
90b572b0c9
|
8198502: Exception at runtime due to lambda analyzer reattributes live AST
Create a deep copy of the original tree before conversion to lambda node
Reviewed-by: mcimadamore, vromero
|
2018-02-23 01:54:09 +05:30 |
|
Jan Lahoda
|
ddf6846500
|
8197439: Crash with -XDfind=lambda for anonymous class in anonymous class
Ensuring unresolvable anonymous classes are attributed.
Reviewed-by: mcimadamore, sadayapalam
|
2018-02-21 17:07:12 +01:00 |
|
Claes Redestad
|
ac45567657
|
8198523: Refactor BootstrapMethodInvoker to further avoid runtime type checks
Reviewed-by: psandoz
|
2018-02-22 11:16:43 +01:00 |
|
Nishit Jain
|
cff8ccbcf7
|
8190904: Incorrect currency instance returned by java.util.Currency.getInstance()
Reviewed-by: naoto
|
2018-02-22 11:52:01 +05:30 |
|
Naoto Sato
|
eab5dab516
|
8198385: Remove property sun.locale.formatasdefault
Reviewed-by: bpb
|
2018-02-21 15:09:40 -08:00 |
|
Yumin Qi
|
4ea684bf31
|
8194154: System property user.dir should not be changed
Cached user.dir so getCanonicalPath uses the cached value.
Reviewed-by: alanb, bpb, rriggs
|
2018-02-21 14:23:45 -08:00 |
|
Sundararajan Athijegannathan
|
8a170b8042
|
8196959: NullPointerException in discovery003.java
Fixed corner case of having engineName as NULL
Reviewed-by: jlaskey
|
2018-02-16 15:23:22 +05:30 |
|
Martin Buchholz
|
a95d50a5fc
|
8197812: (ref) Data race in Finalizer
Reviewed-by: plevart, mchung
|
2018-02-15 19:35:17 -08:00 |
|
Alexey Ushakov
|
10ef2cd87c
|
8197499: RepaintManager does not increase double buffer after attaching a device with higher resolution
Reviewed-by: serb, prr
|
2018-02-15 17:20:57 -08:00 |
|
Alan Bateman
|
0b78370b74
|
8193819: Error message when module does not have a ModuleMainClass attribute is confusing
Reviewed-by: sundar
|
2018-02-15 14:44:14 +00:00 |
|
Alan Bateman
|
fc3364785a
|
8193818: Remove unused single_step field from java.lang.Thread
Reviewed-by: lancea, dholmes
|
2018-02-15 13:37:20 +00:00 |
|
Pankaj Bansal
|
eb9d86fff1
|
5076761: JList.setSelectedValue(null, ...) doesn't do anything
Reviewed-by: serb, ssadetsky, psadhukhan
|
2018-02-15 14:20:44 +05:30 |
|
Xueming Shen
|
739c973204
|
8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
Reviewed-by: alanb
|
2018-02-15 00:25:01 -08:00 |
|
Martin Buchholz
|
48b9835669
|
8197893: Mistaken type check in CheckedEntrySet.toArray
Reviewed-by: psandoz
|
2018-02-14 16:37:20 -08:00 |
|
Xueming Shen
|
f6ca24c05f
|
8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
Reviewed-by: rriggs
|
2018-02-14 14:13:42 -08:00 |
|
Claes Redestad
|
abb7e3a52a
|
8197849: Misc improvements to jar resource handling
Reviewed-by: rriggs, dfuchs
|
2018-02-14 19:03:12 +01:00 |
|
Brian Burkhalter
|
f74677e37e
|
8144672: (ch) PipeImpl should use localhost instead of loopback address
Reviewed-by: alanb, clanger
|
2018-02-14 08:15:07 -08:00 |
|
Chris Plummer
|
e2f49705aa
|
8196909: gcc 7.2.1 compiler warning in libdt_socket
Fixed warning
Reviewed-by: sspitsyn, clanger
|
2018-02-15 09:22:25 -08:00 |
|
Jesper Wilhelmsson
|
dc06e6553a
|
Merge
|
2018-02-15 16:16:17 +01:00 |
|
Tobias Hartmann
|
01353e7787
|
8197828: Null pointer dereference in MultiNode::proj_out_or_null
Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
|
2018-02-15 09:17:56 +01:00 |
|