Joe Darcy
|
7004b3f3e7
|
8230626: Make UnknownFooException strings more informative
Reviewed-by: jjg, mr
|
2019-09-04 15:49:25 -07:00 |
|
Xin Liu
|
0a92dc786d
|
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
|
2019-09-04 16:39:12 +02:00 |
|
Erik Österlund
|
ea436110f6
|
8230401: ClassLoaderData::_keep_alive is read with wrong type in c2i entry barrier
Reviewed-by: zgu, tschatzl, iklam
|
2019-09-04 15:05:03 +02:00 |
|
Martin Doerr
|
b0e727124f
|
8230434: [C1, C2] Release barrier for volatile field stores in constructors implemented inconsistently
Reviewed-by: shade, lucy
|
2019-09-04 14:21:54 +02:00 |
|
Stefan Johansson
|
f7d0ece0a1
|
8209802: Garbage collectors should register JFR types themselves to avoid build errors
Reviewed-by: kbarrett, tschatzl
|
2019-09-04 09:47:55 +02:00 |
|
Stefan Johansson
|
bb63558420
|
8230431: Move G1 trace code from gcTrace* to G1 directory
Reviewed-by: kbarrett, lkorinth
|
2019-09-04 09:47:51 +02:00 |
|
David Holmes
|
99c17fbf33
|
6313903: Thread.sleep(3) might wake up immediately on windows
Reviewed-by: rehn, dcubed, rriggs
|
2019-09-03 23:42:06 -04:00 |
|
Vladimir Ivanov
|
4dc79c2e05
|
8227236: assert(singleton != __null && singleton != declared_interface) failed
Reviewed-by: dlong
|
2019-09-03 17:45:02 +03:00 |
|
Zhengyu Gu
|
fd89fedccf
|
8230483: Shenandoah: consistently disable concurrent roots for Traversal mode
Reviewed-by: shade
|
2019-09-03 13:55:41 -04:00 |
|
Tobias Hartmann
|
47e005582b
|
8230428: Cleanup dead CastIP node code in formssel.cpp
Removed dead code.
Reviewed-by: roland
|
2019-09-03 10:03:13 +02:00 |
|
Michael McMahon
|
5ded63ef02
|
Merge
|
2019-09-02 15:59:37 +01:00 |
|
Patrick Concannon
|
77adc77ce3
|
8229235: com.sun.net.httpserver.HttpExchange should implement AutoCloseable
Reviewed-by: dfuchs, michaelm
|
2019-09-02 15:58:44 +01:00 |
|
Markus Grönlund
|
4e43486172
|
8227411: TestTimeMultiple.java failed "assert(!lease()) failed: invariant"
Reviewed-by: egahlin
|
2019-09-02 15:04:43 +02:00 |
|
Markus Grönlund
|
8f9d63df41
|
8229437: assert(is_aligned(ref, HeapWordSize)) failed: invariant
Reviewed-by: egahlin
|
2019-09-02 13:57:15 +02:00 |
|
Matthias Baesken
|
b7821ad399
|
8224214: [AIX] Remove support for legacy xlc compiler
Reviewed-by: erikj, kbarrett, mdoerr, dholmes
|
2019-08-30 09:37:41 +02:00 |
|
Kim Barrett
|
a72d25fcc7
|
8230372: Remove G1GCPhaseTimes::MergeLBProcessedBuffers
Removed no longer needed phase time.
Reviewed-by: sjohanss, tschatzl
|
2019-08-30 15:36:44 -04:00 |
|
Antonios Printezis
|
448e003050
|
8227224: GenCollectedHeap: add subspace transitions for young gen for gc+heap=info log lines
Reviewed-by: kbarrett, tschatzl
|
2019-08-30 14:58:40 -04:00 |
|
Joe Darcy
|
f14e213524
|
8230337: Clarify intention of Elements.{getPackageOf, getModuleOf}
Reviewed-by: jjg
|
2019-08-30 11:26:48 -07:00 |
|
Kim Barrett
|
1668370dfe
|
8230327: Make G1DirtyCardQueueSet free-id init unconditional
Remove conditional init and make the set an inline member.
Reviewed-by: sjohanss, lkorinth, tschatzl
|
2019-08-30 14:05:00 -04:00 |
|
Jaikiran Pai
|
6fa4babbb2
|
8230310: SocksSocketImpl should handle the IllegalArgumentException thrown by ProxySelector.select usage
Catch the IAE thrown by ProxySelector.select and wrap it into a IOException
Reviewed-by: dfuchs
|
2019-08-28 20:05:43 +05:30 |
|
Jan Lahoda
|
1d71dd8604
|
8230105: -XDfind=diamond crashes
Avoiding side-effects in Analyzer's speculative attribution.
Reviewed-by: mcimadamore, vromero
|
2019-08-30 12:24:16 +02:00 |
|
Erik Österlund
|
277ef756c4
|
8230307: ZGC: Make zGlobals and zArguments OS agnostic
Reviewed-by: pliden, smonteith
|
2019-08-30 10:44:06 +02:00 |
|
Stefan Karlsson
|
3149ed4993
|
8230203: Replace markWord enums with typed constants
Reviewed-by: kbarrett, dholmes
|
2019-08-30 09:06:46 +02:00 |
|
Doug Simon
|
6a48a4e5ed
|
8229797: [JVMCI] Clean up no longer used JVMCI::dependencies_invalid value
Co-authored-by: Xiaohong Gong <xiaohong.gong@arm.com>
Reviewed-by: dlong, coleenp
|
2019-08-30 09:38:40 +08:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Kim Barrett
|
6d064a747e
|
8230332: G1DirtyCardQueueSet _notify_when_complete is always true
Removed _notify_when_complete, assume true value where formerly used.
Reviewed-by: sjohanss, tschatzl
|
2019-08-29 18:52:30 -04:00 |
|
Kim Barrett
|
b6b6a37fe1
|
8230109: G1DirtyCardQueueSet should use card counts rather than buffer counts
Consistently use card counts
Reviewed-by: sjohanss, sangheki
|
2019-08-29 18:35:52 -04:00 |
|
Jie Fu
|
647e4d7557
|
8230037: Confused MetaData dumped by PrintOptoAssembly
Reviewed-by: kvn, bsrbnd
|
2019-08-30 00:03:10 +02:00 |
|
Joe Darcy
|
6d4ef5aaf3
|
8229999: Apply java.io.Serial annotations to security types in java.base
Reviewed-by: rriggs, mullan
|
2019-08-29 10:52:21 -07:00 |
|
Daniil Titov
|
470d32df73
|
8182119: jdk.hotspot.agent's META-INF/services/com.sun.jdi.connect.Connector no longer needed
Reviewed-by: sspitsyn, amenkov, alanb
|
2019-08-29 10:09:27 -07:00 |
|
Ivan Gerasimov
|
d607548f20
|
8230338: Accurate error message about bad Unicode block name
Reviewed-by: rriggs
|
2019-08-29 07:39:06 -07:00 |
|
Claes Redestad
|
b4c63048bb
|
8230302: GenerateJLIClassesPlugin can generate invalid DirectMethodHandle methods
Reviewed-by: mchung
|
2019-08-29 15:59:00 +02:00 |
|
Coleen Phillimore
|
e2287af876
|
8216977: ShowHiddenFrames use in java_lang_StackTraceElement::fill_in appears broken
Return NULL source file and negative line number for hidden frames.
Reviewed-by: dholmes, hseigel
|
2019-08-29 08:52:22 -04:00 |
|
Martin Doerr
|
e77e5da785
|
8229422: Taskqueue: Outdated selection of weak memory model platforms
Reviewed-by: tschatzl, dholmes, drwhite
|
2019-08-12 19:20:12 +02:00 |
|
Aleksey Shipilev
|
c25e2fd8ec
|
8230425: Shenandoah forces +UseNUMAInterleaving even after explicitly disabled
Reviewed-by: rkennke
|
2019-09-02 12:10:21 +02:00 |
|
Roman Kennke
|
d271630fb2
|
8217016: Shenandoah: Streamline generation of CAS barriers
Reviewed-by: roland
|
2019-01-26 01:21:33 +01:00 |
|
David Holmes
|
cb960e9a30
|
8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
Reviewed-by: dcubed, sspitsyn, dlong
|
2019-01-27 20:48:27 -05:00 |
|
Yasumasa Suenaga
|
49c91b7f95
|
8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
Reviewed-by: dholmes, cjplummer
|
2019-01-28 08:01:06 +09:00 |
|
Lance Andersen
|
0b4e08a4bc
|
8210469: Missing doPriviledged block and permission for jdk.zipfs module
Reviewed-by: alanb, clanger, mchung, jjg
|
2019-01-27 14:55:57 -05:00 |
|
Bernard Blaser
|
777ad9080e
|
8193367: Annotated type variable bounds crash javac
Reviewed-by: mcimadamore, vromero
|
2019-01-26 15:50:59 +01:00 |
|
Xue-Lei Andrew Fan
|
0ea0aea6c2
|
8217820: Useless cast in ECUtil.java
Reviewed-by: jnimeh
|
2019-01-25 18:43:02 -08:00 |
|
Yasumasa Suenaga
|
d6a75a0f86
|
8217612: (CL)HSDB cannot show some JVM flags
Reviewed-by: dholmes, cjplummer
|
2019-01-26 10:34:29 +09:00 |
|
Joe Wang
|
1ebe11a28d
|
8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
Reviewed-by: dfuchs, lancea
|
2019-01-25 14:28:43 -08:00 |
|
Vladimir Ivanov
|
23931d94f7
|
8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
Reviewed-by: thartmann, roland
|
2019-01-25 13:37:12 -08:00 |
|
Vladimir Ivanov
|
dbf977da1d
|
8191998: C2: inlining through MH linkers drops speculative part of argument types
Reviewed-by: roland, thartmann, kvn
|
2019-01-25 13:37:10 -08:00 |
|
Vladimir Ivanov
|
d2552c3e55
|
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
Reviewed-by: thartmann, roland
|
2019-01-25 13:37:08 -08:00 |
|
Daniel Fuchs
|
7f10cbedd5
|
8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested.
Reviewed-by: chegar
|
2019-01-25 18:13:25 +00:00 |
|
Jesper Wilhelmsson
|
fd21613d59
|
Merge
|
2019-01-25 18:12:06 +01:00 |
|
Jaikiran Pai
|
55d96ac4c1
|
8217795: Typo in SSLSocket
Reviewed-by: xuelei
|
2019-01-25 07:56:42 -08:00 |
|
Claes Redestad
|
466a955633
|
8217782: Spill detection broken after JDK-8217716
Reviewed-by: shade, thartmann
|
2019-01-25 14:10:28 +01:00 |
|