Bengt Rutisson
31ca2b7010
8145180: Add back PrintGC, PrintGCDetails and -Xloggc
...
Reviewed-by: sjohanss, david
2016-01-28 10:04:35 +01:00
David Holmes
1fdb299974
Merge
2016-01-28 07:11:45 +01:00
Jiangli Zhou
0a7cee2190
8147500: The HashtableTextDump::get_num() should check for integer overflow
...
Add check for integer overflow in HashtableTextDump::get_num()
Reviewed-by: dholmes, iklam
2016-01-27 22:39:03 -05:00
David Lindholm
4b4e700628
Merge
2016-01-28 02:30:57 +01:00
Sangheon Kim
52e9797321
Merge
2016-01-27 21:04:42 +00:00
Stefan Karlsson
e8f8d123f8
Merge
2016-01-27 20:45:30 +01:00
Coleen Phillimore
04fad29562
Merge
2016-01-27 18:31:58 +00:00
Sangheon Kim
094345fc88
8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
...
Changed MarkSweepAlwaysCompactCount from uintx to uint
Reviewed-by: tschatzl, tbenson
2016-01-27 10:30:27 -08:00
Coleen Phillimore
0dc7d4dfa2
Merge
2016-01-27 16:34:47 +00:00
Harold Seigel
46d60f379c
Merge
2016-01-27 16:13:02 +00:00
Rachel Protacio
469ae3ecc7
8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test
...
Removed part of ExceptionsTest.java looking for exception that is not printed when function is compiled on embedded/ARM
Reviewed-by: coleenp, dholmes
2016-01-27 11:12:25 -05:00
Michail Chernov
6b3dc2210d
8141278: New tests for PLAB testing
...
Reviewed-by: tschatzl
2016-01-27 18:22:25 +03:00
David Lindholm
afc61182cc
8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails
...
Reviewed-by: mgerdin, jwilhelm
2016-01-27 16:12:05 +01:00
Mikael Gerdin
1163c0a2cb
8147461: Use byte offsets for vtable start and vtable length offsets
...
Reviewed-by: cjplummer, coleenp, dnsimon
2016-01-27 14:50:56 +01:00
Dmitry Dmitriev
1e6fd30c11
Merge
2016-01-27 14:14:36 +01:00
Harold Seigel
64dd8e763d
8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java
...
Add additional checks in the verifier for recursive verification
Reviewed-by: acorn, gtriantafill
2016-01-27 07:14:56 -05:00
Thomas Stuefe
480e92f8b5
8146905: cleanup ostream, staticBufferStream
...
Get rid of staticBufferStream and implement the use-caller-provided-scratch-buffer feature in a simpler way.
Reviewed-by: simonis, dholmes
2016-01-27 11:51:56 +01:00
Marcus Larsson
f089e2ceeb
Merge
2016-01-27 11:41:44 +01:00
Marcus Larsson
127158a210
8147348: LogTagLevelExpression not properly initialized in configure_stdout
...
Reviewed-by: brutisso, sla
2016-01-27 09:07:10 +01:00
David Holmes
4ca382aeee
Merge
2016-01-27 05:59:31 +01:00
Coleen Phillimore
7324241aae
Merge
2016-01-27 03:28:22 +00:00
Matthias Baesken
e95747daf1
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
...
Reviewed-by: simonis, dholmes
2016-01-26 21:18:08 -05:00
David Lindholm
ac117697a3
8147814: Move verification code out of g1collectedheap
...
Reviewed-by: jwilhelm, tschatzl
2016-01-26 15:28:31 +01:00
Derek White
a42a7f2376
8141421: Various test fail with OOME on win x86
...
Fix memory overuse in g1CodeCacheRemset
Reviewed-by: tschatzl, mgerdin
2016-01-22 06:13:52 -05:00
Rachel Protacio
6ee07f50c8
8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT
...
Improved robustness of UL tests by removing reliance on "java -version" and replacing with explicit code to trigger logging in all environments
Reviewed-by: dholmes, iklam, mockner
2016-01-21 12:11:20 -05:00
Chris Plummer
a73f6dc940
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
...
Removed alignment of these fields.
Reviewed-by: coleenp, dholmes, mgerdin
2016-01-20 11:58:09 -08:00
Alexander Kulyakhtin
b0a724f03d
8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests
...
Corrected the @build statements
Reviewed-by: jbachorik
2016-01-19 19:19:51 +03:00
Goetz Lindenmaier
6397e809aa
8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
...
Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp).
Reviewed-by: stefank, mgerdin
2016-01-18 10:25:41 +01:00
Claes Redestad
6e98557332
8143926: ObjectStreamField constructor eagerly load ObjectStreamClass
...
Reviewed-by: chegar, alanb, shade
2015-12-01 09:22:01 +01:00
Weijun Wang
b3f93e752e
8144294: jdk/security/jarsigner/Function.java failed to clean up files after test on Windows
...
Reviewed-by: xuelei
2015-12-01 15:07:10 +08:00
Weijun Wang
bea542ea6b
8144107: jdk/security tests not included
...
Reviewed-by: mullan
2015-12-01 10:02:06 +08:00
Xue-Lei Andrew Fan
c8fdd35dd5
8136442: Don't tie Certificate signature algorithms to ciphersuites
...
Reviewed-by: mullan
2015-12-01 01:32:51 +00:00
Joe Wang
8a9ae48ba7
8142463: Xml schema validation failing after Xerces update; maxOccurs ignored
...
Reviewed-by: lancea
2015-11-30 16:17:54 -08:00
Alejandro Murillo
b068c21ff1
Merge
2015-11-30 13:55:09 -08:00
Alejandro Murillo
08269d1e9b
Merge
2015-11-30 13:55:06 -08:00
Alejandro Murillo
9758da4e8f
Merge
2015-11-30 13:55:05 -08:00
Lana Steuck
79d5f875ac
Merge
2015-11-30 13:28:08 -08:00
Lana Steuck
0379d3dc4f
Merge
2015-11-30 13:27:57 -08:00
Lana Steuck
e528753f4d
Merge
2015-11-30 13:27:19 -08:00
Lana Steuck
27fa69712d
Merge
2015-11-30 13:26:33 -08:00
Lana Steuck
9934215151
Merge
2015-11-30 13:26:00 -08:00
Jesper Wilhelmsson
c7a51854d9
Merge
2015-11-30 19:38:51 +01:00
Jesper Wilhelmsson
8e457e664a
Merge
2015-11-30 19:22:18 +01:00
Jesper Wilhelmsson
a5b3e891de
Merge
2015-11-30 18:40:06 +01:00
Rob McKenna
4a95c1495d
8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
...
Reviewed-by: alanb, simonis
2015-11-30 17:37:48 +00:00
Rob McKenna
b10dace9b4
8142872: Remove support for sun.nio.ch.PollSelectorProvider from 9
...
Reviewed-by: alanb, simonis
2015-11-30 17:37:17 +00:00
Joe Wang
2b2a06cf06
8144094: Add Catalog API to java.xml module
...
Reviewed-by: lancea
2015-11-30 08:52:25 -08:00
Jan Lahoda
ad5ccf3886
8143037: JShell should determine commands by prefix
...
Reviewed-by: rfield, mcimadamore, briangoetz
2015-11-30 17:31:55 +01:00
Vladimir Ivanov
9a7ac042da
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
...
Reviewed-by: jrose, dlong, aph, forax
2015-11-30 13:39:15 +03:00
Iris Clark
1ad5b907b1
Merge
2015-11-29 20:30:01 -08:00