Commit Graph

49252 Commits

Author SHA1 Message Date
Magnus Ihse Bursie
c2859d192d 8198318: Make build comparisons clean again
Reviewed-by: tbell, erikj
2018-02-19 10:57:05 +01: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
Sergey Bylokhov
7578044e71 8196196: Headful tests should not be run in headless mode
Reviewed-by: prr
2018-02-16 12:24:38 -08:00
Erik Joelsson
c6109771f1 8153294: Solaris devkit uses linker from system instead of in devkit
Reviewed-by: tbell, ihse
2018-02-16 11:49:27 -08:00
Ben Walsh
6f44bbc940 8198306: Add post custom extension hooks to two launchers
Reviewed-by: erikj
2018-02-16 11:26:12 -08:00
Magnus Ihse Bursie
0b6f8bb24a 8198227: Fix COMPARE_BUILD after forest consolidation
Reviewed-by: erikj, tbell
2018-02-16 18:51:35 +01:00
Abdul Kolarkunnu
3715cbe450 8197549: Implement a new method similar to waitState() on Operator which run the check on event queue
Reviewed-by: serb
2018-02-16 18:27:35 +05:30
Abdul Kolarkunnu
b6a2f5517e 8197482: Make Jemmy ComponentChooser lambda friendly
Reviewed-by: serb
2018-02-16 18:17:34 +05:30
Abdul Kolarkunnu
d78e0978af 8196338: [TEST_BUG] sanity/client/SwingSet/src/TextFieldDemoTest.java Failed with timeout
Reviewed-by: ssadetsky
2018-02-16 18:06:23 +05:30
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
Lana Steuck
bdc7ee1a5d Merge 2018-02-16 05:58:57 +00: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
Lana Steuck
93138c756e Added tag jdk-11+1 for changeset dfa46cfe5634 2018-02-16 05:58:04 +00:00
Sharath Ballal
a76221f5a7 8196930: [Testbug] serviceability/sa/ClhsdbFindPC.java fails to find expected output
Reviewed-by: dholmes, cjplummer
2018-02-16 10:10:14 +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
Parvathi Somashekar
d057334330 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold
Subtask of JDK-4916621: update tests using JDIScaffold to using TestScaffold instead.

Reviewed-by: sspitsyn, gthornbr
2018-02-15 11:31:56 -08:00
Erik Joelsson
e27aca5e99 8197906: Enable CDS mode execution of jtreg tests via make
Changed make file to add this functionality

Reviewed-by: iignatyev, ihse
2018-02-15 13:37:50 -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