Chris Yin
|
3918ed17a5
|
8196759: Move two java/text/Normalizer tests into OpenJDK
Reviewed-by: naoto
|
2018-02-27 23:11:26 -08:00 |
|
Martin Buchholz
|
6fc221df4d
|
8198808: jdi tests failing after JDK-8198484
Reviewed-by: darcy, dholmes
|
2018-02-27 21:32:16 -08:00 |
|
Martin Buchholz
|
0e83ce1738
|
8198485: Simplify a URLClassPath constructor
Reviewed-by: alanb, mchung
|
2018-02-08 17:25:57 -08:00 |
|
Martin Buchholz
|
80e322bbcc
|
8198484: URLClassPath should use an ArrayDeque instead of a Stack
Reviewed-by: alanb, mchung, plevart, psandoz
|
2018-02-08 17:25:57 -08:00 |
|
Martin Buchholz
|
541978b4a2
|
8198482: The URLClassPath field "urls" should be renamed to "unopenedUrls"
Reviewed-by: alanb, mchung
|
2018-02-08 17:25:57 -08:00 |
|
Martin Buchholz
|
8f24dc87b1
|
8198481: Coding style cleanups for src/java.base/share/classes/jdk/internal/loader
Reviewed-by: alanb, mchung, rriggs
|
2018-02-08 17:25:57 -08:00 |
|
Martin Buchholz
|
749ad1ee03
|
8198480: Improve ClassLoaders static init block
Reviewed-by: alanb, mchung
|
2018-02-08 17:25:56 -08:00 |
|
Claes Redestad
|
3c9dfe26ed
|
8198755: Reduce cost of InvokerBytecodeGenerator::isStaticallyInvocable/-Nameable
Reviewed-by: vlivanov, psandoz, jrose
|
2018-02-27 21:05:07 +01:00 |
|
Aleksei Efimov
|
efeaca8cda
|
8038043: Xerces Update: XInclude update
Reviewed-by: joehw
|
2018-02-27 12:47:58 +00:00 |
|
Bhavesh Patel
|
4932677ba4
|
8198522: Javadoc search broken after output files organization for modules
Reviewed-by: jjg
|
2018-02-26 17:18:15 -08:00 |
|
Paul Sandoz
|
4ce3f37ba2
|
8198375: Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException
Reviewed-by: mchung
|
2018-02-26 16:05:25 -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 |
|
Matthias Baesken
|
e1f8cacc0b
|
8198275: AIX build broken after latest whitebox.cpp changes
Reviewed-by: mdoerr
|
2018-02-16 11:33:13 +01:00 |
|
Robert Field
|
9b23b4f128
|
8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232
Reviewed-by: jlahoda
|
2018-02-25 23:02:45 -08: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 |
|
Magnus Ihse Bursie
|
9f9f7ec458
|
8198627: JDK-8198318 broke readlink testing
Reviewed-by: erikj, tbell, prr, simonis
|
2018-02-23 14:08:25 -08: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 |
|
Erik Joelsson
|
d4cf0ebee8
|
8198569: SetupTextFileProcessing should use sed with 'g'
Reviewed-by: tbell, ihse
|
2018-02-23 22:09:16 +01: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 |
|
Lana Steuck
|
5ccc696fd2
|
Merge
|
2018-02-23 16:28:19 +00:00 |
|
Lana Steuck
|
c0dadb27ea
|
Added tag jdk-11+2 for changeset 03ae177c26b0
|
2018-02-23 16:27:25 +00: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 |
|
Robert Field
|
004b22e401
|
8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java fails with java.net.BindException
Reviewed-by: jlahoda
|
2018-02-22 12:26:01 -08:00 |
|
Jan Lahoda
|
fc9a7d12a8
|
8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java failing after JDK-8198502
Convert to lambda warning should not be provided for the tools/javac/analyzer/AnonymousInAnonymous.java test.
Reviewed-by: mcimadamore
|
2018-02-22 18:53:28 +01: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 |
|
Vicente Romero
|
4b6ab35c85
|
8198479: JDK build is broken by 8194892
Reviewed-by: sundar
|
2018-02-21 00:29:04 -05:00 |
|
Diancui Zhou
|
6287aead09
|
8198303: jdk11+1 was build with incorrect GA date as 2018-03-20
Reviewed-by: erikj, ihse
|
2018-02-20 23:15:27 +00:00 |
|
Diancui Zhou
|
cb29fa0380
|
8198301: jdk11+1 was built as 'fcs' instead of 'ea'
Reviewed-by: erikj, ihse
|
2018-02-20 23:14:01 +00:00 |
|
Magnus Ihse Bursie
|
6df55e9a7d
|
8198450: Make jdk.internal.vm.compiler/module-info.java.extra reproducable
Reviewed-by: erikj, mchung
|
2018-02-20 21:47:54 +01: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 |
|
Erik Joelsson
|
c37e80c84f
|
8198328: Create devkit for Solaris with developer studio 12.6 and Solaris11.3
Reviewed-by: ihse
|
2018-02-20 07:51:51 -08:00 |
|
Steve Groeger
|
2a8c2ece43
|
8198425: make/Main.gmk Add extra extension/override points to the make file
Reviewed-by: erikj
|
2018-02-20 07:04:51 -08: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 |
|