mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 07:09:55 +00:00
8221524: java/util/Base64/TestEncodingDecodingLength.java test should be disabled on 32-bit platforms
Reviewed-by: stuefe, alanb
This commit is contained in:
parent
5437296fac
commit
e8a753f253
@ -30,7 +30,7 @@ import java.util.Base64;
|
||||
* @bug 8210583 8217969 8218265
|
||||
* @summary Tests Base64.Encoder.encode and Base64.Decoder.decode
|
||||
* with the large size of input array/buffer
|
||||
* @requires os.maxMemory >= 10g
|
||||
* @requires (sun.arch.data.model == "64" & os.maxMemory >= 10g)
|
||||
* @run main/othervm -Xms6g -Xmx8g TestEncodingDecodingLength
|
||||
*
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user