Prem Balakrishnan
|
98fc723fbf
|
7126823: JInternalFrame.getNormalBounds() returns bad value after iconify/deiconify
Reviewed-by: ssadetsky, rchamyal
|
2016-02-29 14:19:40 +05:30 |
|
Tobias Hartmann
|
a90b48d3a1
|
Merge
|
2016-02-29 08:12:22 +00:00 |
|
Tobias Hartmann
|
a09d434fda
|
Merge
|
2016-02-29 09:02:14 +01:00 |
|
Tobias Hartmann
|
afccad94b6
|
Merge
|
2016-02-29 09:02:13 +01:00 |
|
Thomas Stuefe
|
31f86a2308
|
8150619: Improve thread based logging introduced with 8149036
Reviewed-by: coleenp, dholmes
|
2016-02-29 08:50:57 +01:00 |
|
Zoltan Majo
|
dc8f45fc7d
|
8148940: java/lang/ref/FinalizeOverride.java can time out due to frequent safepointing
Reduce the freqency of triggering GCs by sleeping between GCs.
Reviewed-by: thartmann, shade
|
2016-02-29 07:58:45 +01:00 |
|
Kim Barrett
|
234373ff31
|
8150421: Delete experimental G1UseConcMarkReferenceProcessing
Removed the option and supporting code.
Reviewed-by: jmasa, tamao
|
2016-02-28 12:22:05 -05:00 |
|
Kim Barrett
|
abd5e2514a
|
8150687: typedefs without type names
Removed unnecessary typedef keywords.
Reviewed-by: dholmes, bpb
|
2016-02-26 20:55:19 -05:00 |
|
Adam Petcher
|
d2960c732a
|
8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
Added AES Cipher test vectors from Appendix F of NIST 800-38A
Reviewed-by: valeriep
|
2017-02-28 02:31:59 +00:00 |
|
Joseph Provino
|
e87c6f1b09
|
Merge
|
2016-02-27 00:07:03 +00:00 |
|
Joseph Provino
|
41c0116f6e
|
8139651: ConcurrentG1Refine uses ints for many of its members that should be unsigned types
Ints need to be changed to size_t
Reviewed-by: kbarrett, tbenson
|
2016-02-26 14:02:39 -05:00 |
|
Alejandro Murillo
|
5818012b93
|
Merge
|
2016-02-26 10:35:07 -08:00 |
|
Chris Plummer
|
6d7d3228e7
|
8147978: Remove Method::_method_data for C1
Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
|
2016-02-26 09:13:22 -08:00 |
|
Thomas Schatzl
|
a9f10173e7
|
Merge
|
2016-02-26 17:55:05 +01:00 |
|
Alexander Stepanov
|
43a028f608
|
8150643: [TEST] add test for JDK-8150176
Reviewed-by: serb
|
2016-02-26 19:24:06 +03:00 |
|
Sergey Bylokhov
|
5d21165171
|
8141553: [macosx] JDK fails to build with Xcode 7 on 10.11
Reviewed-by: aniyogi, ddehaven, cbensen
|
2016-02-26 18:51:44 +03:00 |
|
Andreas Eriksson
|
62c5bdbe9d
|
8144732: VM_HeapDumper hits assert with bad dump_len
Reviewed-by: dsamersoff
|
2016-02-26 16:28:42 +01:00 |
|
Benoit Daloze
|
8cc9a5146b
|
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
Reviewed-by: rschatz, twisti
|
2016-02-26 13:21:28 +01:00 |
|
Thomas Schatzl
|
d090b74744
|
8150629: Initializing all ParScanThreadStates causes significant unaccounted "Other" times
Lazily allocate ParScanThreadStates within the worker threads instead of doing this work upfront serially.
Reviewed-by: mgerdin, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
6fe8d6e7de
|
8150630: Add logging for ParScanThreadState merge phase
Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
d00c7378d6
|
8076463: Add logging for the preserve CM referents task
Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Thomas Schatzl
|
917dc3b87c
|
8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa
|
2016-02-26 13:02:30 +01:00 |
|
Daniel Fuchs
|
ae7478607a
|
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently
This is a test bug caused by a Logger being garbage collected too early.
Reviewed-by: darcy
|
2016-02-26 12:11:28 +01:00 |
|
Cheleswer Sahu
|
b9e4cabc43
|
8130425: libjvm crash due to stack overflow in executables with 32k tbss/tdata
Reviewed-by: kevinw, dholmes
|
2016-02-26 16:19:04 +05:30 |
|
Robbin Ehn
|
64f428726b
|
8150026: Add the ability to log with variable log level
Reviewed-by: brutisso, mlarsson
|
2016-02-26 10:51:01 +01:00 |
|
Erik Joelsson
|
2435cd24ef
|
8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
|
2016-02-26 06:03:12 +01:00 |
|
Amy Lu
|
39cfbc6593
|
8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
Reviewed-by: bpb, rriggs
|
2016-02-26 09:55:14 +08:00 |
|
Jamil Nimeh
|
572b48bca5
|
8145854: SSLContextImpl.statusResponseManager should be generated if required
Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class.
Reviewed-by: xuelei
|
2016-02-25 16:10:15 -08:00 |
|
David Dehaven
|
f1dc46272b
|
8132743: Move netscape.javascript package from jdk.plugin to new module
Reviewed-by: kcr, mchung, alanb
|
2016-02-25 15:42:01 -08:00 |
|
Steve Drach
|
e2181b48a5
|
8151339: Adding fragment to JAR URLs breaks ant
Reviewed-by: alanb
|
2016-03-07 19:37:10 +00:00 |
|
Sean Mullan
|
ed0eef5c6b
|
Merge
|
2016-03-07 10:11:59 -05:00 |
|
Sean Mullan
|
e868165acc
|
8138653: Default key sizes for the AlgorithmParameterGenerator and KeyPairGenerator implementations should be upgraded
Reviewed-by: coffeys, vinnie
|
2016-03-07 10:10:04 -05:00 |
|
Vinnie Ryan
|
3698f154bf
|
8151149: CipherSpi implementation of PBEWithSHA1AndDESede returns key size in bytes
Reviewed-by: xuelei
|
2016-03-07 14:52:36 +00:00 |
|
Michael McMahon
|
095027bd74
|
8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
|
2016-02-25 23:14:22 +00:00 |
|
Michael McMahon
|
66073d9f8e
|
8087112: HTTP API and HTTP/1.1 implementation
Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
|
2016-02-25 23:00:55 +00:00 |
|
Kevin Walls
|
43e034bc51
|
8150654: Zero cleanup of CppInterpreter::result_type_of()
Reviewed-by: coleenp
|
2016-02-25 21:45:26 +00:00 |
|
Lana Steuck
|
e0eed46531
|
Merge
|
2016-02-25 11:28:35 -08:00 |
|
Lana Steuck
|
4bfe14cab9
|
Merge
|
2016-02-25 11:28:25 -08:00 |
|
Lana Steuck
|
66ce266894
|
Merge
|
2016-02-25 11:27:59 -08:00 |
|
Lana Steuck
|
40cf44aaf3
|
Merge
|
2016-02-25 11:27:49 -08:00 |
|
Lana Steuck
|
f67de4b835
|
Merge
|
2016-02-25 11:27:30 -08:00 |
|
Lana Steuck
|
4f2b52f20f
|
Merge
|
2016-02-25 11:27:00 -08:00 |
|
Max Ockner
|
4f6dba1568
|
8150103: Convert TraceClassPaths to Unified Logging
TraceClassPaths has been reimplemented with Unified Logging
Reviewed-by: coleenp, dholmes, iklam
|
2016-02-25 13:09:17 -05:00 |
|
Lana Steuck
|
2f1144c5ff
|
Added tag jdk-9+107 for changeset ad5ff5d5459b
|
2016-02-25 09:41:52 -08:00 |
|
Lana Steuck
|
0c3874e1ef
|
Added tag jdk-9+107 for changeset 9643bffe2105
|
2016-02-25 09:41:51 -08:00 |
|
Lana Steuck
|
bf4f843350
|
Added tag jdk-9+107 for changeset e1580bae8eb5
|
2016-02-25 09:41:46 -08:00 |
|
Lana Steuck
|
07cfd93e88
|
Added tag jdk-9+107 for changeset c464fa9657f3
|
2016-02-25 09:41:44 -08:00 |
|
Lana Steuck
|
1465d75ecb
|
Added tag jdk-9+107 for changeset 1632bf7a3665
|
2016-02-25 09:41:44 -08:00 |
|
Lana Steuck
|
83729ea481
|
Added tag jdk-9+107 for changeset 5924078ce428
|
2016-02-25 09:41:40 -08:00 |
|
Lana Steuck
|
5d8cb4fdb9
|
Added tag jdk-9+107 for changeset f3c43d82c968
|
2016-02-25 09:41:40 -08:00 |
|