History log of /openjdk10/jdk/test/java/lang/invoke/PermuteArgsTest.java
Revision Date Author Comments
# 17248:e0211fd49ad0 26-May-2017 iignatyev

8180890: move c.o.testlibrary.jsr292 classes to jdk/test/java/lang/invoke directory
Reviewed-by: rriggs


# 14299:5a48729a7eb6 27-Apr-2016 mhaupt

8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
Reviewed-by: sundar


# 9330:8b1f1c2a400f 26-Dec-2013 lana

8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date
Reviewed-by: tbell, lancea, chegar


# 8729:0242fce0f717 12-Nov-2013 serb

8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan


# 7864:7758bcf0ab6b 12-Aug-2013 henryjen

8022749: Convert junit tests to testng in test/java/lang/invoke
Reviewed-by: mduigou, alanb
Contributed-by: Mani Sarkar <sadhak001@gmail.com>


# 5777:59231f2cb6e1 28-Aug-2012 twisti

7194662: JSR 292: PermuteArgsTest times out in nightly test runs
Reviewed-by: kvn


# 5774:a4f0043a5621 17-Aug-2012 jrose

7191102: nightly failures after JSR 292 lazy method handle update (round 3)
Reviewed-by: twisti, kvn


# 4935:db189e2f3cdb 18-Jan-2012 jrose

7117167: Misc warnings in java.lang.invoke and sun.invoke.*
Reviewed-by: smarks


# 4332:cf0632d2db2c 14-Jun-2011 jrose

7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists.
Reviewed-by: twisti, never