Skip to content

Commit

Permalink
JSR-166 update without java 1.9 method/classes
Browse files Browse the repository at this point in the history
Second attempt, in frist one I've submitted some code from openJdk 1.9 
that shouldn't be here, orignial change can be found at 
5328e07

Adapted from sources taken from CVS using:
cvs -d ':pserver:anonymous@gee.cs.oswego.edu/home/jsr166/jsr166' checkout -D "03/03/2016 10:00:00 GMT" jsr166

This time with hidden/removed "@SInCE 9" methods and classes

Bug: 27426599
Change-Id: Ibd8d26e13cba091bfd983c73d005e4f8d8f5946d
  • Loading branch information
pszc committed Mar 15, 2016
1 parent a8a9d44 commit b8b7511
Show file tree
Hide file tree
Showing 172 changed files with 38,512 additions and 10,883 deletions.
2 changes: 1 addition & 1 deletion JavaLibrary.mk
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-test-java-files-under, jsr166-tests)
LOCAL_JAVA_RESOURCE_DIRS := $(test_resource_dirs)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit
LOCAL_JAVA_LIBRARIES := core-oj core-libart core-lambda-stubs core-junit
LOCAL_JAVACFLAGS := $(local_javac_flags)
LOCAL_MODULE := jsr166-tests
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/JavaLibrary.mk
Expand Down
Loading

0 comments on commit b8b7511

Please sign in to comment.