- 15 5月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero. Reviewed-by: coleenp, hseigel
-
- 18 5月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 02 5月, 2014 1 次提交
-
-
由 kvn 提交于
8042281: compiler/7184394/TestAESMain.java fails with: javax.crypto.IllegalBlockSizeException: Input length not multiple of 16 bytes Summary: Added missing -DmsgSize=640 to test's run commands. Reviewed-by: kvn Contributed-by: shrinivas.joshi@oracle.com
-
- 01 5月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: Fix the arbitrary alignment issue in SPARC AES crypto stub routines. Reviewed-by: kvn, iveresov Contributed-by: shrinivas.joshi@oracle.com
-
- 25 4月, 2014 1 次提交
-
-
由 roland 提交于
Summary: method handle call to c1 intrinsic tries to profile popped argument Reviewed-by: kvn, twisti
-
- 29 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti
-
- 27 3月, 2014 2 次提交
- 06 3月, 2014 1 次提交
-
-
由 roland 提交于
Summary: enable type speculation Reviewed-by: kvn
-
- 05 3月, 2014 1 次提交
-
-
由 anoll 提交于
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation' Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM Reviewed-by: kvn, roland
-
- 13 3月, 2014 1 次提交
-
-
由 iveresov 提交于
Summary: Add support for BMI1 instructions Reviewed-by: kvn, roland
-
- 04 3月, 2014 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, jrose
-
- 27 2月, 2014 1 次提交
-
-
由 roland 提交于
Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
-
- 03 4月, 2014 1 次提交
-
-
由 pliden 提交于
Reviewed-by: jmasa, sjohanss
-
- 06 3月, 2014 3 次提交
-
-
由 iignatyev 提交于
Reviewed-by: roland, sla, dholmes
-
由 iignatyev 提交于
8027257: [TESTBUG] compiler/ciReplay/TestVM.sh : Error: Could not find or load main class negative_test Reviewed-by: roland, kvn
-
由 iignatyev 提交于
8027124: [TESTBUG] NonTieredLevelsTest: java.lang.RuntimeException: private TestCase$Helper(java.lang.Object) must be osr_compiled Reviewed-by: kvn, roland
-
- 26 2月, 2014 2 次提交
- 24 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, roland
-
- 17 4月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: use correct set_escape_state() method. Reviewed-by: kvn, iignatyev Contributed-by: NRichard Reingruber <richard.reingruber@sap.com>
-
- 16 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 14 4月, 2014 1 次提交
-
-
由 lfoltan 提交于
Summary: No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified. Reviewed-by: hseigel, ctornqvi, coleenp, kamg
-
- 11 4月, 2014 2 次提交
-
-
由 iignatyev 提交于
Reviewed-by: roland, iignatyev Contributed-by: NPavel Punegov <pavel.punegov@oracle.com>
-
由 iignatyev 提交于
Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 14 4月, 2014 2 次提交
- 11 4月, 2014 1 次提交
-
-
由 iignatyev 提交于
8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 13 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length Reviewed-by: lfoltan, sla, mseledtsov
-
- 11 2月, 2014 1 次提交
-
-
由 ctornqvi 提交于
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
-
- 07 2月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: Remove check for warning Reviewed-by: ctornqvi, hseigel, coleenp
-
- 31 1月, 2014 1 次提交
-
-
由 tschatzl 提交于
Summary: Add test case for the VerifySilently flag. Reviewed-by: brutisso
-
- 22 3月, 2014 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: iveresov, kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
-
- 24 3月, 2014 5 次提交
-
-
由 poonam 提交于
Summary: Native pointers less than 64 bits wide should be extended as an unsigned number. Reviewed-by: kvn, kevinw
-
由 tschatzl 提交于
Summary: Detailed breakdown of time spent in the evacuation failure handling phases to make the "Other" time roughly correspond to the sum of its parts. Reviewed-by: jwilhelm, jmasa
-
由 tschatzl 提交于
Summary: Show the time taken by card redirtying during GC in a new "Redirty Cards" line. Reviewed-by: jwilhelm, brutisso
-
由 tschatzl 提交于
Summary: Improve fast card cache iteration and avoid taking locks when freeing the collection set. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: Change the code cache remembered sets data structure from a GrowableArray to a chunked list of nmethods. This makes the data structure more amenable to parallelization, and decreases freeing time. Reviewed-by: mgerdin, brutisso
-
- 20 3月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Added tests for Min/MaxHeapFreeRatio flags Reviewed-by: jwilhelm, tschatzl Contributed-by: andrey.x.zakharov@oracle.com
-
- 19 3月, 2014 1 次提交
-
-
由 pliden 提交于
Summary: Implementation of JEP 192, http://openjdk.java.net/jeps/192 Reviewed-by: brutisso, tschatzl, coleenp
-