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 |
|
Andrew Haley
|
f48f7c36d5
|
8197429: Increased stack guard causes segfaults on x86-32
Reviewed-by: dholmes
|
2018-02-16 09:43:26 +00:00 |
|
Christoph Langer
|
9523d40461
|
8199010: attachListener.hpp: Fix potential null termination issue found by coverity scans
Reviewed-by: stuefe, dholmes, cjplummer
|
2018-03-15 15:38:23 +01:00 |
|
Thomas Stuefe
|
ea27ad47f7
|
8199656: Make slow metaspace verifications switchable in debug builds
Reviewed-by: dholmes, coleenp
|
2018-03-15 07:43:07 +01:00 |
|
Roman Kennke
|
615f325924
|
8199559: objArrayKlass::oop_iterate() and friends must use base_raw() instead of base()
Reviewed-by: tschatzl, eosterlund
|
2018-03-15 12:44:27 +01:00 |
|
Coleen Phillimore
|
29cb168550
|
8199272: Broken assertion in ClassLoaderData::remove_handle
Added new ClassLoaderData::ChunkList::contains(oop*) function for OopHandle rather than oop.
Reviewed-by: stefank, hseigel
|
2018-03-15 07:40:00 -04:00 |
|
Thomas Stuefe
|
7621378c0b
|
8199432: metaspace: fix wrong comment and condition in SpaceManager::verify()
Reviewed-by: coleenp
|
2018-03-15 07:20:32 +01:00 |
|
Thomas Stuefe
|
c18227978e
|
8199431: Split up class Metaspace into a static and a non-static part
Reviewed-by: coleenp, adinn, zgu
|
2018-03-15 07:15:39 +01:00 |
|
Goetz Lindenmaier
|
d29c87204f
|
8199557: Assert in fromTonga/vm/runtime/defmeth/scenarios/Stress_noredefine/TestDescription.java
Reviewed-by: coleenp
|
2018-03-14 21:36:41 +01:00 |
|
Goetz Lindenmaier
|
469e350dab
|
8199532: [TESTBUG] AbstractMethodErrorTest.java test failed with -Xcomp
Reviewed-by: kvn
|
2018-03-13 21:55:41 +01:00 |
|
Jean Christophe Beyler
|
8fe2f1412c
|
8199561: Fix two typos in the JVMTI documentation
Fix two typos in the JVMTI documentation
Reviewed-by: sspitsyn, dholmes
|
2018-03-14 09:58:53 -07:00 |
|
Rahul Raghavan
|
24fd306c51
|
8071282: remove misc dead code
Cleanup of dead code done
Reviewed-by: kvn, thartmann
|
2018-03-14 09:09:38 -07:00 |
|
Aleksey Shipilev
|
d1f090f569
|
8199603: Build failures after JDK-8199421 "Add support for vector popcount"
Reviewed-by: thartmann
|
2018-03-14 15:28:31 +01:00 |
|
Zhengyu Gu
|
96813b1885
|
8191924: Adjust DelegatingClassLoader's metadata space sizing algorithm
Reduce memory usage for delegating class loader's metadata by adjusting sizing alogrithm
Reviewed-by: adinn, stuefe, coleenp
|
2018-03-13 16:21:45 -04:00 |
|
Thomas Schatzl
|
697538d0a9
|
8199516: Remove dead code overlooked during Full GC work
Reviewed-by: sangheki, sjohanss
|
2018-03-14 14:09:33 +01:00 |
|
Volker Simonis
|
97cfb7bbb7
|
8199472: Fix non-PCH build after JDK-8199319
Reviewed-by: stefank, coleenp
|
2018-03-14 12:12:00 +01:00 |
|
Coleen Phillimore
|
394e34d821
|
8199282: Remove ValueObj class for allocation subclassing for gc code
Reviewed-by: stefank, kbarrett
|
2018-03-14 07:27:19 -04:00 |
|
David Holmes
|
6c9998844b
|
Merge
|
2018-03-14 07:07:18 -04:00 |
|