Christian Tornqvist
a39fa54251
8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0)
...
Reviewed-by: coleenp, gtriantafill
2015-12-10 09:42:22 -08:00
David Lindholm
56e8606ca8
Merge
2015-12-10 14:24:26 +00:00
Dmitry Dmitriev
f9b7fc0201
8144197: Possible use after free in Arguments::add_property function
...
Reviewed-by: dholmes, goetz
2015-12-10 14:50:47 +03:00
David Lindholm
1f55a9122c
8145073: Filename and linenumber are not printed for asserts any more
...
Reviewed-by: dholmes, stuefe
2015-12-10 08:50:36 +01:00
Jon Masamitsu
e62c706965
8133023: ParallelGCThreads is not calculated correctly
...
Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
2015-11-24 15:56:40 -08:00
Kim Barrett
d1fdfbc634
Merge
2015-12-09 20:30:33 +00:00
Thomas Schatzl
d5cbfaf934
Merge
2015-12-09 17:09:12 +00:00
David Lindholm
4d1bcc7e89
Merge
2015-12-09 15:01:11 +00:00
Tom Benson
33ac74ad7e
8060697: Improve G1 Heap Growth Heuristics
...
Reworked GCTimeRatio-based heap growth code for G1
Reviewed-by: tschatzl, kbarrett, jmasa
2015-12-09 09:51:31 -05:00
David Lindholm
87a31aaa33
8144837: Improve the printout of heap regions in hs_err dump files
...
Reviewed-by: stefank, sjohanss
2015-12-09 14:49:26 +01:00
Cheleswer Sahu
ae7369442a
8138745: Implement ExitOnOutOfMemory and CrashOnOutOfMemory in HotSpot
...
Reviewed-by: dholmes, sla
2015-12-09 15:31:25 +05:30
Mikael Vidstedt
251eab3b99
Merge
2015-12-08 21:46:56 +00:00
Mikael Vidstedt
c9fc986a36
8144881: Various fixes to linux/sparc
...
Fixed sigflags printing, format specfiers, codeCache includes and some function returns
Reviewed-by: dsamersoff, simonis
2015-12-08 11:36:16 -08:00
Markus Grönlund
2ad9d3192f
8140485: Class load and creation cleanup
...
Reviewed-by: hseigel, coleenp, sspitsyn
2015-12-08 20:04:03 +01:00
Fei Yang
ad8ecc0f98
8144201: aarch64: jdk/test/com/sun/net/httpserver/Test6a.java fails with --enable-unlimited-crypto
...
Fix typo in stub generate_cipherBlockChaining_decryptAESCrypt
Reviewed-by: roland
2015-12-07 21:14:56 +08:00
Jesper Wilhelmsson
9ff100e114
Merge
2015-12-07 21:03:56 +00:00
Ioi Lam
8db7a63b8c
Merge
2015-12-07 19:21:40 +00:00
Jesper Wilhelmsson
d6fd9c1149
Merge
2015-12-07 17:29:27 +00:00
Joseph Provino
2fff60761c
Merge
2015-12-07 17:16:13 +00:00
Joseph Provino
1b75e851aa
Merge
2015-12-07 17:04:42 +00:00
Sangheon Kim
da8bf041ac
8142341: GC: current flags need ranges to be implemented
...
Add explicit ranges and constraint for all gc flags
Reviewed-by: jwilhelm, gziemski, ddmitriev, tbenson
2015-12-04 15:24:14 -08:00
Mikael Vidstedt
95c869947a
8144605: Invalid format specifier when printing in_cset_state_t
...
Use existing CSETSTATE_FORMAT macro in format string
Reviewed-by: kbarrett, tschatzl
2015-12-04 09:36:16 -08:00
Mikael Vidstedt
00df16e386
Merge
2015-12-06 06:08:48 +00:00
Coleen Phillimore
0f27cc83c2
Merge
2015-12-05 17:14:02 +00:00
Coleen Phillimore
5f07c2b8ad
8144534: Refactor templateInterpreter and templateInterpreterGenerator functions
...
Merged templateInterpreter_x86_32/64 into templateInterpreterGenerator_x86.cpp (some 32/64 functions remain for the hand coded crc functions).
Reviewed-by: goetz, jrose, twisti
2015-12-05 10:40:22 -05:00
Thomas Schatzl
d9d78c6a33
8144690: g1Predictions.hpp includes allocation.inline.hpp
...
Remove offending (and unnecessary) include statement.
Reviewed-by: stefank, jmasa
2015-12-05 15:17:29 +01:00
Thomas Schatzl
52745a5d2c
8144583: Test sanity/ExecuteInternalVMTests.java fails
...
Remove a test that is highly dependent on timing.
Reviewed-by: jwilhelm
2015-12-05 15:16:01 +01:00
Thomas Stuefe
679e48d459
8144192: Enhancements-to-print_siginfo-windows
...
Some small enhancement to os::print_siginfo for Windows
Reviewed-by: dholmes
2015-12-05 05:15:35 -05:00
Mikael Vidstedt
5a0c8c4485
8144663: Invalid constraints in memset_with_concurrent_readers_sparc.cpp inline assembly
...
Fix constraints and signedness in comparisons
Reviewed-by: kbarrett
2015-12-04 14:32:25 -08:00
Marcus Larsson
974f9e0483
8144146: Unified Logging tags cannot be reserved keywords
...
Reviewed-by: dholmes, sla
2015-12-04 13:02:25 +01:00
David Holmes
6e0ea9d21c
8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
...
Used compiled-based TLS when available. Additional contributions by Thomas Stufe (AIX) and Andrew Haley (Aarch64)
Reviewed-by: stuefe, bdelsart, dcubed
2015-12-04 04:06:37 -05:00
Alejandro Murillo
4f54e303f3
Merge
2015-12-03 22:30:17 -08:00
Max Ockner
b11ecef634
Merge
2015-12-04 02:46:41 +00:00
Alexander Harlap
f648ec7dcc
8141123: Cleanup in FreeIdSet
...
Some members of FreeIdSet should be size_t instead of ints. Also remove unused code
Reviewed-by: tschatzl, kbarrett, tbenson
2015-12-03 15:37:52 -05:00
Max Ockner
c6b57e4c8c
Merge
2015-12-03 19:35:18 +00:00
Ioi Lam
e708f69e1f
8143615: compactHashtable.hpp includes .inline.hpp file
...
Reviewed-by: dholmes, stefank
2015-12-02 18:14:54 -08:00
Max Ockner
a3d8114b45
8142976: Reimplement TraceClassInitialization with Unified Logging
...
TraceClassInitialization logging reimplemented with Unified Logging.
Reviewed-by: coleenp, hseigel
2015-12-02 14:07:58 -05:00
Lana Steuck
9e317be494
Merge
2015-12-02 10:19:14 -08:00
Thomas Stuefe
f06c0a7041
8144343: [aix] Stack bottom should be page aligned
...
On thread create or attach, ensure stack bottom is aligned to os::vm_page_size()
Reviewed-by: simonis, kvn
2015-12-02 10:17:31 +01:00
Thomas Schatzl
153eae9ba4
8136680: Enable adaptive IHOP by default
...
Reviewed-by: jmasa, mgerdin, ehelin
2015-12-01 16:46:55 +01:00
Jesper Wilhelmsson
c7a51854d9
Merge
2015-11-30 19:38:51 +01:00
Iris Clark
5793ec1b6a
Merge
2015-11-29 20:29:32 -08:00
Jesper Wilhelmsson
1d7f54e2f3
Merge
2015-11-27 18:35:43 +01:00
Marcus Larsson
f6b238ccda
8142952: Unified Logging framework does not allow multiple -Xlog: arguments
...
Reviewed-by: brutisso, sla
2015-11-27 12:37:38 +01:00
Nils Eliasson
dfe1251556
Merge
2015-11-26 19:16:37 +01:00
Erik Helin
97daae0658
8144076: Move evac failure handling and reference processing to post_evacuate_collection_set
...
Reviewed-by: mgerdin, tschatzl
2015-11-26 13:45:59 +01:00
Erik Helin
1355d0ef4e
8144075: Move prepare_for_oops_into_collection_set_do into pre_evacuate_collection_set
...
Reviewed-by: mgerdin, tschatzl
2015-11-26 13:43:10 +01:00
Andrew Haley
0c98a6a1d7
8143219: AArch64 broken by 8141132: JEP 254: Compact Strings
...
Reviewed-by: kvn
2015-11-26 10:38:33 +00:00
Christian Thalinger
5820fb001a
8144083: [JVMCI] CompilationResult should be finalized by JVMCI compiler and made effectively final
...
Reviewed-by: iveresov, twisti
2015-12-01 15:11:15 -10:00
Erik Helin
ee7076bdd1
8144315: update_rs is passed wrong object
...
Reviewed-by: jmasa, kbarrett
2015-12-02 10:02:44 +01:00