hotspot/src/share/vm/prims/jni.h
changeset 16394 b5940f63d436
parent 7397 5b173b4ca846
child 36396 26a241a959de
--- a/hotspot/src/share/vm/prims/jni.h	Tue Mar 12 00:02:16 2013 -0400
+++ b/hotspot/src/share/vm/prims/jni.h	Fri Mar 15 15:20:40 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -1951,6 +1951,7 @@
 #define JNI_VERSION_1_2 0x00010002
 #define JNI_VERSION_1_4 0x00010004
 #define JNI_VERSION_1_6 0x00010006
+#define JNI_VERSION_1_8 0x00010008
 
 #ifdef __cplusplus
 } /* extern "C" */