Mikael Gerdin
a43f54134a
Merge
2016-02-19 13:08:38 +01:00
Dmitry Dmitriev
0c1c39bbee
Merge
2016-02-19 12:47:16 +01:00
Dmitry Dmitriev
04d2edfca3
8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
...
Reviewed-by: gtriantafill, gziemski, dholmes
2016-02-19 13:24:21 +03:00
Felix Yang
d466ce4948
8150229: aarch64: pipeline class for several instructions is not set correctly
...
Aarch64: c2 fix pipeline class for several instructions.
Reviewed-by: aph
2016-02-19 17:12:14 +08:00
Aleksey Shipilev
1e654fe813
8150102: C1 should fold arraylength for constant/trusted arrays
...
Reviewed-by: vlivanov, kvn
2016-02-19 11:16:38 +03:00
Alejandro Murillo
d55b2fce32
Merge
2016-02-18 15:19:39 -08:00
Lana Steuck
6e2c7c6c74
Merge
2016-02-18 13:42:10 -08:00
Roger Riggs
50b82e8d5e
8149750: Decouple sun.misc.Signal from the base module
...
Reviewed-by: dholmes, chegar
2016-02-18 14:45:13 -05:00
Lana Steuck
e16feff964
Added tag jdk-9+106 for changeset e15ec0a78e45
2016-02-18 11:30:10 -08:00
Jesper Wilhelmsson
6f4adc7c72
Merge
2016-02-18 18:10:35 +01:00
Andreas Eriksson
35a916a2a1
8149743: JVM crash after debugger hotswap with lambdas
...
Reviewed-by: sspitsyn, coleenp, dcubed
2016-02-18 16:15:28 +01:00
Yasumasa Suenaga
2cfe5a01c4
8147388: Add diagnostic commands to attach JVMTI agent
...
Reviewed-by: jbachorik, sspitsyn
2016-02-18 23:26:43 +09:00
Felix Yang
40cdd7a181
8149907: aarch64: use load/store pair instructions in call_stub
...
Aarch64: make use of load/store pair instructions in call_stub to save space
Reviewed-by: aph
2016-02-18 21:53:24 +08:00
Derek White
98289a12c9
8149837: String.intern creates morre work than necessary for G1
...
Only use the SATB read barrier when reading existing strings from string table, not when adding new strings.
Reviewed-by: stefank, kbarrett
2016-02-17 18:02:03 -05:00
Rachel Protacio
3cf4e3909c
8149383: Convert TraceBiasedLocking to Unified Logging
...
The former -XX:+TraceBiasedLocking flag has been converted to the UL option -Xlog:biasedlocking=info and =trace, with the old option being aliased.
Reviewed-by: dholmes, dcubed
2016-02-18 17:10:48 -05:00
Alexander Kulyakhtin
af854404be
8150067: Quarantine serviceability/tmtools/jstat/GcCapacityTest.java
...
Quarantine a falsely failing test until the test issue is fixed
Reviewed-by: sla
2016-02-18 14:56:53 +03:00
David Holmes
56e60ab045
Merge
2016-02-18 03:51:44 +00:00
Volker Simonis
a5c5a3b609
8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro
...
Reviewed-by: dholmes
2016-02-17 22:17:49 -05:00
Coleen Phillimore
64acd597eb
Merge
2016-02-18 03:47:47 +01:00
Kim Barrett
1153ecb06f
Merge
2016-02-17 23:57:17 +01:00
Severin Gehwolf
3a99569b6f
8143245: Zero build requires disabled warnings
...
Reviewed-by: dholmes, coleenp
2016-02-17 17:03:31 -05:00
Kim Barrett
7c684d5249
8149793: DirtyCardQueueSet::apply_closure_to_completed_buffer_helper isn't helpful
...
Merge helper into sole caller.
Reviewed-by: brutisso, jwilhelm, tschatzl
2016-02-17 16:00:27 -05:00
Rachel Protacio
92f9c27eec
8148630: Convert TraceStartupTime to Unified Logging
...
The former -XX:+TraceStartupTime flag has been converted to the UL option -Xlog:startuptime=info
Reviewed-by: coleenp, dholmes
2016-02-17 14:03:18 -05:00
Tom Rodriguez
cc370ff8f2
8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig
...
Reviewed-by: kvn, twisti
2016-02-17 09:57:10 -08:00
Andrew Haley
8dd35ed3dd
8150045: arraycopy causes segfaults in SATB during garbage collection
...
Reviewed-by: roland
2016-02-17 14:06:45 +00:00
Felix Yang
a30c46aa74
8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
...
Aarch64: c2 make use of CBZ and CBNZ when comparing narrow pointer with zero
Reviewed-by: aph
2016-02-17 20:19:24 +08:00
Hui Shi
f73f7433d0
8149733: AArch64: refactor array_equals/string_equals
...
Combine similar code for string_equals/char_array_equals/byte_array_equals into same implemenation
Reviewed-by: aph, shade
2016-02-24 04:45:50 -08:00
Vladimir Ivanov
bb51ea7a06
8150543: Mismatched access detection is inaccurate
...
Reviewed-by: kvn, shade
2016-02-29 23:46:55 +03:00
Claes Redestad
ea5a3565b8
8150720: Cleanup code around PrintOptoStatistics
...
Reviewed-by: kvn, shade, vlivanov
2016-02-29 15:05:45 +01:00
Zoltan Majo
babca85232
8150349: Reduce the execution time of the hotspot_compiler_3 group
...
Exclude long-running intrinsic-related tests that check functionality that is not likely to be changed soon.
Reviewed-by: kvn, neliasso
2016-02-29 13:02:10 +01:00
Tobias Hartmann
eca88d0a0c
Merge
2016-02-29 09:02:13 +01:00
Christian Thalinger
f9a6dbd5fd
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
...
Reviewed-by: coleenp
2016-02-26 11:13:25 -10:00
Vladimir Ivanov
782e6b33f2
8068038: C2: large constant offsets aren't handled on SPARC
...
Reviewed-by: kvn
2016-02-26 15:54:55 +03:00
Vladimir Ivanov
a7d78599d7
8150436: Incorrect invocation mode when linkToInteface linker is eliminated
...
Reviewed-by: kvn, shade
2016-02-26 01:58:29 +03:00
Vladimir Ivanov
abebc2da5c
8150186: Folding mismatched accesses with @Stable is incorrect
...
Reviewed-by: kvn, jrose, shade
2016-02-26 01:58:26 +03:00
Christian Thalinger
88575c5de7
8150561: [AArch64] JVMCI improvements
...
Reviewed-by: kvn
2016-02-24 09:22:45 -08:00
Rahul Raghavan
2c5e376d98
6378256: Performance problem with System.identityHashCode in client compiler
...
Enabled C1 optimization to try pull out hashCode from object header, before calling into the VM.
Reviewed-by: dlong, roland, thartmann
2016-02-17 12:24:53 +01:00
Roland Westrelin
98eca9ebe8
8148786: xml.tranform fails on x86-64
...
CCP computes wrong type for CountedLoop iv Phi
Reviewed-by: kvn
2016-02-17 10:59:04 +01:00
Dmitry Dmitriev
c867b023b6
8149643: Remove check of counters in VirtualSpaceNode::inc_container_count
...
Reviewed-by: brutisso, kbarrett, mgerdin
2016-02-16 13:20:38 -08:00
Dmitry Dmitriev
363bf8088b
Merge
2016-02-17 12:44:41 +00:00
Robbin Ehn
a81f4a10da
8148219: Add decorator hostname to UL
...
Reviewed-by: dholmes, mlarsson
2016-02-17 11:11:47 +01:00
Dmitry Dmitriev
a4d0bc4a4e
8144578: TestOptionsWithRanges test only ever uses the default collector
...
Reviewed-by: sangheki, dholmes
2016-02-17 11:00:57 +03:00
Kim Barrett
6d0ef1b692
8146728: TestPrintGCDetailsVerbose is never run by jtreg
...
Remove requirement for fastdebug, update logging option
Reviewed-by: sjohanss, brutisso, dfazunen
2016-02-16 21:58:49 -05:00
Daniel D. Daugherty
eb4fc599e6
Merge
2016-02-16 12:01:37 -08:00
Tom Rodriguez
05730d99ba
8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
...
Reviewed-by: kvn
2016-02-16 09:49:58 -08:00
Roland Westrelin
db36e29ab0
8149916: Test case for 8149797
...
Reviewed-by: kvn
2016-02-16 12:54:20 +01:00
Aleksey Shipilev
03174f3030
8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
...
Reviewed-by: thartmann, kvn
2016-02-15 23:45:15 +03:00
Vladimir Ivanov
8555d89404
Merge
2016-02-15 18:42:45 +00:00
Alejandro Murillo
efb03507e3
Merge
2016-02-15 09:44:42 -08:00
Vladimir Ivanov
f1fe7d5aca
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
...
Reviewed-by: jrose, redestad
2016-02-15 20:26:50 +03:00