comparison test/Makefile @ 4070:6fd81579526f

7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes. Reviewed-by: kvn, dholmes
author brutisso
date Mon, 31 Oct 2011 08:01:20 +0100
parents f08d439fab8c
children 2d503de963b3
comparison
equal deleted inserted replaced
4069:59519b7d7b9d 4070:6fd81579526f
1 # 1 #
2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
217 217
218 PHONY_LIST += servertest 218 PHONY_LIST += servertest
219 219
220 ################################################################ 220 ################################################################
221 221
222 # internalvmtests (run internal unit tests inside the VM)
223
224 internalvmtests: prep $(PRODUCT_HOME)
225 $(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -XX:+ExecuteInternalVMTests -version
226
227 PHONY_LIST += internalvmtests
228
229 ################################################################
230
222 # packtest 231 # packtest
223 232
224 # Expect JPRT to set JPRT_PACKTEST_HOME. 233 # Expect JPRT to set JPRT_PACKTEST_HOME.
225 PACKTEST_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/packtest 234 PACKTEST_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/packtest
226 ifdef JPRT_PACKTEST_HOME 235 ifdef JPRT_PACKTEST_HOME