#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 11757008 bytes. Error detail: Chunk::new
# An error report file with more information is saved as:
# C:\data\w3vip\java\hs_err_pid28928.log
6: 警告: [unchecked] 对作为原始类型ArrayList的成员的add(E)的调用未经过检查
    cars.add("Volvo");
            ^
  其中, E是类型变量:
    E扩展已在类 ArrayList中声明的Object
7: 警告: [unchecked] 对作为原始类型ArrayList的成员的add(E)的调用未经过检查
    cars.add("BMW");
            ^
  其中, E是类型变量:
    E扩展已在类 ArrayList中声明的Object
8: 警告: [unchecked] 对作为原始类型ArrayList的成员的add(E)的调用未经过检查
    cars.add("Ford");
            ^
  其中, E是类型变量:
    E扩展已在类 ArrayList中声明的Object
9: 警告: [unchecked] 对作为原始类型ArrayList的成员的add(E)的调用未经过检查
    cars.add("Tesla");
            ^
  其中, E是类型变量:
    E扩展已在类 ArrayList中声明的Object
#
# Compiler replay data is saved as:
# C:\data\w3vip\java\replay_pid28928.log