Vladimir Ivanov
|
4532f54300
|
7177745: JSR292: Many Callsite relinkages cause target method to always run in interpreter mode
Reviewed-by: jrose, kvn
|
2016-02-19 20:40:20 +03:00 |
|
Jesper Wilhelmsson
|
c6d81e192d
|
Merge
|
2016-02-11 21:07:38 +01:00 |
|
Tobias Hartmann
|
afca49ff29
|
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline().
Reviewed-by: roland, shade, vlivanov, kvn, twisti
|
2016-02-10 07:54:26 +01:00 |
|
Tobias Hartmann
|
90ac004ff6
|
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
Removed installing of unused class. Added error output to ClassFileInstaller.
Reviewed-by: vlivanov, zmajo
|
2016-01-18 08:25:26 +01:00 |
|
Max Ockner
|
ce74c2fa3c
|
Merge
|
2016-02-03 18:16:54 +01:00 |
|
Max Ockner
|
9cab990401
|
8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging
TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData have been reimplemented using Unified logging.
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Reviewed-by: iklam, coleenp, dholmes, jiangli, hseigel, rprotacio
|
2016-02-03 11:40:30 -05:00 |
|
Vladimir Ivanov
|
1a4c3a752d
|
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
Reviewed-by: roland, jrose
|
2015-12-11 15:03:11 +03:00 |
|
Vladimir Ivanov
|
e56a7de478
|
8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
Reviewed-by: roland
|
2015-12-10 14:51:54 +03:00 |
|
Paul Sandoz
|
73acd18275
|
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
|
2015-12-03 11:18:34 +01:00 |
|
Vladimir Ivanov
|
d60a09e9c5
|
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
Reviewed-by: jrose, dlong, aph, forax
|
2015-12-04 23:46:19 +03:00 |
|
Vladimir Ivanov
|
90a42c2491
|
8074551: GWT can be marked non-compilable due to deopt count pollution
Reviewed-by: kvn
|
2015-06-11 14:19:40 +03:00 |
|
Vladimir Ivanov
|
e5a92a9fb9
|
8079205: CallSite dependency tracking is broken after sun.misc.Cleaner became automatically cleared
Reviewed-by: roland, psandoz, plevart, kbarrett, jrose
|
2015-05-15 19:23:11 +03:00 |
|
Alexander Kulyakthin
|
462f735dac
|
8067013: Rename the com.oracle.java.testlibary package
Reviewed-by: dholmes, gtriantafill, sla
|
2015-05-04 16:30:07 +02:00 |
|
Vladimir Kozlov
|
a8e9687134
|
8079231: quarantine compiler/jsr292/CallSiteDepContextTest.java
Reviewed-by: dlong
|
2015-05-01 14:23:42 -07:00 |
|
Bharadwaj Yadavalli
|
f8d0a6ff28
|
Merge
|
2015-04-30 18:14:58 -04:00 |
|
Vladimir Ivanov
|
b30f24676e
|
8078309: compiler/jsr292/MHInlineTest.java failed with java.lang.RuntimeException: 'MHInlineTest$A::protected_x (3 bytes) virtual call' found in stdout
Reviewed-by: jrose
|
2015-04-22 21:33:55 +03:00 |
|
Christian Tornqvist
|
1314bfbc94
|
Merge
|
2015-04-17 23:55:04 +00:00 |
|
Christian Tornqvist
|
06aabb4769
|
8077608: [TESTBUG] Enable Hotspot jtreg tests to run in agentvm mode
Reviewed-by: sla, gtriantafill
|
2015-04-17 16:12:16 -07:00 |
|
Vladimir Ivanov
|
5ff12acb9d
|
8062280: C2: inlining failure due to access checks being too strict
Reviewed-by: kvn
|
2015-04-14 18:11:06 +03:00 |
|
Alexander Kulyakthin
|
01b9971365
|
8075586: Add @modules as needed to the open hotspot tests
Reviewed-by: sla, ctornqvi, lfoltan, mchung, alanb
|
2015-03-26 16:36:56 +01:00 |
|
Vladimir Ivanov
|
f98a23137c
|
8057967: CallSite dependency tracking scales devastatingly poorly
Reviewed-by: jrose, roland, plevart, shade
|
2015-04-17 18:17:06 +03:00 |
|
Katja Kantserova
|
f6d01b3697
|
8071545: Tests are still excluded while the appropriate bug has been fixed
Reviewed-by: sspitsyn, sla
|
2015-01-28 09:27:49 +01:00 |
|
Mattias Tobiasson
|
4e84bf1e93
|
8068584: Compiler attach tests should be quarantined
Quarantine tests
Reviewed-by: ctornqvi
|
2015-01-12 09:27:52 +01:00 |
|
David Chase
|
bd885cddf0
|
Merge
|
2014-11-26 20:38:10 -05:00 |
|
Coleen Phillimore
|
4151db8bfd
|
8042235: redefining method used by multiple MethodHandles crashes VM
Note all MemberNames created on internal list for adjusting method entries.
Reviewed-by: sspitsyn, dcubed, lfoltan
|
2014-11-19 13:02:11 -05:00 |
|
Zoltan Majo
|
68b0d32b05
|
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
Move all test from <bug_id> directories to <functional_dir_name>/<bug_id>; update TEST.groups to execute more tests
Reviewed-by: drchase, kvn
|
2014-11-18 19:44:45 +01:00 |
|
Sergei Kovalev
|
8152a3ea35
|
8044186: Introduce a reproducible random generator
Reviewed-by: kvn, iveresov, iignatyev
|
2014-11-02 18:43:38 +03:00 |
|
Vladimir Ivanov
|
5a5f718b6f
|
8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
Reviewed-by: kvn, jrose
|
2014-10-01 12:34:45 -07:00 |
|
Vladimir Ivanov
|
0a751b424f
|
8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
Reviewed-by: kvn, jrose
|
2014-10-01 12:34:38 -07:00 |
|
Igor Ignatyev
|
55ff73a553
|
8026941 : [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric
Reviewed-by: kvn, vlivanov
|
2013-12-13 00:34:09 +04:00 |
|
David Chase
|
78f1afbf45
|
8016839: JSR292: AME instead of IAE when calling a method
Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null.
Reviewed-by: acorn, jrose, coleenp
|
2013-11-26 18:16:04 -05:00 |
|
Yumin Qi
|
7496b461e3
|
8025632: Remove all references to MagicLambdaImpl from Hotspot
MagicLambdaImpl was removed from jdk side, this should be done in vm side too
Reviewed-by: coleenp, hseigel, rdurbin
|
2013-11-13 16:24:33 -08:00 |
|
David Chase
|
b1d7228bff
|
8026124: JSR-292 bug: java.nio.file.Path.toString cores dump
Catch problem case, assert it matches valid input, new test
Reviewed-by: jrose, twisti, kvn
|
2013-10-12 17:26:41 -04:00 |
|
David Chase
|
02f6818d8f
|
8025260: Methodhandles/JSR292: NullPointerException (NPE) thrown instead of AbstractMethodError (AME)
Copied null-checks from templateInterpreter_CPU into methodHandles_CPU
Reviewed-by: jrose, twisti
|
2013-09-27 13:36:25 -04:00 |
|
Vladimir Ivanov
|
4b7e40084c
|
8022595: JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives
Reviewed-by: kvn, coleenp, dholmes
|
2013-08-26 17:41:05 +04:00 |
|